This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
james.py - Chief CLI. | |
USAGE: james.py ENV REF | |
ENV - Environment defined in the config file to deploy to. | |
REF - A git reference (like a SHA) to deploy. | |
Config: james.ini in the current directory should be an ini file with | |
one section per environment. Each environment should have a |