@heroku-cli/plugin-autocomplete

@heroku-cli/plugin-autocomplete ===============================

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@heroku-cli/plugin-autocomplete
8.1.7a year ago6 years agoMinified + gzip package size for @heroku-cli/plugin-autocomplete in KB

Readme

@heroku-cli/plugin-autocomplete
Version CircleCI Appveyor CI Downloads/week License
Usage
```sh-session $ npm install -g @heroku-cli/plugin-autocomplete $ heroku COMMAND running command... $ heroku (--version|-v) @heroku-cli/plugin-autocomplete/8.1.7 darwin-x64 node-v16.19.0 $ heroku --help COMMAND USAGE $ heroku COMMAND ...
<!-- usagestop -->
# Commands
<!-- commands -->
* [`heroku autocomplete [SHELL]`](#heroku-autocomplete-shell)

## `heroku autocomplete [SHELL]`

display autocomplete installation instructions
USAGE $ heroku autocomplete SHELL -r
ARGUMENTS SHELL shell type
FLAGS -r, --refresh-cache refresh cache only (ignores displaying instructions)
DESCRIPTION display autocomplete installation instructions
EXAMPLES $ heroku autocomplete
$ heroku autocomplete bash
$ heroku autocomplete zsh
$ heroku autocomplete --refresh-cache ```
See code: src/commands/autocomplete/index.ts