flow workspace
Manage development workspaces.
Synopsis
Manage flow workspaces. A workspace is a directory (local or git-sourced) that contains flow files defining your executables. One workspace is active at a time.
Workspaces are registered globally so flow can find executables across projects. Use 'workspace add' to register a new workspace, 'workspace switch' to change the active workspace, and 'workspace update' to pull the latest changes from a remote source.
Options
-h, --help help for workspaceOptions inherited from parent commands
-L, --log-level string Log verbosity level (debug, info, fatal) (default "info")
--sync Sync flow cache and workspacesSEE ALSO
- flow - flow is a command line interface designed to make managing and running development workflows easier.
- flow workspace add - Initialize a new workspace from a local path or Git URL.
- flow workspace get - Get workspace details. If the name is omitted, the current workspace is used.
- flow workspace list - List all registered workspaces.
- flow workspace remove - Remove an existing workspace.
- flow workspace switch - Switch the current workspace.
- flow workspace update - Pull latest changes for a git-sourced workspace.

