bundles

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BundlesCmd = &cobra.Command{
	Use:   "bundles",
	Short: "Manage Android App Bundles",
	Long: `Upload and manage Android App Bundles (AAB files).

App Bundles are the recommended format for publishing on Google Play.
They allow for smaller downloads and dynamic feature delivery.`,
}

Functions

This section is empty.

Types

type BundleInfo

type BundleInfo struct {
	VersionCode int64  `json:"version_code"`
	SHA1        string `json:"sha1,omitempty"`
	SHA256      string `json:"sha256,omitempty"`
}

BundleInfo represents bundle information

Jump to

Keyboard shortcuts

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