Skip to main content

CLI

The Flow CLI (command line interface) is a static Go binary that is available for various platforms. The releases are published on GitHub.

Download
NAME:
fctl - flow workflow system cli

USAGE:
fctl [global options] command [command options] [arguments...]

VERSION:
dev

AUTHOR:
@ehazlett

COMMANDS:
login login to flow server
accounts account management
info flow server info
workflows manage workflows
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--debug, -D (default: false)
--addr value, -a value flow server address (default: "127.0.0.1:7080") [$FLOW_ADDR]
--cert value, -c value flow client certificate
--key value, -k value flow client key
--skip-verify skip TLS verification (default: false)
--help, -h show help (default: false)
--version, -v print the version (default: false)