Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Jul 31, 2024
1 parent 1bb3923 commit 5ab790d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/docs/arlas_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export ELASTIC_USER=SET_THIS_VALUE
export ELASTIC_PWD=SET_THIS_VALUE
```

<!-- termynal -->
Then run the command `arlas_cli confs create cloud.arlas.io` with all the parameters:

```shell
> arlas_cli confs \
create cloud.arlas.io \
Expand All @@ -35,22 +36,25 @@ export ELASTIC_PWD=SET_THIS_VALUE
```

Check the configuration exists:
<!-- termynal -->

```shell
> arlas_cli confs list
```

You can now try the configuration:
<!-- termynal -->
You can now list the collections:

```shell
> arlas_cli collections --config cloud.arlas.io list
```

<!-- termynal -->
List the indices:

```shell
> arlas_cli indices --config cloud.arlas.io list
```
<!-- termynal -->

List the persisted elements:

```shell
> arlas_cli persist --config cloud.arlas.io groups config.json
```
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ git add docs/docs/model
mkdocs gh-deploy -f docs/mkdocs.yml

git add version.txt
git add docs
git commit -m "ARLAS Command line ${VERSION}"
# TAG
git tag -a ${VERSION} -m "ARLAS Command line ${VERSION}"
Expand Down

0 comments on commit 5ab790d

Please sign in to comment.