IntelligenceX
Cmdlet

Get-IntelligenceXCopilotInstall

Namespace IntelligenceX.PowerShell
Outputs
IntelligenceX.Copilot.CopilotCliInstallCommand

Shows platform-specific installation commands for GitHub Copilot CLI.

Examples

Example 1


Get-IntelligenceXCopilotInstall
        

Show stable install commands

Example 2


Get-IntelligenceXCopilotInstall -Prerelease
        

Show prerelease install commands

Example 3


Get-IntelligenceXCopilotInstall | Select-Object Method, FileName, Arguments
        

Inspect command and arguments for automation scripts

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-IntelligenceXCopilotInstall [-Prerelease] [<CommonParameters>]
#

Parameters

Prerelease SwitchParameter optionalposition: namedpipeline: false
Returns commands for installing prerelease builds.

Outputs

IntelligenceX.Copilot.CopilotCliInstallCommand