Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

cldkctl completion

The completion command generates an autocompletion script for the cldkctl CLI, allowing you to enable command-line autocompletion for your preferred shell. This helps users type commands faster and with fewer errors by automatically suggesting available commands and flags as they type. You can generate completion scripts for various shells, such as bash, zsh, fish, and PowerShell.

Usage

cldkctl completion [command]

Available command

Column
Description

bash

Generate the autocompletion script for Bash.

fish

Generate the autocompletion script for Fish shell.

powershell

Generate the autocompletion script for PowerShell.

zsh

Generate the autocompletion script for Zsh.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for the completion command.

Last updated