Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + const AINotValid + var NonPersistentGlobalFlags = []string + func AzurePortalLink(portalUrlBase, subscriptionId, resourceGroupName string) string + func GetCmdDeployHelpDescription(*cobra.Command) string + func GetCmdDeployHelpFooter(*cobra.Command) string + func GetCmdProvisionHelpDescription(c *cobra.Command) string + func GetCmdPublishHelpDescription(*cobra.Command) string + func GetCmdPublishHelpFooter(*cobra.Command) string + func MapError(err error, span tracing.Span) + func NewDeployAction(flags *DeployFlags, args []string, projectConfig *project.ProjectConfig, ...) actions.Action + func NewDeployCmd() *cobra.Command + func NewProvisionAction(args []string, flags *ProvisionFlags, provisionManager *provisioning.Manager, ...) actions.Action + func NewProvisionCmd() *cobra.Command + func NewPublishAction(flags *PublishFlags, args []string, projectConfig *project.ProjectConfig, ...) actions.Action + func NewPublishCmd() *cobra.Command + type DeployAction struct + func (da *DeployAction) Run(ctx context.Context) (*actions.ActionResult, error) + type DeployFlags struct + All bool + ServiceName string + Timeout int + func NewDeployFlags(cmd *cobra.Command, global *internal.GlobalCommandOptions) *DeployFlags + func NewDeployFlagsFromEnvAndOptions(envFlag *internal.EnvFlag, global *internal.GlobalCommandOptions) *DeployFlags + func (d *DeployFlags) Bind(local *pflag.FlagSet, global *internal.GlobalCommandOptions) + func (d *DeployFlags) BindNonCommon(local *pflag.FlagSet, global *internal.GlobalCommandOptions) + func (d *DeployFlags) SetCommon(envFlag *internal.EnvFlag) + type DeploymentResult struct + Services map[string]*project.ServiceDeployResult + Timestamp time.Time + type ProvisionAction struct + func (p *ProvisionAction) Run(ctx context.Context) (*actions.ActionResult, error) + func (p *ProvisionAction) SetFlags(flags *ProvisionFlags) + type ProvisionFlags struct + func NewProvisionFlags(cmd *cobra.Command, global *internal.GlobalCommandOptions) *ProvisionFlags + func NewProvisionFlagsFromEnvAndOptions(envFlag *internal.EnvFlag, global *internal.GlobalCommandOptions) *ProvisionFlags + func (i *ProvisionFlags) Bind(local *pflag.FlagSet, global *internal.GlobalCommandOptions) + func (i *ProvisionFlags) BindNonCommon(local *pflag.FlagSet, global *internal.GlobalCommandOptions) + func (i *ProvisionFlags) Location() string + func (i *ProvisionFlags) SetCommon(envFlag *internal.EnvFlag) + func (i *ProvisionFlags) Subscription() string + type PublishAction struct + func (pa *PublishAction) Run(ctx context.Context) (*actions.ActionResult, error) + type PublishFlags struct + All bool + FromPackage string + ServiceName string + To string + func NewPublishFlags(cmd *cobra.Command, global *internal.GlobalCommandOptions) *PublishFlags + func (f *PublishFlags) Bind(local *pflag.FlagSet, global *internal.GlobalCommandOptions) + type PublishResult struct + Services map[string]*project.ServicePublishResult + Timestamp time.Time