@reliabilityworks/branch-bastion-cli
v0.1.0-beta.1
Published
CLI for Branch Bastion ephemeral environment management
Maintainers
Readme
Branch Bastion CLI
Command-line interface for managing ephemeral environments with Branch Bastion.
Installation
npm install -g @branch-bastion/cliUsage
Login
branch-bastion loginInitialize Configuration
branch-bastion initDeploy Environment
branch-bastion deploy --from frontend#feature-branch --from backend#feature-branchList Environments
branch-bastion listGet Environment Status
branch-bastion status <env-id>View Logs
branch-bastion logs <env-id>
branch-bastion logs <env-id> --followExtend TTL
branch-bastion extend <env-id> --ttl 14dDestroy Environment
branch-bastion destroy <env-id>Configuration
branch-bastion config --show
branch-bastion config --set-token <token>
branch-bastion config --set-instance <url>Development
npm install
npm run build
npm linkLicense
MIT
