mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-22 02:06:47 +00:00
Deprecate tags
command in favor of tag list
Change-type: patch
This commit is contained in:
parent
bb80311700
commit
bc66febc50
@ -3909,7 +3909,7 @@ length of time to enable support for, in (h)ours or (d)ays, e.g. 12h, 2d
|
|||||||
|
|
||||||
### Aliases
|
### Aliases
|
||||||
|
|
||||||
- `tags`
|
- `tags` *(deprecated)*
|
||||||
|
|
||||||
|
|
||||||
To use one of the aliases, replace `tag list` with the alias.
|
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 {
|
export default class TagListCmd extends Command {
|
||||||
public static aliases = ['tags'];
|
public static aliases = ['tags'];
|
||||||
|
public static deprecateAliases = true;
|
||||||
|
|
||||||
public static description = stripIndent`
|
public static description = stripIndent`
|
||||||
List all tags for a fleet, device or release.
|
List all tags for a fleet, device or release.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user