You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go run main.go -h
Couper usage:
couper <cmd> <options>
Available commands:
run Start the server with given configuration file.
version Print the current version and build information.
help Usage for given command.
Examples:
couper run
couper run -f couper.hcl
couper run -watch -log-format json -log-pretty -p 3000
Usage of global options:
-f string
-f ./my-path/couper.hcl (default "couper.hcl")
-log-format string
-log-format=json (default "common")
-log-pretty
-log-pretty
-watch
-watch
-watch-retries int
-watch-retries 10 (default 5)
-watch-retry-delay duration
-watch-retry-delay 1s (default 500ms)
…
The text was updated successfully, but these errors were encountered: