20 lines
355 B
Markdown
20 lines
355 B
Markdown
# Ari-web CLI
|
|
|
|
> The ari-web CLI
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
git clone https://git.ari.lt/ari.lt/cli
|
|
cd cli
|
|
python3 -m pip install --user --upgrade -r requirements.txt
|
|
mv awcli ~/.local/bin/awcli
|
|
chmod 700 ~/.local/bin/awcli
|
|
```
|
|
|
|
Then somewhere in your shell config add:
|
|
|
|
```sh
|
|
export _ARI_WEB_ADMIN_KEY='key'
|
|
export _ARI_WEB='https://ari.lt' # NO slash
|
|
```
|