Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DiffCmd = &cobra.Command{
Use: "diff",
Short: "Compare two projects",
Long: `Compare entitlements and offerings between two RevenueCat projects.`,
RunE: runDiff,
}
DiffCmd compares two RevenueCat projects
Functions ¶
This section is empty.
Types ¶
type DiffResult ¶
type DiffResult struct {
Entitlements DiffSection `json:"entitlements"`
Offerings DiffSection `json:"offerings"`
}
type DiffSection ¶
Click to show internal directories.
Click to hide internal directories.