Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version semver.Version = semver.MustParse("0.29.47")
Version is the minimum version of bicep that we require (and the one we fetch when we fetch bicep on behalf of a user).
Functions ¶
This section is empty.
Types ¶
type BuildResult ¶
type Cli ¶
type Cli struct {
// contains filtered or unexported fields
}
func NewCli ¶
func NewCli( ctx context.Context, console input.Console, commandRunner exec.CommandRunner, ) (*Cli, error)
NewCli creates a new Bicep CLI. Azd manages its own copy of the bicep CLI, stored in `$AZD_CONFIG_DIR/bin`. If bicep is not present at this location, or if it is present but is older than the minimum supported version, it is downloaded.
func (*Cli) BuildBicepParam ¶
Click to show internal directories.
Click to hide internal directories.