availability

package
v0.5.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AvailabilityCmd = &cobra.Command{
	Use:   "availability",
	Short: "Manage country availability for releases",
	Long: `View and update which countries your app is available in.

Country targeting is configured per release track. You can
restrict availability to specific countries or include all
countries with specific exclusions.`,
}

AvailabilityCmd manages country targeting for releases

Functions

This section is empty.

Types

type CountryInfo

type CountryInfo struct {
	Track          string   `json:"track"`
	Countries      []string `json:"countries,omitempty"`
	IncludeRest    bool     `json:"include_rest_of_world"`
	ReleaseVersion string   `json:"release_version,omitempty"`
}

CountryInfo represents country targeting information

Jump to

Keyboard shortcuts

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