Options (3)
-p, --portbooleanStart a web server instance on the specified port
Example:
hg serve {{[-p|--port]}} {{port}}-a, --addressbooleanStart a web server instance on the specified listening address
Example:
hg serve {{[-a|--address]}} {{address}}-n, --namebooleanStart a web server instance with a specific identifier
Example:
hg serve {{[-n|--name]}} {{name}}Examples (6)
Start a web server instance
Start a web server instance on the specified listening address
hg serve [-a|--address] addressStart a web server instance with a specific identifier
hg serve [-n|--name] nameStart a web server instance using the specified theme (see the templates directory)
hg serve --style styleStart a web server instance using the specified SSL certificate bundle
hg serve --certificate path/to/certificatemade by @shridhargupta | data from tldr-pages