mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Deprecate tunnel
command in favor of device tunnel
Change-type: patch
This commit is contained in:
parent
72dd9bcda6
commit
bc5cbfe6fe
@ -2126,7 +2126,7 @@ the uuid of the device to make track the fleet's release
|
||||
|
||||
### Aliases
|
||||
|
||||
- `tunnel`
|
||||
- `tunnel` *(deprecated)*
|
||||
|
||||
|
||||
To use one of the aliases, replace `device tunnel` with the alias.
|
||||
|
@ -29,6 +29,7 @@ import type { Server, Socket } from 'net';
|
||||
|
||||
export default class DeviceTunnelCmd extends Command {
|
||||
public static aliases = ['tunnel'];
|
||||
public static deprecateAliases = true;
|
||||
|
||||
public static description = stripIndent`
|
||||
Tunnel local ports to your balenaOS device.
|
||||
|
Loading…
Reference in New Issue
Block a user