ARLAS Command Line (arlas_cli
) is for managing the ARLAS data and configurations.
See the documentation at https://docs.arlas.io/external_docs/arlas_cli/
To run the commands locally from the project root, simply replace arlas_cli
by python3.10 -m arlas.cli.cli
- docker installed
- python3.10
- Pypi authentication: a file
~/.pypirc
containing your Pypi account credentials ({password}
accessible on Bitbucket)
[pypi]
username = __token__
password = {password}
To release arlas_cli
, make sure to be on the branch master
up to date.
Run in a terminal at project root:
./scripts/release.sh {ARLAS_CLI_VERSION}