The CLI enables the execution of a specialized YAML file to deploy everything needed on the server. Thanks to the APP, creating the YAML is straightforward.
- Git
- Python
apt -y install python3 python3-pip python3-venvgit clone https://github.com/cmscloudmanager/cli.git
cd cli/python3 -m venv .venv
source ./venv/bin/activate
pip install -r requirements.txtpython3 main.py deploy ~/my_manifest.yml