Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 940 Bytes

File metadata and controls

46 lines (31 loc) · 940 Bytes

kh completion

Generate shell completion scripts

Synopsis

Generate shell completion scripts for kh. Source the output in your shell profile to enable tab completion for all kh commands and flags.

See also: kh help environment

kh completion <shell> [flags]

Examples

  # Generate zsh completions
  kh completion zsh > ~/.zsh/completions/_kh

  # Generate bash completions
  kh completion bash > /etc/bash_completion.d/kh

Options

  -h, --help   help for completion

Options inherited from parent commands

  -H, --host string   KeeperHub host (default: app.keeperhub.com)
      --jq string     Filter JSON output with a jq expression
      --json          Output as JSON
      --no-color      Disable color output
      --org string    Organization ID to use (overrides default from auth)
  -y, --yes           Skip confirmation prompts

SEE ALSO

  • kh - KeeperHub CLI