Pivotal/BOSH/CLI
From r00tedvw.com wiki
(Difference between revisions)
| Line 5: | Line 5: | ||
;creates a bosh environment with the director | ;creates a bosh environment with the director | ||
:<code>bosh create-env <path to bosh.yml> \<br> | :<code>bosh create-env <path to bosh.yml> \<br> | ||
| − | + | --state <path to state.json> \</code> | |
==bosh env== | ==bosh env== | ||
;shows your current environment details | ;shows your current environment details | ||
Revision as of 10:23, 10 July 2018
BOSH | BOSH CLI
CLI Quick Reference
bosh create-env
- creates a bosh environment with the director
bosh create-env <path to bosh.yml> \
--state <path to state.json> \
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