Turning On/Off Autocomplete
After you turn on autocomplete for Cloud CLI, if you press Tab when entering a command, a prompt will appear to help you autocomplete the command.
To turn on autocomplete, run the following command:
cloud auto-complete on
cloud auto-complete onAutocomplete (bash only) turned on. If it does not work, run the `bash` command.
To turn off autocomplete, run the following command:
cloud auto-complete off
cloud auto-complete offAutocomplete turned off. If it does not work, run the `bash` command.
Note
- Autocomplete is supported only in Bash.
- If the prompted parameter name contains [N], which indicates an index, replace it with a number. If the prompted parameter name contains {*}, which indicates a custom parameter name, replace it with a string that does not contain periods (.).
Parent topic: Commonly Used Commands