Config Commands
Config commands create and inspect the graph file.
Init
sh
mere-link config init --output mere.link.yamlUse --workspace and --name to seed a workspace-oriented file.
sh
mere-link config init --workspace ws_123 --name "Example Org" --output mere.link.yamlLink refuses to overwrite an existing file unless --yes is passed.
Validate
sh
mere-link config validate --config mere.link.yaml
mere-link config validate --config mere.link.yaml --jsonValidation checks integration plugins, surface kinds, write policies, aliases, and link endpoints.
Inspect
sh
mere-link config inspect --config mere.link.yaml
mere-link config inspect --config mere.link.yaml --jsonThe JSON output includes a summary and normalized config.
Generate From A Workspace Snapshot
sh
mere-link generate workspace --workspace ws_123 --output mere.link.yaml --yesFor offline or repeatable tests, use a saved snapshot file:
sh
mere-link generate workspace --snapshot-file snapshot.json --output mere.link.yaml --yes