docs

To browse the documentation run:

uwe docs

Which will open a cached version of the documentation in your browser; if you want to update the documentation you can update the runtime assets using uwe task update-runtime-assets:

uwe task update-runtime-assets

Usage

uwe-docs 0.48.15
Browse the documentation

USAGE:
    uwe docs [OPTIONS] [--] [version-range]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -a, --addr <addr>                 Bind address for the web server [default: 0.0.0.0]
        --authority <authority>...    Allow these virtual host authorities
    -p, --port <port>                 The port number
        --ssl-cert <ssl-cert>         Path to an SSL certificate file [env: UWE_SSL_CERT]
        --ssl-key <ssl-key>           Path to an SSL key file [env: UWE_SSL_KEY]
        --ssl-port <ssl-port>         The port number for SSL

ARGS:
    <version-range>    Version range for the documentation plugin [env: UWE_DOCS_VERSION_RANGE]

Back to uwe