Help Center> Koo Command Line Interface> FAQs> Interactive Mode and Autocomplete> How Do I Use Interactive Mode and Autocomplete?
Updated on 2023-02-27 GMT+08:00

How Do I Use Interactive Mode and Autocomplete?

To enable autocomplete in the bash environment, run the hcloud auto-complete on command. Pay attention to the following:

  • 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 a period (.).
  • If multiple directories of the same user contain KooCLI on the same server, the autocomplete function enabled for KooCLI in one of the directories will also take effect for the CLI in the other directories.

Note the following when using the interactive mode:

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 a period (.).

Interactive Mode and Autocomplete FAQs

more