mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-25 05:19:52 +00:00
Deprecate orgs
command in favor of organization list
Change-type: patch
This commit is contained in:
parent
72177182d4
commit
fca255dd93
@ -2832,7 +2832,7 @@ answer "yes" to all questions (non interactive use)
|
|||||||
|
|
||||||
### Aliases
|
### Aliases
|
||||||
|
|
||||||
- `orgs`
|
- `orgs` *(deprecated)*
|
||||||
|
|
||||||
|
|
||||||
To use one of the aliases, replace `organization list` with the alias.
|
To use one of the aliases, replace `organization list` with the alias.
|
||||||
|
@ -21,6 +21,7 @@ import { getBalenaSdk, getVisuals, stripIndent } from '../../utils/lazy';
|
|||||||
|
|
||||||
export default class OrganizationListCmd extends Command {
|
export default class OrganizationListCmd extends Command {
|
||||||
public static aliases = ['orgs'];
|
public static aliases = ['orgs'];
|
||||||
|
public static deprecateAliases = true;
|
||||||
|
|
||||||
public static description = stripIndent`
|
public static description = stripIndent`
|
||||||
List all organizations.
|
List all organizations.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user