This repository holds the WA CLI tool. This tool is expandable and is primarily used to reduce repetitive processes or implements helpful scripts to doing various tasks (like installing packages, etc.).
To setup the WA cli, it is fairly simple. You simply need Python3 installed on your system, and then run the following command:
pip3 install wa_cli
To develop the WA cli, you can do the following.
First, clone the wa_cli repo locally:
git clone [email protected]:uwsbel/wa_cli.git
cd wa_cliNote: This installs the repository using symlinks. This means you can edit the files and test the changes without reinstalling the tool.
python setup.py developwa_cli is made available under the MIT License. For more details, see LICENSE.
Contact Wisconsin Autonomous for any questions or concerns regarding the contents of this repository.
Stay up to date with our technical info by following our blog.
Follow us on Facebook, Instagram, and LinkedIn!

