1.2.1 • Published 3 years ago

coda-table v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

purpose

a simple utility to get coda tables in JSON format

how to install

npm install -g coda-table

or 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 command

Usage: 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 command

eg.

node bin/codaTable write tmp/test.json https://coda.io/d/test-fixture_dg1RKjd2wjA/writeTest_sugIu\#_lus2t write -k Name,Action
1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago