Skip to content

factflow storage

Browse storage prefixes, list objects, and retrieve content.
Usage:
factflow storage [command]
Available Commands:
browse Browse storage prefixes and objects
download Download execution output
get Get object content
list List storage objects
metadata Get object metadata
watch Stream storage write events in real time
Flags:
-h, --help help for storage
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 storage [command] --help" for more information about a command.