@@ -39,11 +39,12 @@ Usage:
39
39
bbl [GLOBAL OPTIONS] COMMAND [OPTIONS]
40
40
41
41
Global Options:
42
- --help [-h] Prints usage. Use "bbl [command] --help" for more information about a command
43
- --state-dir [-s] Directory containing the bbl state env:"BBL_STATE_DIRECTORY"
44
- --debug [-d] Prints debugging output env:"BBL_DEBUG"
45
- --version [-v] Prints version
46
- --no-confirm [-n] No confirm
42
+ --help [-h] Prints usage. Use "bbl [command] --help" for more information about a command
43
+ --state-dir [-s] Directory containing the bbl state env:"BBL_STATE_DIRECTORY"
44
+ --debug [-d] Prints debugging output env:"BBL_DEBUG"
45
+ --version [-v] Prints version
46
+ --no-confirm [-n] No confirm
47
+ --use-tf-local-binary [-u] Use the local terraform binary if it exists env:"BBL_USE_TF_LOCAL_BINARY"
47
48
48
49
Basic Commands: A good place to start
49
50
up Deploys BOSH director on an IAAS, creates CF/Concourse load balancers. Updates existing director.
@@ -84,11 +85,12 @@ Troubleshooting Commands:
84
85
bbl [GLOBAL OPTIONS] my-command [OPTIONS]
85
86
86
87
Global Options:
87
- --help [-h] Prints usage. Use "bbl [command] --help" for more information about a command
88
- --state-dir [-s] Directory containing the bbl state env:"BBL_STATE_DIRECTORY"
89
- --debug [-d] Prints debugging output env:"BBL_DEBUG"
90
- --version [-v] Prints version
91
- --no-confirm [-n] No confirm
88
+ --help [-h] Prints usage. Use "bbl [command] --help" for more information about a command
89
+ --state-dir [-s] Directory containing the bbl state env:"BBL_STATE_DIRECTORY"
90
+ --debug [-d] Prints debugging output env:"BBL_DEBUG"
91
+ --version [-v] Prints version
92
+ --no-confirm [-n] No confirm
93
+ --use-tf-local-binary [-u] Use the local terraform binary if it exists env:"BBL_USE_TF_LOCAL_BINARY"
92
94
93
95
[my-command command options]
94
96
some message
0 commit comments