--application-overrides on qatech run or qatech chat to point a test run at the tunnel URL.
Usage
Global flags
These work on every subcommand:| Flag | Short | Description |
|---|---|---|
--api-key <key> | -k | API key override (or QATECH_API_KEY) |
--api-url <url> | API base URL (or QATECH_API_URL) | |
--help | -h | Show subcommand help |
qatech tunnel start
Starts a tunnel and prints a manifest of public URLs, one per port.
| Flag | Short | Description |
|---|---|---|
--port <ports> | -p | Ports to expose, comma-separated, with optional labels |
--https | Local services use HTTPS (default: HTTP) | |
--public | Make the tunnel publicly accessible (no authentication required) |
Port syntax
| Form | Example | Result |
|---|---|---|
| Single port | --port 3000 | One tunnel for port 3000 |
| Multi-port | --port 3000,8080 | One tunnel host per port |
| Labelled | --port 3000:web,4000:api | Hostnames keyed by label |