All docs
Developer platform · 4 min read

GitOps CLI

@flowsdesigner/cli — your flows as YAML in a git repo.

``bash npm install -g @flowsdesigner/cli flowsdesigner login flowsdesigner init flowsdesigner pull # writes flows/*.yml # edit + git commit flowsdesigner diff # dry run flowsdesigner push # apply ``

The full guide with CI/CD recipe is at /docs/gitops.

Why this matters

  • Code-review flow changes in a PR
  • Roll back with git revert
  • Reuse flows across clients (copy a YAML file)
  • Deploy in CI with FLOWSDESIGNER_TOKEN as a repo secret