File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -124,14 +124,12 @@ contains the following settings:
124124
125125 $XDG_CONFIG_HOME/mongocli/config.toml
126126
127- mongosh_path = "/usr/local/bin/mongosh"
128-
129127 [default]
130128 organization_id = "qwer5678uiop23jb45lk78mn"
131129 public_api_key = "ABCDEFG"
132130 project_id= "5e2f04ecf10fcd33c7d4077e"
133131 private_api_key = "e750d2bf-1234-4cde-5678-ca4dcbcac9a4"
134- service = "cloud"
132+ service = "cloud-manager "
135133
136134 [myOpsManager]
137135 ops_manager_ca_certificate = /etc/ssl/certs/ca.pem
Original file line number Diff line number Diff line change @@ -103,10 +103,6 @@ The {+mcli+} supports the following environment variables:
103103 * - ``go-template``
104104 - Custom-formatted output that includes the :doc:`fields
105105 that you specify in a Go template </configure/custom-output>`.
106-
107- * - ``MCLI_MONGOSH_PATH``
108- - The full path on your local system to the MongoDB Shell,
109- {+mongosh+}.
110106
111107 * - ``MCLI_SKIP_UPDATE_CHECK``
112108 - When set to ``yes``, the {+mcli+} does not prompt you to update
Original file line number Diff line number Diff line change @@ -385,7 +385,6 @@ content: |
385385 :copyable: false
386386
387387 SETTING VALUE
388- mongosh_path /usr/local/bin/mongosh
389388 {{opsMgrUrl}}
390389 org_id 5f1f39ffc902201990f12345
391390 private_api_key redacted
You can’t perform that action at this time.
0 commit comments