1
0
mirror of https://github.com/helm/chart-releaser.git synced 2026-02-05 09:45:23 +01:00
Files
chart-releaser/doc/cr_completion_bash.md
Carlos Tadeu Panato Junior 2d923ecd8a Add command docs and job to check it (#211)
* add command docs

Signed-off-by: cpanato <ctadeu@gmail.com>

* add job to check command doc

Signed-off-by: cpanato <ctadeu@gmail.com>

* avoid dynamic docs and expand the path later

Signed-off-by: cpanato <ctadeu@gmail.com>

Signed-off-by: cpanato <ctadeu@gmail.com>
2022-09-19 10:16:08 +02:00

1002 B

cr completion bash

Generate the autocompletion script for bash

Synopsis

Generate the autocompletion script for the bash shell.

This script depends on the 'bash-completion' package. If it is not installed already, you can install it via your OS's package manager.

To load completions in your current shell session:

source <(cr completion bash)

To load completions for every new session, execute once:

Linux:

cr completion bash > /etc/bash_completion.d/cr

macOS:

cr completion bash > $(brew --prefix)/etc/bash_completion.d/cr

You will need to start a new shell for this setup to take effect.

cr completion bash

Options

  -h, --help              help for bash
      --no-descriptions   disable completion descriptions

Options inherited from parent commands

      --config string   Config file (default is $HOME/.cr.yaml)

SEE ALSO

  • cr completion - Generate the autocompletion script for the specified shell