cli-engine icon indicating copy to clipboard operation
cli-engine copied to clipboard

Results 70 cli-engine issues
Sort by recently updated
recently updated
newest added

we should either remove `-h` as a helper to display help, or do the parsing before we display help so that `-h` is a fallback to help if the command...

https://github.com/heroku/cli-engine/blob/master/src/commands/plugins/install.js#L12

low priority

using apt-get is likely to result in many outdated CLIs

question

@jdxcode was trying out this the preinstall change. I'm running into erratic async behavior with it. In the most simple case I have this: async function preinstall(config: any, {plugin, tag}:...

### alpha 6/27 - [x] cmd and flag completion on zsh ### alpha 6/30 - [x] app (long) flag completion on zsh - [x] app (short) flag completion on zsh...

@dickeyxxx found this while working on the windows installer

it can be difficult to tell why a CLI is locked up when a writer has locked the CLI. Any writer should be required to submit a reason as to...

we should look into how we could block for a shorter amount of time somehow when updating plugins. Perhaps updating plugins one at a time giving the writer lock a...

we have a solution here for v5 commands: https://github.com/heroku/heroku-cli-util/pull/73 it needs to be updated and reviewed v6 commands will need to be done similarly

as part of this, the functionality to make multiple requests to fill up content with range headers needs to be ported - [x] range headers - [x] 2fa retry ###...