Deprecate ssh command in favor of device ssh

Change-type: patch
This commit is contained in:
myarmolinsky 2024-09-26 11:26:19 -04:00
parent c5d8f73263
commit 84985022e5
2 changed files with 2 additions and 1 deletions

View File

@ -1982,7 +1982,7 @@ force action if the update lock is set
### Aliases
- `ssh`
- `ssh` *(deprecated)*
To use one of the aliases, replace `device ssh` with the alias.

View File

@ -25,6 +25,7 @@ import {
export default class DeviceSSHCmd extends Command {
public static aliases = ['ssh'];
public static deprecateAliases = true;
public static description = stripIndent`
Open a SSH prompt on a device's host OS or service container.