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
Click to show internal directories.
Click to hide internal directories.