1.2.1 • Published 4 years ago
coda-table v1.2.1
purpose
a simple utility to get coda tables in JSON format
how to install
npm install -g coda-tableor local install
# package.json
"scripts": {
"coda-table": "coda-table",
},npm run coda-table --silent -- get <coda_doc_url> <table_name> --apiKey <your_coda_api_key>cli
by default it will try to read CODA_API_TOKEN env variable
Usage: codaTable get options
Usage: codaTable get [options] <docUrl> <tableName>
Options:
-a, --apiKey [apiKey] api key, default will try to read CODA_API from env
-h, --help display help for commandUsage: codaTable write options
Options:
-a, --apiKey [apiKey] api key, default will try to read CODA_API from env
-k, --keyColumns [keyColumns] key columns, if provided will upsert data
-h, --help display help for commandeg.
node bin/codaTable write tmp/test.json https://coda.io/d/test-fixture_dg1RKjd2wjA/writeTest_sugIu\#_lus2t write -k Name,Action1.2.1
4 years ago
1.2.0
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.0.21
5 years ago
1.0.20
5 years ago
1.0.19
5 years ago
1.0.18
5 years ago
1.0.17
5 years ago
1.0.16
5 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago