diff

package
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2026 License: MIT Imports: 7 Imported by: 0

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

type DiffSection struct {
	OnlyInSource []string `json:"only_in_source"`
	OnlyInTarget []string `json:"only_in_target"`
	InBoth       []string `json:"in_both"`
}

Jump to

Keyboard shortcuts

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