# workflow-export Export workflows for sharing. ## Usage ```bash npx claude-flow workflow export [options] ``` ## Options - `--name ` - Workflow to export - `--format ` - Export format - `--include-history` - Include execution history ## Examples ```bash # Export workflow npx claude-flow workflow export --name "deploy-api" # As YAML npx claude-flow workflow export --name "test-suite" --format yaml # With history npx claude-flow workflow export --name "deploy-api" --include-history ```