Skip to content

ironflow server

Server management commands.

Terminal window
ironflow server <subcommand> [flags]

Display server health, version, and runtime information.

Terminal window
ironflow server info [flags]

Flags:

FlagShortTypeDefaultDescription
--server-sstringServer URL override
--jsonboolfalseOutput as JSON

Examples:

Terminal window
# Show server info
ironflow server info
# JSON output
ironflow server info --json
# Connect to a different server
ironflow server info --server http://localhost:9000

Output:

Server: http://localhost:9123
Version: 0.5.0
Status: healthy
Uptime: 2h15m0s
Go: go1.25.0
Functions: 3 registered
Runs: 1 active
Workers: 2 connected