status

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var StatusCmd = &cobra.Command{
	Use:   "status",
	Short: "Project status dashboard",
	Long:  `Fetch apps, metrics, entitlements, and offerings in parallel and display a combined project summary.`,
	RunE:  runStatus,
}

StatusCmd displays a project status dashboard

Functions

This section is empty.

Types

type StatusSummary

type StatusSummary struct {
	ProjectID         string  `json:"project_id"`
	Apps              int     `json:"apps"`
	Entitlements      int     `json:"entitlements"`
	Offerings         int     `json:"offerings"`
	ActiveSubscribers int     `json:"active_subscribers"`
	ActiveTrials      int     `json:"active_trials"`
	MRR               float64 `json:"mrr"`
	Revenue           float64 `json:"revenue"`
}

Jump to

Keyboard shortcuts

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