Deprecate tags command in favor of tag list

Change-type: patch
This commit is contained in:
myarmolinsky 2024-09-25 07:47:38 -04:00
parent cdec4a6847
commit 72177182d4
2 changed files with 2 additions and 1 deletions

View File

@ -3909,7 +3909,7 @@ length of time to enable support for, in (h)ours or (d)ays, e.g. 12h, 2d
### Aliases
- `tags`
- `tags` *(deprecated)*
To use one of the aliases, replace `tag list` with the alias.

View File

@ -23,6 +23,7 @@ import { applicationIdInfo } from '../../utils/messages';
export default class TagListCmd extends Command {
public static aliases = ['tags'];
public static deprecateAliases = true;
public static description = stripIndent`
List all tags for a fleet, device or release.