A centralized deployment service and its corresponding CLI, written in Go.
Create a .envrc file in the repository by running the following and setting the correct values:
cp envrc.template .envrcUsing direnv is recommended. Otherwise, you need to source it using source .env.
After cloning, run
go build ./cmd/send
then
./send
In /Users/<your user>/.send/swarm-cli/, run
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
ansible-galaxy install --roles-path roles -r requirements.yml # install ansible roles
python manage.py # run this command to check commands