mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Deprecate devices supported
command in favor of device-type list
Change-type: patch
This commit is contained in:
parent
8be069dbdb
commit
12923c9b84
@ -1229,7 +1229,7 @@ Docker host TLS key file
|
||||
|
||||
### Aliases
|
||||
|
||||
- `devices supported`
|
||||
- `devices supported` *(deprecated)*
|
||||
|
||||
|
||||
To use one of the aliases, replace `device-type list` with the alias.
|
||||
|
@ -22,6 +22,7 @@ import { getBalenaSdk, getVisuals, stripIndent } from '../../utils/lazy';
|
||||
|
||||
export default class DeviceTypeListCmd extends Command {
|
||||
public static aliases = ['devices supported'];
|
||||
public static deprecateAliases = true;
|
||||
|
||||
public static description = stripIndent`
|
||||
List the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').
|
||||
|
Loading…
Reference in New Issue
Block a user