Deprecate fleets command in favor of fleet list

Change-type: patch
This commit is contained in:
myarmolinsky 2024-09-24 12:53:37 -04:00
parent b6f8be27ec
commit 71ef00534d
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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.