@barath/bbk-stacks
v0.0.11
Published
Brickblock Stacks
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 STACKstacks delete STACKstacks deploy [TAG]stacks help [COMMAND]stacks liststacks select [STACK]stacks service:add [STACK]stacks service:list [PROJECT]stacks service:remove [ENDPOINT]stacks startstacks 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 STACKSee 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|infoSee 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 CLISee code: @oclif/plugin-help
stacks list
list all stacks
USAGE
$ stacks listSee 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 serviceSee 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 printSee 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 fromSee 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 onSee code: src/commands/start.ts
stacks stop
stop the stacks proxy
USAGE
$ stacks stopSee code: src/commands/stop.ts
