We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7154b commit fc03d51Copy full SHA for fc03d51
website/source/docs/commands/index.html.md
@@ -79,6 +79,23 @@ Command Options
79
Joins a server to another server in the WAN pool.
80
```
81
82
+## Autocompletion
83
+
84
+The `consul` command features opt-in subcommand autocompletion that you can
85
+enable for your shell with `consul -autocomplete-install`. After doing so,
86
+you can invoke a new shell and use the feature.
87
88
+For example, assume a tab is typed at the end of each prompt line:
89
90
+```
91
+$ consul e
92
+event exec
93
94
+$ consul r
95
+raft reload rtt
96
97
98
99
## Environment Variables
100
101
In addition to CLI flags, Consul reads environment variables for behavior
0 commit comments