Skip to content

CLI Reference

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

Terminal window
npm install -g @fyrn/cli
CommandDescription
fyrn initInitialize a new fyrn project
fyrn generateGenerate a flow from natural language
fyrn validateValidate a flow definition
fyrn testTest a flow with dry-run or live connectors
fyrn deployDeploy flows to an environment
fyrn statusCheck flow status and health
fyrn logsView flow execution logs
fyrn healthView flow health metrics
fyrn connectorManage connectors
fyrn healingView self-healing events
fyrn governanceView governance policies and violations
fyrn authManage authentication
FlagDescription
--env <name>Target environment (default: development)
--project <path>Project directory (default: current directory)
--verboseEnable verbose output
--jsonOutput as JSON
--helpShow help
--versionShow version