Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 865 Bytes

File metadata and controls

45 lines (30 loc) · 865 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
  -y, --yes           Skip confirmation prompts

SEE ALSO

  • kh - KeeperHub CLI