Skip to content

CLI Reference

The fyrn CLI is the primary interface for generating, testing, deploying, and monitoring integrations.

  • Binary: fyrn
  • NPM package: @fyrn/cli
  • Node requirement: >= 22.0.0
Terminal window
npm install -g @fyrn/cli

For a deeper walkthrough with examples and CI/CD recipes, see the CLI Usage guide.

GroupCommandsPurpose
Projectinit, pull, push, diffLocal project + remote flow sync
Authlogin, logout, auth status, auth api-keyInteractive + API-key authentication
Flowsflow list/show/create/deploy/test/preview/clone/diff/deleteFlow lifecycle
Connectorsconnector list/catalog/instances/test/build/connect/status/tokenManage connector catalog + instances
Logslogs tail/search/replayMessage log streaming and search
Schedulesschedules list/triggerScheduled flows
Adaptersadapters list/generate/test/templatesCustom-code adapters (V8 sandbox)
Lookup tableslookup list/show/create/delete/set/remove/import/exportAccount-scoped lookup tables
Bundlesbundle export/importPortable flow bundles
Batchbatch submit/list/show/cancel/retry/errorsBulk processing jobs
Self-healinghealing list/show/approve/rejectAuto-generated fixes
Governancegovernance list/show/check (alias gov)Policy checks
Agentsagents keys list/create/update/revoke, agents activityAI agent keys + audit log
Published APIsapis list/docs/spec/update/delete, apis services list/show/docsPublished APIs and service groups
Environmentsenv list/switch/current/createEnvironment management
Accountsaccounts list/switch/currentMulti-account switching
Billingbilling status/upgrade/portal, usage, planPlan + usage

These flags apply to most subcommands where relevant:

FlagDescription
--env <name-or-slug>Target environment (defaults to the active env)
--helpShow help for the command
--versionShow CLI version

Running fyrn with no arguments starts a conversational assistant backed by Claude. It can execute any CLI command with your permission and uses the same auth context as the CLI. Requires ANTHROPIC_API_KEY.

Terminal window
fyrn

See the CLI Usage guide for every command with flags, examples, and common workflows.