Skip to main content
Cache query parameters locally for reuse. Saved queries live in ~/.upstack_saved/, one JSON file per query.

Subcommands

create <name>

You can also pass query parameters inline as flags (e.g. --measures orders.gross_revenue, --date-start 2026-04-01, --filter '{"and":[...]}') — they’re merged with the file values; flags override file values. Every query flag the underlying command accepts works here, including the attribution flags (--dimension, --model, --window, --value-source, --conversion-event) and, for query-channel-details, --limit, --offset, --sort-by, and --sort-direction. Run upstack filters --detail to discover valid filter fields before constructing a --filter value.

list

show <name>

Inspect a saved query without running it.

run <name>

Re-run a saved query.
Override parts of the saved query without editing it: Only the output config default applies to run — the saved parameters are passed through as stored.

delete <name>