CheatsheetΒΆ

Quick overview of the command line possibilities.

// Run a command
$ deploy-commander go:<project>,<environment> run:<action>

// List config
$ deploy-commander go:<project>,<environment> show_config

// Encrypt/Decrypt config
$ deploy-commander encrypt_config
$ deploy-commander decrypt_config

$ deploy-commander encrypt_config:<path>
$ deploy-commander decrypt_config:<path>

// Show available tasks
$ deploy-commander go:<project>,<enviroment> show_tasks

// Show task info
$ deploy-commander go:<project>,<enviroment> show_task:<task>

// Run the api server
$ deploy-commander runserver