Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Populated at build time Version = "dev" // Default value for development builds Commit = "none" BuildDate = "unknown" )
Functions ¶
func NewRootCommand ¶
Types ¶
type DotNetTemplate ¶
type ExtensionTemplate ¶
type ExtensionTemplate struct {
Metadata *models.ExtensionSchema
// LeafNamespace is the final dot-separated segment of Metadata.Namespace, used as the
// cobra Use/Name for the extension's root command. For nested namespaces like
// "ai.agents", users invoke the extension via "azd ai agents" (azd splits on '.'),
// so the extension's own root command name is the leaf ("agents").
LeafNamespace string
DotNet *DotNetTemplate
}
ExtensionTemplate contains values used when rendering extension project templates.
Click to show internal directories.
Click to hide internal directories.