mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 22:23:07 +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
|
### Aliases
|
||||||
|
|
||||||
- `tunnel`
|
- `tunnel` *(deprecated)*
|
||||||
|
|
||||||
|
|
||||||
To use one of the aliases, replace `device tunnel` with the alias.
|
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 {
|
export default class DeviceTunnelCmd extends Command {
|
||||||
public static aliases = ['tunnel'];
|
public static aliases = ['tunnel'];
|
||||||
|
public static deprecateAliases = true;
|
||||||
|
|
||||||
public static description = stripIndent`
|
public static description = stripIndent`
|
||||||
Tunnel local ports to your balenaOS device.
|
Tunnel local ports to your balenaOS device.
|
||||||
|
Loading…
Reference in New Issue
Block a user