Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 918 Bytes

cprl_completion_powershell.md

File metadata and controls

39 lines (24 loc) · 918 Bytes

cprl completion powershell

Generate the autocompletion script for powershell

Synopsis

Generate the autocompletion script for powershell.

To load completions in your current shell session:

cprl completion powershell | Out-String | Invoke-Expression

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

cprl completion powershell [flags]

Options

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

Options inherited from parent commands

      --aws-profile string   overrides [aws-profile] value in cprl.yaml
      --profile string       references a profile in cprl.yaml (default "default")

SEE ALSO

  • cprl completion - Generate the autocompletion script for the specified shell
Auto generated by spf13/cobra on 27-Feb-2024