Skip to content

hubcli completion powershell

Generates the completion script for powershell.

The command has the following format:

hubcli completion powershell [flags]

where:

flags
One or more optional flags that provide additional control over execution of the command.

The following flags are available:

--debug
Enables debug logging.
-h or --help
Returns help information for this command.
--no-descriptions
Disables completion descriptions.

To load completions to the current shell session, use the following command:

hubcli completion powershell | Out-String | Invoke-Expression

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