Deprecate orgs command in favor of organization list

Change-type: patch
This commit is contained in:
myarmolinsky 2024-09-26 07:52:46 -04:00
parent bc66febc50
commit c7a06f7259
2 changed files with 2 additions and 1 deletions

View File

@ -2832,7 +2832,7 @@ answer "yes" to all questions (non interactive use)
### Aliases
- `orgs`
- `orgs` *(deprecated)*
To use one of the aliases, replace `organization list` with the alias.

View File

@ -21,6 +21,7 @@ import { getBalenaSdk, getVisuals, stripIndent } from '../../utils/lazy';
export default class OrganizationListCmd extends Command {
public static aliases = ['orgs'];
public static deprecateAliases = true;
public static description = stripIndent`
List all organizations.