We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0830906 commit d991db9Copy full SHA for d991db9
packages/b2c-tooling-sdk/src/cli/oauth-command.ts
@@ -59,6 +59,7 @@ export abstract class OAuthCommand<T extends typeof Command> extends BaseCommand
59
description: 'Organization/tenant ID',
60
env: 'SFCC_TENANT_ID',
61
helpGroup: 'AUTH',
62
+ aliases: ['tenant'],
63
}),
64
'auth-methods': Flags.string({
65
description: 'Allowed auth methods in priority order (comma-separated)',
0 commit comments