Install Mergeway CLI
Install mergeway-cli and mergeway-lsp from a release archive, Docker, Go, Nix, or source.
This guide introduces the basic concepts and structure of a Mergeway workspace. It is intended for new users who want to understand how to set up and use Mergeway effectively. For runnable sample workspaces, see the examples directory in the GitHub repository.
If you need installation help first, start with Installation. If you are here for editor integration, continue with Run mergeway-lsp manually.
A Mergeway workspace is just a folder with a few predictable parts. Knowing the vocabulary makes the CLI output easier to read.
mergeway.yaml, schemas, and optional objects. All commands run from here.data/.type: ref). Mergeway validates referential integrity.mergeway.yaml to locate schemas and records.For field syntax and configuration options, see the Schema Format.
Install mergeway-cli and mergeway-lsp from a release archive, Docker, Go, Nix, or source.
Start the Mergeway language server, turn on logging, and understand its current capabilities.
Scaffold a Mergeway workspace and walk through the core commands end to end.
Describe the Mergeway schema format and options for organizing schema files.