1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-11 23:27:21 +02:00
Files
OpenIntegrations/docs/en/cli/airtable/CreateTable/bash.txt
Vitaly the Alpaca (bot) 02e08e1b6e Test data update (Jenkins)
2025-10-15 11:06:08 +00:00

8 lines
630 B
Plaintext
Vendored

# JSON data can also be passed as a path to a .json file
oint airtable CreateTable \
--token "***" \
--base "apppuWpft4xNlV34k" \
--title "TestTable2" \
--fieldsdata "[{'name':'Number','type':'number','options':{'precision':'0'}},{'name':'String','type':'richText'},{'name':'Attachment','type':'multipleAttachments'},{'name':'Checkbox','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Date','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Phone','type':'phoneNumber'},{'name':'Email','type':'email'},{'name':'Link','type':'url'}]" \
--description "NewTable"