Skip to main content

FlowCtl Version Command

The version command retrieves and displays version information for both the FlowSynx system and the FlowCtl command-line interface (CLI).
It is useful for verifying installation details, troubleshooting compatibility issues, or confirming an upgrade.

Usage

flowctl version [options]

Executes a query that reports:

  • FlowSynx System Version: The version of the FlowSynx runtime currently installed and running.
  • FlowCtl CLI Version: The version of the CLI tool (flowctl) that you are executing.

Options

ShortLongRequiredDefaultDescription
-o--output <Json|Table|Xml|Yaml>NoJsonSpecifies the output format for the version information.
-?, -h--helpNoDisplays detailed usage information for the version command.

Examples

Display Version in Default JSON Format
flowctl version

Outputs a JSON object with the FlowSynx system version and CLI version.

Display Version in Table Format
flowctl version --output Table

Prints the version information in a human-readable table.