Skip to content

Commit d991db9

Browse files
committed
support tenant short hand
1 parent 0830906 commit d991db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/b2c-tooling-sdk/src/cli/oauth-command.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export abstract class OAuthCommand<T extends typeof Command> extends BaseCommand
5959
description: 'Organization/tenant ID',
6060
env: 'SFCC_TENANT_ID',
6161
helpGroup: 'AUTH',
62+
aliases: ['tenant'],
6263
}),
6364
'auth-methods': Flags.string({
6465
description: 'Allowed auth methods in priority order (comma-separated)',

0 commit comments

Comments
 (0)