Command-Line Interface
Process some integers.
usage: httpaste [-h] {standalone,wsgi,cgi,fcgi,default-config,init-backend,sanitize-backend} ...
Positional Arguments
- command
Possible choices: standalone, wsgi, cgi, fcgi, default-config, init-backend, sanitize-backend
Sub-commands:
standalone
run standalone evaluation server
httpaste standalone [-h] --config-path CONFIG_PATH [--port PORT]
Named Arguments
- --config-path, -c
- --port, -p
Default: 8082
wsgi
get WSGI script
httpaste wsgi [-h] [--echo]
Named Arguments
- --echo, -e
Default: False
cgi
get CGI script
httpaste cgi [-h] [--echo]
Named Arguments
- --echo, -e
Default: False
fcgi
get FastCGI script
httpaste fcgi [-h] [--echo]
Named Arguments
- --echo, -e
Default: False
default-config
get default config
httpaste default-config [-h] [--dump DUMP]
Named Arguments
- --dump, -d
init-backend
initialize the backend
httpaste init-backend [-h] --config CONFIG
Named Arguments
- --config, -c
sanitize-backend
sanitize the backend
httpaste sanitize-backend [-h] --config CONFIG
Named Arguments
- --config, -c