diff --git a/arlas_cloud/index.html b/arlas_cloud/index.html index bd5bd32..2622acb 100644 --- a/arlas_cloud/index.html +++ b/arlas_cloud/index.html @@ -497,36 +497,40 @@
Then run the command arlas_cli confs create cloud.arlas.io
with all the parameters:
> arlas_cli confs \
+ create cloud.arlas.io \
+ --server "https://cloud.arlas.io/arlas/server" \
+ --headers "arlas-org-filter:${MY_ORGANIZATION}" \
+ --headers "Content-Type:application/json" \
+ --no-allow-delete \
+ --auth-token-url https://cloud.arlas.io/arlas/iam/session \
+ --auth-login "${ARLAS_USER}" \
+ --auth-password "${ARLAS_PWD}" \
+ --auth-headers "Content-Type:application/json;charset=utf-8" \
+ --auth-org "${MY_ORGANIZATION}" \
+ --elastic "${ELASTIC_ENDPOINT}" \
+ --elastic-headers "Content-Type:application/json" \
+ --elastic-login "${ELASTIC_USER}" \
+ --elastic-password "${ELASTIC_PWD}" \
+ --elastic-headers "Content-Type:application/json" \
+ --auth-headers "Content-Type:application/json;charset=utf-8" \
+ --persistence "https://cloud.arlas.io/arlas/persistence" \
+ --persistence-headers "Content-Type:application/json" \
+ --auth-arlas-iam
+
Check the configuration exists:
-You can now try the configuration:
-> arlas_cli confs list
+
You can now list the collections:
+> arlas_cli collections --config cloud.arlas.io list
+
List the indices:
+> arlas_cli indices --config cloud.arlas.io list
+
List the persisted elements:
+> arlas_cli persist --config cloud.arlas.io groups config.json
+
ARLAS Version: -0.4.0
+0.4.1