The fyrn CLI is the primary interface for generating, testing, deploying, and monitoring integrations.
| Command | Description |
|---|
fyrn init | Initialize a new fyrn project |
fyrn generate | Generate a flow from natural language |
fyrn validate | Validate a flow definition |
fyrn test | Test a flow with dry-run or live connectors |
fyrn deploy | Deploy flows to an environment |
fyrn status | Check flow status and health |
fyrn logs | View flow execution logs |
fyrn health | View flow health metrics |
fyrn connector | Manage connectors |
fyrn healing | View self-healing events |
fyrn governance | View governance policies and violations |
fyrn auth | Manage authentication |
| Flag | Description |
|---|
--env <name> | Target environment (default: development) |
--project <path> | Project directory (default: current directory) |
--verbose | Enable verbose output |
--json | Output as JSON |
--help | Show help |
--version | Show version |