Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 672 Bytes

File metadata and controls

34 lines (23 loc) · 672 Bytes

runware config reset

Reset configuration defaults

runware config reset [flags]

Examples

  # reset all config defaults (API key and presets are preserved)
  runware config reset

Options

  -h, --help   help for reset

Options inherited from parent commands

      --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

SEE ALSO