mirror of
https://github.com/helm/chart-releaser.git
synced 2026-02-05 09:45:23 +01:00
* 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>
765 B
765 B
cr completion powershell
Generate the autocompletion script for powershell
Synopsis
Generate the autocompletion script for powershell.
To load completions in your current shell session:
cr completion powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command to your powershell profile.
cr completion powershell [flags]
Options
-h, --help help for powershell
--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