omnigraph/crates/omnigraph-cli/tests
Andrew Altshuler 2ed05d2cb1
feat(cli): --quiet/--yes globals; echo resolved write target; gate non-local destructive writes (#243)
RFC-011 Decision 9. Writes echo their resolved target + access path to stderr (suppress with --quiet). Destructive writes (cleanup, overwrite load, branch delete) against a non-local scope require consent: --yes, a TTY prompt, or a hard refusal for non-TTY/--json runs. Local file:// writes unaffected.
2026-06-15 14:35:55 +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): --quiet/--yes globals; echo resolved write target; gate non-local destructive writes (#243) 2026-06-15 14:35:55 +03:00
cli_queries.rs feat(cli)!: remove legacy data-plane addressing (--target, positional http→remote, --as-on-served) (#238) 2026-06-15 04:29:16 +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)!: remove legacy data-plane addressing (--target, positional http→remote, --as-on-served) (#238) 2026-06-15 04:29:16 +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