Forrest logo
back to context overview

updog

List of commands for updog:

  • updog:tldr:10dbc updog: Start a HTTP server on a specified port.
    $ updog --port ${port}
    try on your machine
    explain this command
  • updog:tldr:81bf6 updog: Start a HTTP server with a password (To log in, leave the username blank and enter the password in the password field).
    $ updog --password ${password}
    try on your machine
    explain this command
  • updog:tldr:9c3bf updog: Start a HTTP server for the current directory.
    $ updog
    try on your machine
    explain this command
  • updog:tldr:b3ae5 updog: Enable transport encryption via SSL.
    $ updog --ssl
    try on your machine
    explain this command
  • updog:tldr:d6c06 updog: Start a HTTP server for a specified directory.
    $ updog --directory ${-path-to-directory}
    try on your machine
    explain this command
back to context overview