Official Command Line utility to use Arena in your terminal.
Arena-CLI is designed to extend the functionality of the Arena web application to command line to make the platform more accessible and terminal-friendly to its users.
Set token
arena set_token [TOKEN]
Push the docker image to arena backend
arena push -t track [IMAGE]:[TAG]
Arena-CLI and its required dependencies can be installed using pip:
pip install arena
Once Arena-CLI is installed, check out the usage documentation.
-
Setup the development environment for Arena and make sure that it is running perfectly.
-
Clone the arena-cli repository to your machine via git
git clone https://github.com/guardstrikelab/arena-cli.git arena-cli
-
Create a virtual environment
cd arena-cli virtualenv -p python3 venv source venv/bin/activate
-
Install the package locally
pip install -e .
-
Change the arena-cli host to make request to local Arena server running on
http://localhost:8000
by running:arena host -sh http://localhost:8000
-
Login to cli using the command
arena login
Two users will be created by default which are listed below -Host User - username: host, password: password Participant User - username: participant, password: password
-
Push the docker image to arena backend
arena push -t track [image]:[tag]