omnigraph/crates/omnigraph-cli/tests
Andrew Altshuler b395757e21
feat(cli): alias subcommand; remove --alias flag (RFC-011 D4) (#244)
Operator aliases move from the --alias flag on query/mutate to a dedicated 'omnigraph alias <name> [args]' subcommand, so an alias can never shadow or be shadowed by a built-in verb. Unknown name errors listing defined aliases. Removes the legacy alias machinery from query/mutate (net -156 lines); legacy omnigraph.yaml aliases lose their CLI entry point.
2026-06-15 15:23:03 +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)!: unify graph selection under --graph; --cluster is a global scope; remove --cluster-graph (#241) 2026-06-15 14:30:58 +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): --quiet/--yes globals; echo resolved write target; gate non-local destructive writes (#243) 2026-06-15 14:35:55 +03:00