Skip to content

factflow config

Manage pipeline configurations
Usage:
factflow config [command]
Available Commands:
create Create a pipeline configuration
delete Delete a pipeline configuration
edit Update a pipeline configuration
get Get a pipeline configuration
list List pipeline configurations
run Run a pipeline configuration
validate Validate a pipeline YAML without persisting it
Flags:
-h, --help help for config
Global Flags:
--color Force color output even when piped (for use with less -R, more)
--compact Force compact output (no pretty-print, no color)
--no-color Disable color output
-o, --output string Output format: table, json, json-pretty, yaml (default "table")
--profile string Named server profile
--server string Factflow API base URL (default: http://localhost:8000)
--timeout duration HTTP timeout (default 30s)
-v, --verbose Debug logging
Use "factflow config [command] --help" for more information about a command.