Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.24 KB

flow.md

File metadata and controls

30 lines (21 loc) · 1.24 KB

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 github.com/jahvon/flow for more information.

Options

  -h, --help              help for flow
  -x, --non-interactive   Disable displaying flow output via terminal UI rendering. This is only needed if the interactive output is enabled by default in flow's configuration.
      --sync              Sync flow cache and workspaces
      --verbosity int     Log verbosity level (-1 to 1)

SEE ALSO

  • flow exec - Execute a flow by ID.
  • flow get - Print a flow entity.
  • flow init - Initialize or restore the flow application state.
  • flow list - Print a list of flow entities.
  • flow logs - List and view logs for previous flow executions.
  • flow remove - Remove a flow object.
  • flow set - Update global or workspace configuration values.
  • flow sync - Scan workspaces and update flow cache.