fun devices port-forward
Forward a device port to a local port
Synopsis
This command forwards the remote port of a device to a local port on your machine. The remote port must be listening, or it will fail.
fun devices port-forward [flags]
Options
--context string context (default "default")
-h, --help help for port-forward
-l, --local-port uint16 Port on your local machine to forward to. Must be a number. (required)
-p, --project uint32 Id of the project containing the registry. Must be a number. (required)
-r, --registry uint32 Id of the registry containing the device. Must be a number. (required)
-d, --remote-port uint16 Port on the remote device to forward from. Must be a number. (required)
-s, --serial string Serial number of the device. Must contain only alphanumeric characters, underscores, or dashes. (required)
Options inherited from parent commands
--config string config directory
SEE ALSO
- fun devices - Commands to interact with Fundamentum-connected devices