1.2.1 • Published 4 years ago

coda-table v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

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

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago