Pivotal/BOSH/CLI
From r00tedvw.com wiki
(Difference between revisions)
| Line 2: | Line 2: | ||
=CLI Quick Reference= | =CLI Quick Reference= | ||
| + | ==bosh create-env== | ||
| + | ;creates a bosh environment with the director | ||
| + | :<code><nowiki>bosh create-env <path to bosh.yml> \ | ||
| + | --state <path to state.json> \</nowiki></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