Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 Changes in this version + func WithBrowserOverride(ctx context.Context, fn browseUrl) context.Context v1.23.13 Mar 26, 2026 Changes in this version + const TelemetryCommandFlag + const TelemetryUploadCommandFlag + func CreateGlobalFlagSet() *pflag.FlagSet + func ExecuteWithAutoInstall(ctx context.Context, rootContainer *ioc.NestedContainer) error + func NewRootCmd(staticHelp bool, middlewareChain []*actions.MiddlewareRegistration, ...) *cobra.Command + func ParseGlobalFlags(args []string, opts *internal.GlobalCommandOptions) error + type ArmClientInitializer func(subscriptionId string, credentials azcore.TokenCredential, ...) (T, error) + type Asker func(p survey.Prompt, response any) error + type BuildResult struct + Services map[string]*project.ServiceBuildResult + Timestamp time.Time + type CmdAnnotations map[string]string + type CmdCalledAs string + type CobraBuilder struct + func NewCobraBuilder(container *ioc.NestedContainer) *CobraBuilder + func (cb *CobraBuilder) BuildCommand(descriptor *actions.ActionDescriptor) (*cobra.Command, error) + type CredentialProviderFn func(context.Context, *auth.CredentialForCurrentUserOptions) (azcore.TokenCredential, error) + type PackageResult struct + Services map[string]*project.ServicePackageResult + Timestamp time.Time + type RestoreResult struct + Services map[string]*project.ServiceRestoreResult + Timestamp time.Time