Installing Cloudbreak CLI
Also available as:
PDF

Configure CLI autocomplete

The CLI includes an autocomplete option. To use this option, you must run the bash completion function.

Use one of the following commands to configure CLI autocomplete:
Note
Note

Prior to running these commands, the cb musts be added to your PATH.

eval "$(cb completion)"
source <(cb completion)

Once configured, type the CLI commands as usual and use the Tab key to automatically complete the commands.