Skip to main content

shoulders completion powershell

shoulders completion powershell​

Generate the autocompletion script for powershell

Synopsis​

Generate the autocompletion script for powershell.

To load completions in your current shell session:

shoulders completion powershell | Out-String | Invoke-Expression

To load completions for every new session, add the output of the above command to your powershell profile.

shoulders completion powershell [flags]

Options​

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

Options inherited from parent commands​

--config string Path to config file (default "/home/runner/.shoulders/config.yaml")
--kubeconfig string Path to kubeconfig file
-o, --output string Output format: table|json|yaml (default "table")
--set stringArray Set a config value override (key=value), repeatable

SEE ALSO​

Auto generated by spf13/cobra on 24-Sep-2026​