mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-27 22:59:27 +00:00
Deprecate tags
command in favor of tag list
Change-type: patch
This commit is contained in:
parent
cdec4a6847
commit
72177182d4
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user