@barath/bbk-stacks
v0.0.11
Published
Brickblock Stacks
Downloads
9
Readme
@brickblock/bbk-stacks
Brickblock Stacks
Usage
$ npm install -g @barath/bbk-stacks
$ stacks COMMAND
running command...
$ stacks (-v|--version|version)
@barath/bbk-stacks/0.0.11 linux-x64 node-v11.15.0
$ stacks --help [COMMAND]
USAGE
$ stacks COMMAND
...
Commands
stacks create STACK
stacks delete STACK
stacks deploy [TAG]
stacks help [COMMAND]
stacks list
stacks select [STACK]
stacks service:add [STACK]
stacks service:list [PROJECT]
stacks service:remove [ENDPOINT]
stacks start
stacks stop
stacks create STACK
create a new stack
USAGE
$ stacks create STACK
OPTIONS
-d, --description=description (required)
See code: src/commands/create.ts
stacks delete STACK
delete a stack
USAGE
$ stacks delete STACK
See code: src/commands/delete.ts
stacks deploy [TAG]
deploy the current application to Google Cloud Run
USAGE
$ stacks deploy [TAG]
OPTIONS
-p, --project=project project to deploy into
-s, --skip=build|push|deploy|info
See code: src/commands/deploy.ts
stacks help [COMMAND]
display help for stacks
USAGE
$ stacks help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
stacks list
list all stacks
USAGE
$ stacks list
See code: src/commands/list.ts
stacks select [STACK]
select a stack
USAGE
$ stacks select [STACK]
See code: src/commands/select.ts
stacks service:add [STACK]
add a service to a stack
USAGE
$ stacks service:add [STACK]
OPTIONS
-e, --endpoint=endpoint path on the local server to map the Google Cloud Run service
-p, --port=port local port to proxy
-s, --service=service Google Cloud Run service to point to
-s, --strip strip the path prefix
--project=project Google Cloud project of the service
See code: src/commands/service/add.ts
stacks service:list [PROJECT]
describe the command here
USAGE
$ stacks service:list [PROJECT]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/service/list.ts
stacks service:remove [ENDPOINT]
add a service to a stack
USAGE
$ stacks service:remove [ENDPOINT]
OPTIONS
-s, --stack=stack stack to remove the service from
See code: src/commands/service/remove.ts
stacks start
start the stacks proxy
USAGE
$ stacks start
OPTIONS
-p, --port=port [default: 1234] Port for the the Stacks server to listen on
See code: src/commands/start.ts
stacks stop
stop the stacks proxy
USAGE
$ stacks stop
See code: src/commands/stop.ts