Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBuild = errors.New("build failed") ErrCoverage = errors.New("error generating coverage report") ErrInstall = errors.New("install failed") ErrLicenses = errors.New("error collecting licenses") ErrToolPath = errors.New("path not found for tool") ErrUnit = errors.New("unit test failed") )
Functions ¶
func CLIDocsOutputDir ¶ added in v0.2.0
func CLIDocsOutputDir() string
CLIDocsOutputDir returns the output directory for generated CLI reference docs.
func Docs ¶ added in v0.2.0
func Docs() error
Docs builds the azldev binary and regenerates CLI docs and JSON schema.
func PublishPrep ¶
func PublishPrep() error
PublishPrep prepares the build artifacts for publishing.
func SchemasOutputDir ¶ added in v0.2.0
func SchemasOutputDir() string
SchemasOutputDir returns the output directory for generated JSON schema files.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.