Skip to content

🐙 Tooling build around Keboola

Notifications You must be signed in to change notification settings

productboardlabs/kbc-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kbc-cli

command line tool that works with Keboola Connection (KBC)

oclif Version Downloads/week License

Usage

$ npm install -g @productboard/kbc-cli
$ kbc-cli COMMAND
running command...
$ kbc-cli (-v|--version|version)
@productboard/kbc-cli/0.0.4 darwin-x64 node-v10.15.3
$ kbc-cli --help [COMMAND]
USAGE
  $ kbc-cli COMMAND
...

Commands

kbc-cli help [COMMAND]

display help for kbc-cli

USAGE
  $ kbc-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

kbc-cli init

initialize local Keboola project

USAGE
  $ kbc-cli init

OPTIONS
  --help  show CLI help

See code: src/commands/init.ts

kbc-cli pull

pull transformations and store them locally

USAGE
  $ kbc-cli pull

OPTIONS
  --configOnly  pull only configurations without queries or scripts
  --help        show CLI help

See code: src/commands/pull.ts

kbc-cli push

push transformation to KBC

USAGE
  $ kbc-cli push

OPTIONS
  --check    check if local configuration and active KBC configuration do not differ
  --help     show CLI help
  --verbose  print response from KBC

See code: src/commands/push.ts