Skip to content

Commit 1685c71

Browse files
authored
fix(cli-repl): remove accidentally committed TS code from --help text (#2156)
1 parent 5682192 commit 1685c71

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ variable. For detailed instructions for each of our supported platforms, please
8383
--keyVaultNamespace [arg] database.collection to store encrypted FLE parameters
8484
--kmsURL [arg] Test parameter to override the URL of the KMS endpoint
8585

86-
oidcFlows?: string;
87-
oidcRedirectUri?: string;
88-
oidcTrustedEndpoint?: boolean;
89-
oidcIdTokenAsAccessToken?: boolean;
90-
oidcDumpTokens?: boolean | 'redacted' | 'include-secrets';
91-
9286
OIDC auth options:
9387

9488
--oidcFlows[=auth-code,device-auth] Supported OIDC auth flows

packages/cli-repl/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ of mongosh, visit https://www.mongodb.com/try/download/shell.
6868
--keyVaultNamespace [arg] database.collection to store encrypted FLE parameters
6969
--kmsURL [arg] Test parameter to override the URL of the KMS endpoint
7070

71-
oidcFlows?: string;
72-
oidcRedirectUri?: string;
73-
oidcTrustedEndpoint?: boolean;
74-
oidcIdTokenAsAccessToken?: boolean;
75-
oidcDumpTokens?: boolean | 'redacted' | 'include-secrets';
76-
7771
OIDC auth options:
7872

7973
--oidcFlows[=auth-code,device-auth] Supported OIDC auth flows

packages/cli-repl/src/constants.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,6 @@ export const USAGE = `
135135
'cli-repl.args.kmsURL'
136136
)}
137137
138-
oidcFlows?: string;
139-
oidcRedirectUri?: string;
140-
oidcTrustedEndpoint?: boolean;
141-
oidcIdTokenAsAccessToken?: boolean;
142-
oidcDumpTokens?: boolean | 'redacted' | 'include-secrets';
143-
144138
${clr(i18n.__('cli-repl.args.oidcOptions'), 'mongosh:section-header')}
145139
146140
--oidcFlows[=auth-code,device-auth] ${i18n.__(

packages/mongosh/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ of mongosh, visit https://www.mongodb.com/try/download/shell.
7272
--keyVaultNamespace [arg] database.collection to store encrypted FLE parameters
7373
--kmsURL [arg] Test parameter to override the URL of the KMS endpoint
7474

75-
oidcFlows?: string;
76-
oidcRedirectUri?: string;
77-
oidcTrustedEndpoint?: boolean;
78-
oidcIdTokenAsAccessToken?: boolean;
79-
oidcDumpTokens?: boolean | 'redacted' | 'include-secrets';
80-
8175
OIDC auth options:
8276

8377
--oidcFlows[=auth-code,device-auth] Supported OIDC auth flows

0 commit comments

Comments
 (0)