cfcli completion powershell

AI Tools

Generates the autocompletion script for PowerShell.

Synopsis

Generates the autocompletion script for PowerShell.

To load completions in your current shell session:

cfcli completion powershell | Out-String | Invoke-Expression

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

cfcli completion powershell [flags]

Flag

Short

Type

Default

Description

--help

-h

bool


Help for powershell.

--no-descriptions


bool


Disable completion descriptions.


On This Page