Skip to content

Instantly share code, notes, and snippets.

@ob1-sc
Last active March 1, 2018 14:28
Show Gist options
  • Save ob1-sc/4d79d9bd6803c0c29d81faae662e85fa to your computer and use it in GitHub Desktop.
Save ob1-sc/4d79d9bd6803c0c29d81faae662e85fa to your computer and use it in GitHub Desktop.
BOSH - Cheat Sheet
# Configure local alias
bosh alias-env <bosh alias name> -e <bosh director ip> --ca-cert <(bosh int ./creds.yml --path /director_ssl/ca)
# Log in to the Director
export BOSH_CLIENT=admin
export BOSH_CLIENT_SECRET=`bosh int ./creds.yml --path /admin_password`
# Query the Director for more info
bosh -e <bosh alias name> env
@ob1-sc
Copy link
Author

ob1-sc commented Feb 15, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment