1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-08 21:13:14 +02:00
Files
OpenIntegrations/docs/en/cli/airtable/CreateDatabase/bat.txt
T
Vitaly the Alpaca (bot) 173eccfb4b Test data update (Jenkins)
2025-10-07 15:34:22 +00:00

7 lines
290 B
Plaintext
Vendored

:: JSON data can also be passed as a path to a .json file
oint airtable CreateDatabase ^
--token "***" ^
--ws "wspdf8yl1yZz3PmWZ" ^
--title "TestDatabase" ^
--tablesdata "{'TestTable':[{'name':'Number','type':'number','options':{'precision':'0'}},{'name':'String','type':'richText'}]}"