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

59 lines
1.5 KiB

---
layout: docs
page_title: config autocomplete - Command
description: >-
The "config autocomplete" command installs or uninstalls autocompletion support for Boundary's CLI.
---
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
> [!IMPORTANT]
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
# 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'