@cvarjao/bcdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-rc.3 • Public • Published

bcdk

BC Developer Kit

oclif Version CircleCI Codecov Downloads/week License

Usage

$ npm install -g @cvarjao/bcdk
$ bcdk COMMAND
running command...
$ bcdk (-v|--version|version)
@cvarjao/bcdk/0.1.0-rc.3 darwin-x64 node-v12.14.1
$ bcdk --help [COMMAND]
USAGE
  $ bcdk COMMAND
...

Commands

bcdk build

describe the command here

USAGE
  $ bcdk build

OPTIONS
  -b, --git.branch=git.branch                GIT local branch name to build
  -b, --git.branch.remote=git.branch.remote  GIT remote branch name to build
  --pr=pr

See code: src/commands/build.ts

bcdk deploy [FILE]

describe the command here

USAGE
  $ bcdk deploy [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/deploy.ts

bcdk hello [FILE]

describe the command here

USAGE
  $ bcdk hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ bcdk hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

bcdk help [COMMAND]

display help for bcdk

USAGE
  $ bcdk help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

bcdk stack:add [FILE]

describe the command here

USAGE
  $ bcdk stack:add [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/stack/add.ts

bcdk stack:add:java [FILE]

describe the command here

USAGE
  $ bcdk stack:add:java [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/stack/add/java.ts

bcdk stack:add:postgres [FILE]

describe the command here

USAGE
  $ bcdk stack:add:postgres [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/stack/add/postgres.ts

bcdk stack:add:python [FILE]

describe the command here

USAGE
  $ bcdk stack:add:python [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/stack/add/python.ts

bcdk stack:remove [FILE]

describe the command here

USAGE
  $ bcdk stack:remove [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/stack/remove.ts

bcdk stack:update [FILE]

describe the command here

USAGE
  $ bcdk stack:update [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/stack/update.ts

bcdk test [FILE]

describe the command here

USAGE
  $ bcdk test [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/test.ts

Readme

Keywords

Package Sidebar

Install

npm i @cvarjao/bcdk

Weekly Downloads

10

Version

0.1.0-rc.3

License

Apache

Unpacked Size

13 MB

Total Files

2282

Last publish

Collaborators

  • cvarjao