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: docs/common-options.md
+42-22
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ to the next line:
123
123
124
124
```
125
125
--query
126
-
"op.fromView('Example', 'Employees', '')\
126
+
"op.fromView('example', 'employees', '')\
127
127
.limit(10)"
128
128
```
129
129
@@ -263,12 +263,12 @@ All available connection options are shown in the table below:
263
263
264
264
| Option | Description |
265
265
| --- | --- |
266
-
|`--auth-type`| Type of authentication to use. Possible values are `BASIC`, `DIGEST`, `CLOUD`, `KERBEROS`, `CERTIFICATE`, and `SAML`.|
266
+
|`--auth-type`| Type of authentication to use. Possible values are `BASIC`, `DIGEST`, `CLOUD`, `CERTIFICATE`, `KERBEROS`, `OAUTH`, and `SAML`.|
267
267
|`--base-path`| Path to prepend to each call to a MarkLogic [REST API app server](https://docs.marklogic.com/guide/rest-dev). |
268
268
|`--certificate-file`| File path for a keystore to be used for `CERTIFICATE` authentication. |
269
269
|`--certificate-password`| Password for the keystore referenced by `--certificate-file`. |
270
270
|`--connection-string`| Defines a connection string as user:password@host:port/optionalDatabaseName; only usable when using `DIGEST` or `BASIC` authentication. |
271
-
|`--cloud-api-key`| API key for authenticating with a MarkLogic Cloud cluster when authentication type is `CLOUD`. |
271
+
|`--cloud-api-key`| API key for authenticating with a Progress Data Cloud cluster when authentication type is `CLOUD`. |
272
272
|`--connection-type`| Set to `DIRECT` if connections can be made directly to each host in the MarkLogic cluster. Defaults to `GATEWAY`. Possible values are `DIRECT` and `GATEWAY`. |
273
273
|`--database`| Name of a database to connect if it differs from the one associated with the app server identified by `--port`. |
274
274
| `--disable-gzipped-responses` | If included, responses from MarkLogic will not be gzipped. May improve performance when responses are very small.
@@ -278,6 +278,7 @@ All available connection options are shown in the table below:
278
278
|`--keystore-password`| Password for the keystore identified by `--keystore-path`. |
279
279
|`--keystore-path`| File path for a keystore for two-way SSL connections. |
280
280
|`--keystore-type`| Type of the keystore identified by `--keystore-path`; defaults to `JKS`. |
281
+
|`--oauth-token`| Token to be used with `OAUTH` authentication. |
281
282
|`--password`| Password when using `DIGEST` or `BASIC` authentication. |
282
283
|`--port`| Port of the [REST API app server](https://docs.marklogic.com/guide/rest-dev) to connect to. |
283
284
|`--saml-token`| Token to be used with `SAML` authentication. |
0 commit comments