You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/commands/config/autocomplete.mdx

54 lines
981 B

---
layout: docs
page_title: config autocomplete - Command
description: |-
The "config autocomplete" command installs or uninstalls autocompletion support for Boundary's CLI.
---
# config autocomplete
Command: `boundary config autocomplete`
The `config autocomplete` command lets you install or uninstall autocompletion support
for Boundary's CLI.
## Examples
The following command installs autocompletion support for Boundary's CLI:
```shell-session
$ boundary config autocomplete install
```
The following command uninstalls autocompletion support from Boundary's CLI:
```shell-session
$ boundary config autocomplete uninstall
```
## Usage
**Install:**
<CodeBlockConfig hideClipboard>
```shell-session
$ boundary config autocomplete install [options] [args]
```
</CodeBlockConfig>
**Uninstall:**
<CodeBlockConfig hideClipboard>
```shell-session
$ boundary config autocomplete uninstall [options] [args]
```
</CodeBlockConfig>
@include 'cmd-option-note.mdx'