You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+20-17
Original file line number
Diff line number
Diff line change
@@ -103,25 +103,11 @@ If you have cloned this repo outside of your GOPATH,
103
103
104
104
## Commands
105
105
```
106
-
ॐ
106
+
107
107
om helps you interact with an Ops Manager
108
108
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)
--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>]
125
111
126
112
Commands:
127
113
activate-certificate-authority activates a certificate authority on the Ops Manager
@@ -183,4 +169,21 @@ Commands:
183
169
upload-stemcell uploads a given stemcell to the Ops Manager targeted
184
170
version prints the om release version
185
171
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)
0 commit comments