workflow-cli
workflow-cli copied to clipboard
The CLI for Deis Workflow
Currently `deis` commands output a "header" as the first line of output, for example `deis apps:list` will output something like: ``` === Apps casual-quacking hidden-mongoose zephyr-instinct ``` In some situations...
Introduce a output flag to provide structured output that is more suitable for programmatic usage of command output. To be familiar to Workflow users this should be similar to the...
#243 added a number of tests for the parser package, but help and usage text coverage is still lacking. Add tests that ensure help/usage text is printed when desired.
https://github.com/deis/workflow-e2e/issues/205
Particularly in the removal commands I would like to specify a `-f` and tell it to take the most destructive action it can regardless of errors. So for instance if...
I'd like to put my env vars and other config inside a "app.json" file (or maybe "app.yaml"). The format that Heroku supports might be suitable. I plan to write a...
_From @glenwong on June 4, 2015 23:19_ If you have environment variables in your .env file that are surrounded by double quotes or start with an export they aren't handled...
_From @bacongobbler on January 12, 2015 16:59_ An option flag to trace requests would help users understand how communication between the client and the server occur, as well as help...
_From @sstarcher on September 19, 2015 18:38_ If you have an environment variable with multiple lines config:push fails for that specific environment variable. _Copied from original issue: deis/deis#4512_
_From @NickAb on September 3, 2016 2:9_ When using ``` deis config:push -p staging.env -a my-app ``` if config file being pushed contains Windows style line endings (`\r\n`), then `\r`...