Parallel Works

pw endpoints

Create and serve self-registering endpoint sessions

Synopsis

Endpoint sessions expose a locally-running web app through the platform by dialing out and registering a reverse tunnel — no inbound network access to your machine is required.

Run endpoints http PORT next to an app listening on that port, or endpoints http SOCKET_PATH next to an app listening on a Unix socket. Use endpoints https instead when the local app speaks TLS. The platform forwards its session URL to your local server until you exit.

Options

  -h, --help   help for endpoints

Options inherited from parent commands

      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging

SEE ALSO