Skip to content

flow browse

Discover and explore available executables.

Synopsis

Browse executables across workspaces.

flow browse # Interactive multi-pane executable browser flow browse --list # Simple list view of executables flow browse VERB [ID] # Detailed view of specific executable

See https://flowexec.io/types/flowfile#executableverb for more information on executable verbs and https://flowexec.io/types/flowfile#executableref for more information on executable references.

shell
flow browse [EXECUTABLE-REFERENCE] [flags]

Examples

shell
flow browse                              # interactive multi-pane browser
flow browse --list                       # flat list of all executables
flow browse --verb run                   # list only 'run' executables
flow browse --namespace myproject        # filter by namespace

Options

FlagTypeDescription
-a, --allList from all namespaces.
--annotationstringArrayFilter by annotations. Format: 'key=value' for exact value match, or 'key' for presence regardless of value. Repeat the flag for multiple selectors; all selectors must match (AND).
-f, --filterstringFilter executable by reference substring.
-h, --helphelp for browse
-l, --listShow a simple list view of executables instead of interactive discovery.
-n, --namespacestringFilter executables by namespace.
-o, --outputstringOutput format. One of: yaml, json, or tui.
-t, --tagstringArrayFilter by tags.
-v, --verbstringFilter executables by verb.
--visibilitystringFilter by visibility level (hierarchical). Valid: public, private, internal, hidden. Default: private
-w, --workspacestringFilter executables by workspace.

Options inherited from parent commands

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

See also

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