mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-05 10:39:39 +00:00
Deprecate releases
command in favor of release list
Change-type: patch
This commit is contained in:
parent
dae115b0d8
commit
7856813322
@ -3647,7 +3647,7 @@ the commit or ID of the release to invalidate
|
||||
|
||||
### Aliases
|
||||
|
||||
- `releases`
|
||||
- `releases` *(deprecated)*
|
||||
|
||||
|
||||
To use one of the aliases, replace `release list` with the alias.
|
||||
|
@ -24,6 +24,7 @@ import { jsonInfo } from '../../utils/messages';
|
||||
|
||||
export default class ReleaseListCmd extends Command {
|
||||
public static aliases = ['releases'];
|
||||
public static deprecateAliases = true;
|
||||
|
||||
public static description = stripIndent`
|
||||
List all releases of a fleet.
|
||||
|
Loading…
x
Reference in New Issue
Block a user