AdvancedCloud
Cloud Tunnel
The wendy cloud tunnel command opens a secure gRPC tunnel from your developer machine to a cloud-enrolled WendyOS device. This lets you use all standard wendy device commands again
Cloud Tunnel
The wendy cloud tunnel command opens a secure gRPC tunnel from your developer machine to a cloud-enrolled WendyOS device. This lets you use all standard wendy device commands against a remote device as if it were on the local network.
Prerequisites
- Authenticated with Wendy Cloud (
wendy auth login). - At least one compute device enrolled and online in your organization.
Usage
wendy cloud tunnel [--cloud-grpc <endpoint>]The CLI:
- Calls
AssetService.ListAssetswithIsComputeDevice = trueandOnlineOnly = truevia a server-streaming gRPC connection. - Collects streamed assets up to a hard cap of 10 000 devices (to prevent unbounded memory growth from a misbehaving backend). If the backend returns more, the command exits with an error:
cloud returned more than 10000 devices. - When more than one device is available, presents the interactive cloud discover TUI in picker mode (
↑/↓to navigate,enterto select,uto update a device before connecting,qto cancel). - Opens a tunnel to the selected device.
Only online devices (those with an active broker presence) are shown. If you need to inspect enrolled-but-offline devices, use wendy cloud discover --all.
Flags
| Flag | Description |
|---|---|
--cloud-grpc | Override the cloud gRPC endpoint (required when multiple auth sessions exist). |