We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97f4b2 commit dcec445Copy full SHA for dcec445
2 files changed
packages/contentstack-config/src/base-command.ts
@@ -56,7 +56,6 @@ export abstract class BaseCommand<T extends typeof Command> extends Command {
56
command: this.context?.info?.command || 'auth',
57
module: '',
58
userId: configHandler.get('userUid') || '',
59
- email: configHandler.get('email') || '',
60
sessionId: this.context?.sessionId,
61
apiKey: apiKey || '',
62
orgId: configHandler.get('oauthOrgUid') || '',
packages/contentstack-config/src/interfaces/index.ts
@@ -43,7 +43,6 @@ export interface Context {
43
command: string;
44
module: string;
45
userId: string | undefined;
46
- email: string | undefined;
47
sessionId: string | undefined;
48
clientId?: string | undefined;
49
apiKey: string;
0 commit comments