moose_instances
Register, list, or remove DCS installations (Stable/OpenBeta, server/client) with saved games paths, so other MOOSE tools can reference them by label instead of full paths.
Instructions
Cross-cutting instance registry. Knows each DCS install (Stable/OpenBeta, Saved Games path, server vs client). Use action=list to see known instances, action=add to register one (label, variant, saved_games_path, server), action=remove to delete. Once an instance is registered, moose_parse_log and moose_ingest can accept that label as a path instead of a full path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Short label for the instance, e.g. "openbeta" (required for add/remove). | |
| action | Yes | list | add | remove | |
| server | No | Whether this is a server install (default false). | |
| variant | No | DCS variant (required for add). | |
| saved_games_path | No | Saved Games folder, e.g. C:\Users\you\Saved Games\DCS.openbeta (required for add). |