images

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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ImagesCmd = &cobra.Command{
	Use:   "images",
	Short: "Manage screenshots and graphics",
	Long: `Manage screenshots, icons, and promotional graphics for your app.

Image types:
  - phoneScreenshots: Phone screenshots (up to 8)
  - sevenInchScreenshots: 7-inch tablet screenshots
  - tenInchScreenshots: 10-inch tablet screenshots
  - tvScreenshots: TV screenshots
  - wearScreenshots: Wear OS screenshots
  - featureGraphic: Feature graphic (1024x500)
  - icon: App icon (512x512)
  - tvBanner: TV banner (1280x720)
  - promoGraphic: Promo graphic (180x120)`,
}

Functions

This section is empty.

Types

type ImageInfo

type ImageInfo struct {
	ID     string `json:"id"`
	URL    string `json:"url,omitempty"`
	SHA1   string `json:"sha1,omitempty"`
	SHA256 string `json:"sha256,omitempty"`
}

ImageInfo represents image information

Jump to

Keyboard shortcuts

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