Skip to content

Latest commit

 

History

History
82 lines (56 loc) · 1.61 KB

Install-BicepCLI.md

File metadata and controls

82 lines (56 loc) · 1.61 KB
external help file Module Name online version schema
Bicep-help.xml
Bicep
2.0.0

Install-BicepCLI

SYNOPSIS

Install Bicep CLI (Windows only)

SYNTAX

Install-BicepCLI [[-Version] <String>] [-Force] [<CommonParameters>]

DESCRIPTION

Install-BicepCLI is a command to to install the Bicep CLI from the Azure/Bicep repo.

EXAMPLES

Example 1: Install the latest Bicep CLI Version

Install-BicepCLI

Example 2: Install a specific Bicep CLI Version

Install-BicepCLI -Version '0.2.328'

PARAMETERS

-Force

This switch will force Bicep to be installed, even if another installation is already in place.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Version

This parameter specifies which version of Bicep CLI to install.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Go to module repository https://github.com/PSBicep/PSBicep for detailed info, reporting issues and to submit contributions.

RELATED LINKS