The skupper completion command generates shell completion scripts for the Skupper CLI.
Shell completion lets you press Tab to complete Skupper commands, options, and arguments.
Prerequisites
- The Skupper CLI is installed.
Procedure
- Enter the following command to see the logic for your shel:
skupper completion- Integrate with your shell.
For example, to enable Skupper completion for Bash, add the following line to your ~/.bashrc file:
source <(skupper completion bash)