Skip to content

orca completion

Install or print shell completion scripts.

The reference below is generated from the live CLI by mkdocs-click. It always reflects the version installed.

orca completion

Shell completion: print instructions or install automatically.

Examples: orca completion # auto-detect shell, print instructions orca completion bash # print instructions for bash (legacy) orca completion show zsh # same, explicit orca completion install # auto-detect shell, install orca completion install fish # install for fish

Usage:

orca completion [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • install: Install orca shell completion (auto-detects shell when omitted).
  • show: Print manual installation instructions for the given shell.

orca completion install

Install orca shell completion (auto-detects shell when omitted).

  • bash/zsh: appends an eval line to ~/.bashrc / ~/.zshrc (idempotent).
  • fish: writes ~/.config/fish/completions/orca.fish.

Usage:

orca completion install [OPTIONS] [[bash|zsh|fish]]

Options:

Name Type Description Default
--help boolean Show this message and exit. False

orca completion show

Print manual installation instructions for the given shell.

Usage:

orca completion show [OPTIONS] [[bash|zsh|fish]]

Options:

Name Type Description Default
--help boolean Show this message and exit. False