track

package
v1.223.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2026 License: Apache-2.0 Imports: 23 Imported by: 0

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

func GetTrackCommand() *cobra.Command

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL