Prerequisites
- Administrator access to MAIster
- A git repository reachable from the MAIster host
- A clean default branch
- Host credentials for cloning or fetching the repository
Register an existing directory
- Open Projects → Add project.
- Choose the existing-directory onboarding mode.
- Enter the absolute repository path.
- Optionally set the display name.
- Submit and review validation results.
maister.yaml is absent, MAIster writes a minimal valid manifest using the
resolved default branch. When the file exists but is invalid, registration
fails with a configuration error and leaves the file unchanged.
Clone a remote repository
Choose a supported remote onboarding mode and supply the repository URL. Use host SSH configuration, a credential helper, an authenticated provider CLI, or the one-time credential field shown by the UI. Credentials are used for the operation and are not written tomaister.yaml.