Documentation
¶
Overview ¶
Package track implements the `atmos version track` command group: the Atmos Version Tracker's verbs for locking, updating, inspecting, and applying managed external versions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRenderFileRequired is returned when render is invoked without --file. ErrRenderFileRequired = errUtils.ErrVersionRenderFileRequired // ErrRenderDrift is returned when rendered output differs from the committed file. ErrRenderDrift = errUtils.ErrVersionRenderDrift // ErrUnsupportedFormat is returned for unknown --format values. ErrUnsupportedFormat = errUtils.ErrUnsupportedVersionTrackFormat )
Functions ¶
func GetTrackCommand ¶
GetTrackCommand returns the `atmos version track` command group for the parent version command to register.
func SetAtmosConfig ¶
func SetAtmosConfig(config *schema.AtmosConfiguration)
SetAtmosConfig sets the Atmos configuration for the track command group. The parent version command forwards it from cmd/root.go initialization.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.