Skip to main content

mr queries

Discover and summarize saved Queries. The queries subcommands operate on the collection: list returns queries (paged via the global --page flag, optionally filtered by --name), and timeline aggregates query creation and update activity into an ASCII bar chart.

To execute a query, use query run <id> or query run-by-name --name <name> from the singular query subtree.

Usage

mr queries

Flags

This command has no local flags.

Inherited global flags

FlagTypeDefaultDescription
--jsonboolfalseOutput raw JSON
--no-headerboolfalseOmit table headers
--pageint1Page number for list commands (default page size: 50)
--quietboolfalseOnly output IDs
--serverstringhttp://localhost:8181mahresources server URL (env: MAHRESOURCES_URL)

Exit Codes

0 on success; 1 on any error

See Also