F5 tool chain CLI (f5-toolchain)
F5 tool chain CLI - a tool for working with F5 tool chain.
cd f5_toolchain
python3 setup.py install
f5-toolchain --help
For development use the following install mode, so you can
make changes in the code and use it directly in the cli.
cd f5_toolchain
source .venv/bin/activate
pip3 install -r requirements.txt
pip3 install -e .