Use this CLI to interact with the ACM Hack API.
To install it, clone this repository and run
$ python setup.py installThen run the CLI
$ acm helpBy default, the CLI will use the API on the production server. If you want to switch to testing mode (use the server on http://localhost:5000), you can do that by setting the use_local property:
$ acm cli:set use_local 1To switch to the remote dev server on http://hack-ucla-dev.herokuapp.com,
$ acm cli:set use_dev 1To revert to the production server,
$ acm cli:set use_local 0
$ acm cli:set use_dev 0