1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-07 23:03:08 +02:00
Files
OpenIntegrations/docs/en/cli/airtable/CreateDatabase/bash.txt

7 lines
289 B
Plaintext
Raw Normal View History

2025-10-07 15:34:22 +00:00
# JSON data can also be passed as a path to a .json file
2024-10-20 22:15:39 +03:00
oint airtable CreateDatabase \
--token "***" \
--ws "wspdf8yl1yZz3PmWZ" \
--title "TestDatabase" \
2025-09-15 16:30:36 +03:00
--tablesdata "{'TestTable':[{'name':'Number','type':'number','options':{'precision':'0'}},{'name':'String','type':'richText'}]}"