Skip to main content

astroctl application cost trend

Show measured application cost and usage over time

astroctl application cost trend [application-name] [flags]

Examples


astroctl app cost trend checkout --window 24h
astroctl app cost trend --name checkout --window 7d --interval 6h

Options

-h, --help help for trend
--interval string bucket interval: auto, 1h, 6h, 12h, or 1d (default "auto")
--window string closed-hour window (for example 24h, 7d, 30d) (default "24h")

Options inherited from parent commands

-n, --name string name of the application
-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO