deployer-fsm

Deployment management and editing with fabric


Keywords
deployer, repl, fabric, SSH
License
BSD-3-Clause
Install
pip install deployer-fsm==0.1.5

Documentation

deployer-fsm

Create deployment scripts from example and in place practice

We all forget things in deploy scripts. what if the deployment was mutable and error recovering for when one machine is not the same as another?

deployer-fsm aims to create robust deployment scripts and automation through handling error codes in a Finite State Machine.

The following installs and runs deployer-fsm. after exiting it will create a script-out.sh file. The hope is this is your deployment script.

$ pip3 install deployer-fsm
$ deployer-fsm
$ bash ./script-out.sh

for help, see:

$ deployer-fsm -h
Documentation Status Updates

Deployment management and editing with fabric

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.