
bosh
List of commands for bosh:
-
bosh:tldr:195ae bosh: List deployments.$ bosh -e ${environment} deploymentstry on your machineexplain this command
-
bosh:tldr:2353f bosh: Log in to the director.$ bosh login -e ${environment}try on your machineexplain this command
-
bosh:tldr:32a07 bosh: List environments.$ bosh environmentstry on your machineexplain this command
-
bosh:tldr:66c69 bosh: Upload stemcell.$ bosh -e ${environment} upload-stemcell ${select}try on your machineexplain this command
-
bosh:tldr:6b125 bosh: Show current cloud config.$ bosh -e ${environment} cloud-configtry on your machineexplain this command
-
bosh:tldr:a8e8c bosh: Create local alias for director.$ bosh alias-env ${environment_name} -e ${select} --ca-cert ${ca_certificate}try on your machineexplain this command
-
bosh:tldr:a9a61 bosh: Ssh into virtual machine.$ bosh -e ${environment} ssh ${virtual_machine} -d ${deployment}try on your machineexplain this command
-
bosh:tldr:f763c bosh: List environment virtual machines.$ bosh -e ${environment} vms -d ${deployment}try on your machineexplain this command