Carnival software provisioning and automation tool core repository
Software provisioning tool
$ pip3 install carnival
Documentation available at readthedocs.org
eval "$(_CARNIVAL_COMPLETE=bash_source carnival)"
in .bashrceval "$(_CARNIVAL_COMPLETE=zsh_source carnival)"
in .zshrc
$ make dev # Run docker containers for testing
$ make test_deps # Install test dependencies
$ make test # run static analyzers and tests
$ make qs # Run static analyzers only
$ make nodev # Stop docker containers
$ python3 -m carnival --help