Documentation
¶
Overview ¶
Command flow is the Flowstate CLI: it validates, fixes, tests, and runs Flowfiles locally, and serves as the control plane, worker, and operator tooling for durable execution against Temporal. Run `flow --help` for the command tree; docs/reference/ is generated from it.
Source Files
¶
- acme.go
- acme_cache_unix.go
- audit.go
- breaking.go
- client.go
- clientcert.go
- codec.go
- compile.go
- credentials.go
- diagnostics.go
- docs.go
- egress.go
- execute.go
- fix.go
- fixstale.go
- fmtcmd.go
- get.go
- help.go
- init.go
- inputs.go
- internallistener.go
- jwt.go
- keys.go
- lifecycle.go
- main.go
- mcp.go
- mcpserve.go
- mtls.go
- output.go
- plugins.go
- protectedresource.go
- routing.go
- rundoc.go
- runlocal.go
- runlog.go
- schedule.go
- secrets.go
- sensitive.go
- serverdev.go
- signals.go
- stdiobanner.go
- suggest.go
- taskpolicy.go
- taskrun.go
- tasks.go
- telemetry.go
- tenant.go
- test.go
- tls.go
- validatewalk.go
- venue.go
- version.go
- watch.go
- webhooks.go
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
appearance
Package appearance holds the CLI's appearance pins: charmbracelet/vhs tape files under testdata, one per styled surface, each paired with a golden of the terminal screen the tape produces.
|
Package appearance holds the CLI's appearance pins: charmbracelet/vhs tape files under testdata, one per styled surface, each paired with a golden of the terminal screen the tape produces. |
|
docsgen
Package docsgen generates the reference documentation under docs/reference/, from the things that cannot drift.
|
Package docsgen generates the reference documentation under docs/reference/, from the things that cannot drift. |
|
fragments
Package fragments holds the interactive documents `flow mcp` serves as MCP Apps UI resources.
|
Package fragments holds the interactive documents `flow mcp` serves as MCP Apps UI resources. |
|
mcp
Package mcp is the protocol surface `flow mcp` serves: tool names and descriptions derived from the schema, the RPC dispatch table, and registration of both onto an *mcp.Server.
|
Package mcp is the protocol surface `flow mcp` serves: tool names and descriptions derived from the schema, the RPC dispatch table, and registration of both onto an *mcp.Server. |
|
reference
Package reference holds the documents `flow mcp` serves as MCP resources.
|
Package reference holds the documents `flow mcp` serves as MCP resources. |
|
taskexample
Package taskexample builds the smallest Flowfile step that runs a given task.
|
Package taskexample builds the smallest Flowfile step that runs a given task. |
|
ui
Package ui decides, in one place, how the flow command line looks.
|
Package ui decides, in one place, how the flow command line looks. |
|
watch
Package watch is the TUI `flow watch` draws while a run is going, and the state machine both the live view and the plain, line-per-change shape fold their answers into.
|
Package watch is the TUI `flow watch` draws while a run is going, and the state machine both the live view and the plain, line-per-change shape fold their answers into. |
Click to show internal directories.
Click to hide internal directories.