Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.
/ airtable-cli Public archive

a command line interface to Airtable (WIP)

License

Notifications You must be signed in to change notification settings

EvanHahn/airtable-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airtable CLI

Unofficial command line interface for Airtable.

To install:

npm install --global airtable-cli

Add a new record

Basic usage:

airtable-cli add --api-key key_YOUR_API_KEY --base appYOUR_BASE_ID --table TABLE_NAME 'Field name 1' 'Field value 1' 'Field name 2' 'Field value 2'

Add an alias:

# in your bashrc/zshrc:
todo () {
  airtable-cli add --api-key key_YOUR_API_KEY --base appYOUR_BASE_ID --table Tasks 'Task title' "$1"
}

# at the command prompt
todo 'eat 100 hot dogs'

About

a command line interface to Airtable (WIP)

Resources

License

Stars

Watchers

Forks

Packages

No packages published