- CLI Reference
- Commands
- ironflow function
ironflow function
List and inspect registered functions.
ironflow function <subcommand> [flags]ironflow function list
Section titled “ironflow function list”List all registered functions with their triggers and execution mode.
ironflow function list [flags]Flags:
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--server | -s | string | Server URL override | |
--json | bool | false | Output as JSON | |
--limit | int | 100 | Maximum number of functions to return |
Output:
ID TRIGGERS MODEstripe-handler stripe.payment.* pushorder-process order.created pullironflow function get
Section titled “ironflow function get”Get detailed information about a registered function.
ironflow function get <function-id> [flags]Arguments:
| Argument | Required | Description |
|---|---|---|
function-id | Yes | The function ID to look up |
Flags:
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--server | -s | string | Server URL override | |
--json | bool | false | Output as JSON |
Output:
ID: stripe-handlerName: Stripe HandlerDescription: Handles Stripe webhook eventsMode: pushEndpoint: http://localhost:3000/api/ironflowTriggers: stripe.payment.*Examples:
ironflow function listironflow function list --jsonironflow function get stripe-handlerironflow function get stripe-handler --json