mass change: apply snake case to tokens (#2518)

This commit is contained in:
Guido Lena Cota
2018-10-29 12:14:25 +01:00
committed by Starbeamrainbowlabs
parent 9a9265c672
commit 18370557b2
11 changed files with 20 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
- Create local alias for director:
`bosh alias-env {{environment-name}} -e {{ip address or url}} --ca-cert {{ca_certificate}}`
`bosh alias-env {{environment_name}} -e {{ip_address|url}} --ca-cert {{ca_certificate}}`
- List environments:
@@ -24,11 +24,11 @@
- Ssh into virtual machine:
`bosh -e {{environment}} ssh {{virtual machine}} -d {{deployment}}`
`bosh -e {{environment}} ssh {{virtual_machine}} -d {{deployment}}`
- Upload stemcell:
`bosh -e {{environment}} upload-stemcell {{stemcell file or url}}`
`bosh -e {{environment}} upload-stemcell {{stemcell_file|url}}`
- Show current cloud config: