Skip to content
Docs / dflux Runner
ContactGet started

CLI

dflux Runner is one binary: d3x-run (also invocable as d3x run). One-shot work uses subcommands (run-flow, run-suite, fuzz, check, …); continuous lab work uses the daemon subcommand as a control-plane agent. This reference is generated from d3x-run --help, so it always matches the binary.

Primary subcommands: run-flow, run-suite, fuzz, daemon, check, validate, describe, lint, vocab, schema, subscriber generate, and server (user-plane receiver). The runner is stateless — no local report DB and no report / flow list catalog commands. Flow and suite YAML lives in the public d3x-templates repo; this site's flow and suite catalog is the browsable index. Agent mode is documented under Agent mode. Manifest-driven wire-fuzz campaigns use d3x-run fuzz; user-plane receivers use d3x-run server; offline identity files use subscriber generate.

Loading reference…

Where to go next