Pivotal/BOSH/CLI
From r00tedvw.com wiki
(Difference between revisions)
| Line 1: | Line 1: | ||
[[Pivotal/BOSH|BOSH]] | [[Pivotal/BOSH/CLI|BOSH CLI]] | [[Pivotal/BOSH|BOSH]] | [[Pivotal/BOSH/CLI|BOSH CLI]] | ||
| + | |||
| + | =CLI Quick Reference= | ||
| + | ==bosh env== | ||
| + | ;shows your current environment details | ||
| + | :<code>bosh -e <environment alias> env</code> | ||
| + | <nowiki>~$ bosh -e vbox env | ||
| + | Using environment '192.168.50.6' as client 'admin' | ||
| + | |||
| + | Name bosh-lite | ||
| + | UUID f2d2eb92-5866-4c5d-8822-7c09ff0f5fc0 | ||
| + | Version 266.4.0 (00000000) | ||
| + | CPI warden_cpi | ||
| + | Features compiled_package_cache: disabled | ||
| + | config_server: enabled | ||
| + | dns: disabled | ||
| + | snapshots: disabled | ||
| + | User admin | ||
| + | |||
| + | Succeeded</nowiki> | ||
Revision as of 10:16, 10 July 2018
BOSH | BOSH CLI
CLI Quick Reference
bosh env
- shows your current environment details
bosh -e <environment alias> env
~$ bosh -e vbox env
Using environment '192.168.50.6' as client 'admin'
Name bosh-lite
UUID f2d2eb92-5866-4c5d-8822-7c09ff0f5fc0
Version 266.4.0 (00000000)
CPI warden_cpi
Features compiled_package_cache: disabled
config_server: enabled
dns: disabled
snapshots: disabled
User admin
Succeeded