Skip to content

flow

flow is a command line interface designed to make managing and running development workflows easier.

Synopsis

flow is a command line interface designed to make managing and running development workflows easier.It's driven by executables organized across workspaces and namespaces defined in a workspace.

See https://flowexec.io for more information.

Options

FlagTypeDescription
-h, --helphelp for flow
-L, --log-levelstringLog verbosity level (debug, info, fatal) (default "info")
--syncSync flow cache and workspaces

See also

  • flow browse — Discover and explore available executables.
  • flow cache — Manage temporary key-value data.
  • flow cli — Manage the flow CLI itself.
  • flow config — View and update global flow configuration.
  • flow exec — Execute any executable by reference.
  • flow logs — View execution history and logs.
  • flow mcp — Start Model Context Provider (MCP) server for AI assistant integration
  • flow schema — Validate flowfiles and workspace configs against their schemas.
  • flow secret — Manage secrets stored in a vault.
  • flow sync — Refresh workspace cache and discover new executables.
  • flow template — Manage flowfile templates.
  • flow vault — Manage sensitive secret stores.
  • flow workspace — Manage development workspaces.