UNPKG

claude-flow-multilang

Version:

Revolutionary multilingual AI orchestration framework with cultural awareness and DDD architecture

26 lines (19 loc) 508 B
# workflow-export Export workflows for sharing. ## Usage ```bash npx claude-flow workflow export [options] ``` ## Options - `--name <name>` - Workflow to export - `--format <type>` - 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 ```