mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-27 22:59:27 +00:00
Deprecate fleets
command in favor of fleet list
Change-type: patch
This commit is contained in:
parent
5061e904e6
commit
dae115b0d8
@ -2573,7 +2573,7 @@ produce JSON output instead of tabular output
|
||||
|
||||
### Aliases
|
||||
|
||||
- `fleets`
|
||||
- `fleets` *(deprecated)*
|
||||
|
||||
|
||||
To use one of the aliases, replace `fleet list` with the alias.
|
||||
|
@ -28,6 +28,7 @@ interface ExtendedApplication extends ApplicationWithDeviceTypeSlug {
|
||||
|
||||
export default class FleetListCmd extends Command {
|
||||
public static aliases = ['fleets'];
|
||||
public static deprecateAliases = true;
|
||||
|
||||
public static description = stripIndent`
|
||||
List all fleets.
|
||||
|
Loading…
x
Reference in New Issue
Block a user