UNPKG

1.82 kBMarkdownView Raw
1@heroku-cli/plugin-autocomplete
2===============================
3
4
5
6[![Version](https://img.shields.io/npm/v/@heroku-cli/plugin-autocomplete.svg)](https://npmjs.org/package/@heroku-cli/plugin-autocomplete)
7[![CircleCI](https://circleci.com/gh/heroku/heroku-cli-autocomplete/tree/master.svg?style=shield)](https://circleci.com/gh/heroku/heroku-cli-autocomplete/tree/master)
8[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/heroku/heroku-cli-autocomplete?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/heroku-cli-autocomplete/branch/master)
9[![Codecov](https://codecov.io/gh/heroku/heroku-cli-autocomplete/branch/master/graph/badge.svg)](https://codecov.io/gh/heroku/heroku-cli-autocomplete)
10[![Downloads/week](https://img.shields.io/npm/dw/@heroku-cli/plugin-autocomplete.svg)](https://npmjs.org/package/@heroku-cli/plugin-autocomplete)
11[![License](https://img.shields.io/npm/l/@heroku-cli/plugin-autocomplete.svg)](https://github.com/heroku/heroku-cli-autocomplete/blob/master/package.json)
12
13<!-- toc -->
14* [Usage](#usage)
15* [Commands](#commands)
16<!-- tocstop -->
17# Usage
18<!-- usage -->
19```sh-session
20$ heroku update
21$ heroku plugins:install autocomplete
22$ heroku autocomplete
23```
24<!-- usagestop -->
25# Commands
26<!-- commands -->
27* [`heroku autocomplete [SHELL]`](#heroku-autocomplete-shell)
28
29## `heroku autocomplete [SHELL]`
30
31display autocomplete installation instructions
32
33```
34USAGE
35 $ heroku autocomplete [SHELL]
36
37ARGUMENTS
38 SHELL shell type
39
40OPTIONS
41 -s, --skip-instructions don't show installation instructions
42
43EXAMPLES
44 $ heroku autocomplete
45
46 $ heroku autocomplete bash
47
48 $ heroku autocomplete zsh
49```
50
51_See code: [src/commands/autocomplete/index.ts](https://github.com/heroku/heroku-cli-autocomplete/blob/master/src/commands/autocomplete/index.ts)_
52<!-- commandsstop -->