tracks

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TracksCmd = &cobra.Command{
	Use:   "tracks",
	Short: "Manage release tracks",
	Long: `Manage release tracks (internal, alpha, beta, production).

Tracks control how your app is distributed to users. Each track can have
different release configurations and rollout percentages.`,
}

Functions

This section is empty.

Types

type TrackInfo

type TrackInfo struct {
	Track        string  `json:"track"`
	VersionCodes []int64 `json:"version_codes,omitempty"`
	Status       string  `json:"status,omitempty"`
	Rollout      float64 `json:"rollout,omitempty"`
	ReleaseCount int     `json:"release_count"`
}

TrackInfo represents track information for output

Jump to

Keyboard shortcuts

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