BC Developer Kit
npm install @cvarjao/bcdkbcdk
====
BC Developer Kit






sh-session
$ npm install -g @cvarjao/bcdk
$ bcdk COMMAND
running command...
$ bcdk (-v|--version|version)
@cvarjao/bcdk/0.1.0-rc.2 darwin-x64 node-v12.14.1
$ bcdk --help [COMMAND]
USAGE
$ bcdk COMMAND
...
`
Commands
* bcdk build
* [bcdk deploy [FILE]](#bcdk-deploy-file)
* [bcdk hello [FILE]](#bcdk-hello-file)
* [bcdk help [COMMAND]](#bcdk-help-command)
* [bcdk stack:add [FILE]](#bcdk-stackadd-file)
* [bcdk stack:add:java [FILE]](#bcdk-stackaddjava-file)
* [bcdk stack:add:postgres [FILE]](#bcdk-stackaddpostgres-file)
* [bcdk stack:add:python [FILE]](#bcdk-stackaddpython-file)
* [bcdk stack:remove [FILE]](#bcdk-stackremove-file)
* [bcdk stack:update [FILE]](#bcdk-stackupdate-file)
* [bcdk test [FILE]](#bcdk-test-file)bcdk builddescribe the command here
`
USAGE
$ bcdk buildOPTIONS
-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_