--- 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:** ```shell-session $ boundary config autocomplete install [options] [args] ``` **Uninstall:** ```shell-session $ boundary config autocomplete uninstall [options] [args] ``` @include 'cmd-option-note.mdx'