Set a config value
runware config set <key> <value> [flags]
# set the default output directory
runware config set output_dir ~/my-images
# set the default output format (table, json, yaml)
runware config set format json
# set the default transport (ws, http)
runware config set transport http
-h, --help help for set
--debug Show full debug output
-F, --format string CLI output format: table, json, yaml (default "table")
--transport string Transport protocol: ws (WebSocket) or http (REST) (default "ws")
-v, --verbose Show request/response details
- runware config - Manage CLI configuration