package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Mar 5, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var AppsCmd = &cobra.Command{
Use: "apps",
Short: "Manage apps",
Long: `List, create, update, and delete apps in your RevenueCat project.`,
}
AppsCmd manages applications
type AppInfo struct {
ID string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
BundleID string `json:"bundle_id,omitempty"`
PackageName string `json:"package_name,omitempty"`
CreatedAt interface{} `json:"created_at,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.