omnigraph/crates/omnigraph-cli/tests
Andrew Altshuler 1bc0ea6b51
feat(cli): no-default-graph errors list candidate graphs (RFC-011 D7) (#245)
When a server/cluster scope resolves with no --graph and no default_graph, the CLI auto-uses a sole graph (cluster) or errors listing the candidate graph ids (cluster catalog; multi-graph server via best-effort GET /graphs), never a silent pick. GraphClient::resolve becomes async; flat/single-graph servers and happy paths are unaffected.
2026-06-15 15:48:29 +03:00
..
support feat(cli)!: remove legacy data-plane addressing (--target, positional http→remote, --as-on-served) (#238) 2026-06-15 04:29:16 +03:00
cli_cluster.rs feat(cli): no-default-graph errors list candidate graphs (RFC-011 D7) (#245) 2026-06-15 15:48:29 +03:00
cli_cluster_e2e.rs refactor(cli): split the test monolith into command-area suites 2026-06-11 15:16:51 +03:00
cli_data.rs feat(cli): alias subcommand; remove --alias flag (RFC-011 D4) (#244) 2026-06-15 15:23:03 +03:00
cli_queries.rs feat(cli): alias subcommand; remove --alias flag (RFC-011 D4) (#244) 2026-06-15 15:23:03 +03:00
cli_schema_config.rs feat(cli)!: unify graph selection under --graph; --cluster is a global scope; remove --cluster-graph (#241) 2026-06-15 14:30:58 +03:00
parity_matrix.rs feat(cli): --quiet/--yes globals; echo resolved write target; gate non-local destructive writes (#243) 2026-06-15 14:35:55 +03:00
system_local.rs feat(cli): alias subcommand; remove --alias flag (RFC-011 D4) (#244) 2026-06-15 15:23:03 +03:00
system_remote.rs feat(cli): no-default-graph errors list candidate graphs (RFC-011 D7) (#245) 2026-06-15 15:48:29 +03:00