Parallel Works

pw sessions open

Open a session in the browser

Synopsis

Open a running session in your default browser.

For desktop sessions, opens the VNC viewer in the browser. For VS Code sessions, opens the VS Code server in the browser. For tunnel sessions, opens the session page in the browser.

The session name can be found using pw session ls.

pw sessions open <session-name> [flags]

Examples

  pw session open my-desktop
  
  # Open a vscode session in the browser
  pw session open my-vscode

Options

  -h, --help   help for open

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