Docs

GitOps

Export, plan, and apply stack desired-state as nixploy.yaml.

Flow

  1. Export a project/environment stack to nixploy.yaml
  2. Edit or store it in Git
  3. plan — see create/update/delete diffs without applying
  4. apply — converge the live stack (redeploy changed services)
  5. syncFromUrl / syncFromGit — pull desired state into the panel

Available in the project GitOps UI and via nixploy gitops … CLI commands.

Also see the repository guides under docs/ · REST API reference

Docs menu