Brian C. Lane
|
aa076ee53b
|
composer-cli: Handle download errors
The API will return an error 400 with a json error object if the
download fails, catch this and report the error to the user without a
traceback.
|
2018-06-11 16:54:58 -07:00 |
|
Brian C. Lane
|
56766e794f
|
Add support for composer-cli compose commands.
This adds all the commands needed to start, monitor, delete, and
download a compose.
|
2018-06-11 16:54:58 -07:00 |
|
Brian C. Lane
|
d2f784e5da
|
Add composer-cli utility and implement the recipes commands
composer-cli --help shows the commands.
Output defaults to human readable, but raw json can be displayed by
passing --json
|
2018-06-11 16:54:58 -07:00 |
|