cli-engine
cli-engine copied to clipboard
args descriptions are new, so no commands have them currently - [ ] TODO: list all commands to be checked here
likely should use this: https://circleci.com/mobile/osx/ probably with a separate repo and a git submodule
engine should open up this feature to any cli project: `heroku`, `sfdx` + N
v6 seems to be 100ms slower with `heroku auth:token` (a command that doesn't hit the API) we should do some perf work to find out why, possibly using time-require
Command loading could be improved in 2 ways. First, every plugin has to manually require each command or otherwise do something involving `klaw` to find every .js file in the...
``` -> % heroku cassandra ▸ Error: No app specified ▸ Usage: heroku cassandra:cqlsh [CLUSTER] --app APP ▸ We don't know which app to run this on. ▸ Run this...
it would be really cool if we could be docopt compatible with our help generation: http://docopt.org it may involve significant changes to the flags/args, or maybe just edits to the...
flag parsing error should show extra information as described here: https://github.com/heroku/heroku-kafka-jsplugin/pull/158#discussion_r116274515
this might be tricky to reimplement ``` $ heroku apps:destroy -c myapp ```