@cvarjao/bcdk
v0.1.0-rc.3
Published
BC Developer Kit
Downloads
3
Readme
bcdk
BC Developer Kit
Usage
$ 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 hello [FILE]
bcdk help [COMMAND]
bcdk stack:add [FILE]
bcdk stack:add:java [FILE]
bcdk stack:add:postgres [FILE]
bcdk stack:add:python [FILE]
bcdk stack:remove [FILE]
bcdk stack:update [FILE]
bcdk test [FILE]
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