.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH PSERVE3 "1" "December 2022" "pserve3 2.0+dfsg-2" "User Commands" .SH NAME pserve3 \- Python 3 Pyramid command .SH DESCRIPTION usage: pserve3 [\-h] [\-n NAME] [\-s SERVER_TYPE] [\-\-server\-name SECTION_NAME] .IP [\-\-reload] [\-\-reload\-interval RELOAD_INTERVAL] [\-b] [\-v] [\-q] [config_uri] [config_vars ...] .PP This command serves a web application that uses a PasteDeploy configuration file for the server and application. .PP You can also include variable assignments like 'http_port=8080' and then use %(http_port)s in your config files. .SS "positional arguments:" .TP config_uri The URI to the configuration file. .TP config_vars Variables required by the config file. For example, `http_port=%(http_port)s` would expect `http_port=8080` to be passed here. .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-n\fR NAME, \fB\-\-app\-name\fR NAME Load the named application (default main) .TP \fB\-s\fR SERVER_TYPE, \fB\-\-server\fR SERVER_TYPE Use the named server. .TP \fB\-\-server\-name\fR SECTION_NAME Use the named server as defined in the configuration file (default: main) .TP \fB\-\-reload\fR Use auto\-restart file monitor .TP \fB\-\-reload\-interval\fR RELOAD_INTERVAL Seconds between checking files (low number can cause significant CPU usage) .TP \fB\-b\fR, \fB\-\-browser\fR Open a web browser to the server url. The server url is determined from the 'open_url' setting in the \&'pserve' section of the configuration file. .TP \fB\-v\fR, \fB\-\-verbose\fR Set verbose level (default 1) .TP \fB\-q\fR, \fB\-\-quiet\fR Suppress verbose output