Forrest logo
back to context overview

hg-serve

List of commands for hg-serve:

  • hg-serve:tldr:a1750 hg-serve: Start a web server instance.
    $ hg serve
    try on your machine
    explain this command
  • hg-serve:tldr:ad376 hg-serve: Start a web server instance using the specified SSL certificate bundle.
    $ hg serve --certificate ${path-to-certificate}
    try on your machine
    explain this command
  • hg-serve:tldr:b0a40 hg-serve: Start a web server instance on the specified port.
    $ hg serve --port ${port}
    try on your machine
    explain this command
  • hg-serve:tldr:b6b42 hg-serve: Start a web server instance on the specified listening address.
    $ hg serve --address ${address}
    try on your machine
    explain this command
  • hg-serve:tldr:c2fb1 hg-serve: Start a web server instance using the specified theme (see the templates directory).
    $ hg serve --style ${style}
    try on your machine
    explain this command
  • hg-serve:tldr:d0262 hg-serve: Start a web server instance with a specific identifier.
    $ hg serve --name ${name}
    try on your machine
    explain this command
back to context overview