Skip to content

Instantly share code, notes, and snippets.

@pwright
Created May 5, 2026 17:07
Show Gist options
  • Select an option

  • Save pwright/56c394ba02a121587351ad6fbdd2a33e to your computer and use it in GitHub Desktop.

Select an option

Save pwright/56c394ba02a121587351ad6fbdd2a33e to your computer and use it in GitHub Desktop.

Enabling shell completion for the Skupper CLI

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

  1. Enter the following command to see the logic for your shel:
skupper completion
  1. Integrate with your shell.

For example, to enable Skupper completion for Bash, add the following line to your ~/.bashrc file:

source <(skupper completion bash)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment