bosh
Bosh cli to managed your bosh deployment
Subcommands
Name | Description |
---|---|
add-blob | Add blob |
unignore | Unignore an instance |
update-cloud-config | Update current cloud config |
update-config | Update config |
update-cpi-config | Update current CPI config |
update-resurrection | Enable/disable resurrection |
update-runtime-config | Update current runtime config |
upload-blobs | Upload blobs |
upload-release | Upload release |
upload-stemcell | Upload stemcell |
variables | List variables |
vendor-package | Vendor package |
vms | List all VMs in all deployments |
orphan-disk | Orphan disk |
networks | List networks |
manifest | Show deployment manifest |
tasks | List running or recent tasks |
task | Show task status and start tracking its output |
take-snapshot | Take snapshot |
sync-blobs | Sync blobs |
stop-env | Stop BOSH environment |
stop | Stop instance(s) |
stemcells | List stemcells |
start-env | Start BOSH environment |
start | Start instance(s) |
ssh | SSH into instance(s) |
snapshots | List snapshots |
sha2ify-release | Convert release tarball to use SHA256 |
sha1ify-release | Convert release tarball to use SHA1 |
runtime-config | Show current runtime config |
run-errand | Run errand |
restart | Restart instance(s) |
reset-release | Reset release |
repack-stemcell | Repack stemcell |
remove-blob | Remove blob |
releases | List releases |
recreate | Recreate instance(s) |
orphaned-vms | List all the orphaned VMs in all deployments |
scp | SCP to/from instance(s) |
help | Show this help message |
ignore | Ignore an instance |
init-release | Initialize release |
inspect-local-release | Display information from release metadata |
inspect-local-stemcell | Display information from stemcell metadata |
inspect-release | List release contents such as jobs |
instances | List all instances in a deployment |
interpolate | Interpolates variables into a manifest |
locks | List current locks |
log-in | Login |
log-out | Log out |
logs | Fetch logs from instance(s) |
deployment | Show deployment information |
deployments | List deployments |
diff-config | Diff two configs by ID or content |
disks | List disks |
environment | Show environment |
environments | List environments |
errands | List errands |
event | Show event details |
events | List events |
export-release | Export the compiled release to a tarball |
finalize-release | Create final release from dev release tarball |
generate-job | Generate job |
generate-package | Generate package |
create-release | Create release |
curl | Make an HTTP request to the Director |
delete-config | Delete config |
delete-deployment | Delete deployment |
delete-disk | Delete disk |
delete-env | Delete BOSH environment |
delete-network | Delete network |
delete-release | Delete release |
delete-snapshot | Delete snapshot |
delete-snapshots | Delete all snapshots in a deployment |
delete-stemcell | Delete stemcell |
delete-vm | Delete VM |
deploy | Update deployment |
alias-env | Alias environment to save URL and CA certificate |
attach-disk | Attach disk to an instance |
blobs | List blobs |
cancel-task | Cancel task at its next checkpoint |
cancel-tasks | Cancel tasks at their next checkpoints |
clean-up | Clean up old unused resources except orphaned disks |
cloud-check | Cloud consistency check and interactive repair |
cloud-config | Show current cloud config |
config | Show current config for either ID or both type and name |
configs | List configs |
cpi-config | Show current CPI config |
create-env | Create or update BOSH environment |
Options
Name | Description |
---|---|
--version | Show CLI version |
--config <PATH> | Config file path (default: ~/.bosh/config) |
-e, --environment <name> | Director environment name or URL |
--ca-cert <PATH> | Director CA certificate path or value |
--sha2 | Use SHA256 checksums |
--parallel <amount> | The max number of parallel operations (default: 5) |
--client <name> | Override username or UAA client [$BOSH_CLIENT] |
--client-secret <secret> | Override password or UAA client secret [$BOSH_CLIENT_SECRET] |
--deployment <arg> | Deployment name [$BOSH_DEPLOYMENT] |
--column <name...> | Filter to show only given column(s) |
--json | Output as JSON |
--tty | Force TTY-like output |
--no-color | Toggle colorized output |
-n, --non-interactive | Don't ask for user input [$BOSH_NON_INTERACTIVE] |