Skip to content

Commit d2da000

Browse files
author
om-ci-bot
committed
Automatically updated README.md
1 parent 4dc1119 commit d2da000

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

README.md

+20-17
Original file line numberDiff line numberDiff line change
@@ -103,25 +103,11 @@ If you have cloned this repo outside of your GOPATH,
103103

104104
## Commands
105105
```
106-
106+
107107
om helps you interact with an Ops Manager
108108
109-
Usage: om [options] <command> [<args>]
110-
--ca-cert, OM_CA_CERT string OpsManager CA certificate path or value
111-
--client-id, -c, OM_CLIENT_ID string Client ID for the Ops Manager VM (not required for unauthenticated commands)
112-
--client-secret, -s, OM_CLIENT_SECRET string Client Secret for the Ops Manager VM (not required for unauthenticated commands)
113-
--connect-timeout, -o, OM_CONNECT_TIMEOUT int timeout in seconds to make TCP connections (default: 10)
114-
--decryption-passphrase, -d, OM_DECRYPTION_PASSPHRASE string Passphrase to decrypt the installation if the Ops Manager VM has been rebooted (optional for most commands)
115-
--env, -e string env file with login credentials
116-
--help, -h bool prints this usage information (default: false)
117-
--password, -p, OM_PASSWORD string admin password for the Ops Manager VM (not required for unauthenticated commands)
118-
--request-timeout, -r, OM_REQUEST_TIMEOUT int timeout in seconds for HTTP requests to Ops Manager (default: 1800)
119-
--skip-ssl-validation, -k, OM_SKIP_SSL_VALIDATION bool skip ssl certificate validation during http requests (default: false)
120-
--target, -t, OM_TARGET string location of the Ops Manager VM
121-
--trace, -tr, OM_TRACE bool prints HTTP requests and response payloads
122-
--username, -u, OM_USERNAME string admin username for the Ops Manager VM (not required for unauthenticated commands)
123-
--version, -v bool prints the om release version (default: false)
124-
OM_VARS_ENV string **EXPERIMENTAL** load vars from environment variables by specifying a prefix (e.g.: 'MY' to load MY_var=value)
109+
Usage:
110+
om [options] <command> [<args>]
125111
126112
Commands:
127113
activate-certificate-authority activates a certificate authority on the Ops Manager
@@ -183,4 +169,21 @@ Commands:
183169
upload-stemcell uploads a given stemcell to the Ops Manager targeted
184170
version prints the om release version
185171
172+
Global Flags:
173+
--ca-cert, OM_CA_CERT string OpsManager CA certificate path or value
174+
--client-id, -c, OM_CLIENT_ID string Client ID for the Ops Manager VM (not required for unauthenticated commands)
175+
--client-secret, -s, OM_CLIENT_SECRET string Client Secret for the Ops Manager VM (not required for unauthenticated commands)
176+
--connect-timeout, -o, OM_CONNECT_TIMEOUT int timeout in seconds to make TCP connections (default: 10)
177+
--decryption-passphrase, -d, OM_DECRYPTION_PASSPHRASE string Passphrase to decrypt the installation if the Ops Manager VM has been rebooted (optional for most commands)
178+
--env, -e string env file with login credentials
179+
--help, -h bool prints this usage information (default: false)
180+
--password, -p, OM_PASSWORD string admin password for the Ops Manager VM (not required for unauthenticated commands)
181+
--request-timeout, -r, OM_REQUEST_TIMEOUT int timeout in seconds for HTTP requests to Ops Manager (default: 1800)
182+
--skip-ssl-validation, -k, OM_SKIP_SSL_VALIDATION bool skip ssl certificate validation during http requests (default: false)
183+
--target, -t, OM_TARGET string location of the Ops Manager VM
184+
--trace, -tr, OM_TRACE bool prints HTTP requests and response payloads
185+
--username, -u, OM_USERNAME string admin username for the Ops Manager VM (not required for unauthenticated commands)
186+
--version, -v bool prints the om release version (default: false)
187+
OM_VARS_ENV string **EXPERIMENTAL** load vars from environment variables by specifying a prefix (e.g.: 'MY' to load MY_var=value)
188+
186189
```

0 commit comments

Comments
 (0)