@fyrn/cli
v0.1.8
Published
CLI for Fyrn — AI-first integration platform
Maintainers
Readme
@fyrn/cli
CLI for Fyrn — AI-first integration platform.
Install
npm install -g @fyrn/cliOr use without installing:
npx @fyrn/cli --helpQuick Start
# Login to your Fyrn account
fyrn login
# List your flows
fyrn flow list
# Create a flow with AI
fyrn flow create --ai "Send Shopify orders to Slack"
# Check flow status
fyrn flow status order-to-slack
# Build a connector from an API spec
fyrn connectors build --from-url https://api.example.com/openapi.jsonCommands
| Command | Description |
|---------|-------------|
| fyrn login | Authenticate with your Fyrn account |
| fyrn flow | Manage integration flows |
| fyrn connectors | Manage connector catalog and instances |
| fyrn env | Manage environments (dev, staging, prod) |
| fyrn healing | View and approve self-healing events |
| fyrn governance | Audit logs and compliance |
| fyrn agents | Manage AI agent keys |
| fyrn billing | Subscription and usage billing |
| fyrn usage | View platform usage metrics |
| fyrn apis | Manage published API endpoints |
Run fyrn --help for the full list, or fyrn <command> --help for details on any command.
Interactive Mode
Run fyrn with no arguments to enter interactive mode — a conversational interface powered by AI that can execute commands on your behalf.
fyrnAuthentication
fyrn login opens your browser for Auth0 authentication. Credentials are stored in ~/.fyrn/credentials.json.
For CI/CD environments, set the FYRN_API_KEY environment variable with an agent API key.
Configuration
The CLI reads configuration from (highest priority first):
- Environment variables (
FYRN_API_URL,FYRN_API_KEY) ~/.fyrn/config.json- Built-in defaults
Documentation
Full docs at docs.fyrn.ai
