Generate the autocompletion script for powershell

Synopsis

Generate the autocompletion script for powershell.

To load completions in your current shell session:

konvoy-image completion powershell | Out-String | Invoke-Expression
CODE

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

konvoy-image completion powershell [flags]
CODE

Options

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

Options inherited from parent commands

      --color     enable color output (default true)
  -v, --v int     select verbosity level, should be between 0 and 6
      --verbose   enable debug level logging (same as --v 5)
CODE

SEE ALSO