Skip to content

Commit

Permalink
fix(cli-repl): remove accidentally committed TS code from --help text (
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Sep 5, 2024
1 parent 5682192 commit 1685c71
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ variable. For detailed instructions for each of our supported platforms, please
--keyVaultNamespace [arg] database.collection to store encrypted FLE parameters
--kmsURL [arg] Test parameter to override the URL of the KMS endpoint

oidcFlows?: string;
oidcRedirectUri?: string;
oidcTrustedEndpoint?: boolean;
oidcIdTokenAsAccessToken?: boolean;
oidcDumpTokens?: boolean | 'redacted' | 'include-secrets';

OIDC auth options:

--oidcFlows[=auth-code,device-auth] Supported OIDC auth flows
Expand Down
6 changes: 0 additions & 6 deletions packages/cli-repl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ of mongosh, visit https://www.mongodb.com/try/download/shell.
--keyVaultNamespace [arg] database.collection to store encrypted FLE parameters
--kmsURL [arg] Test parameter to override the URL of the KMS endpoint

oidcFlows?: string;
oidcRedirectUri?: string;
oidcTrustedEndpoint?: boolean;
oidcIdTokenAsAccessToken?: boolean;
oidcDumpTokens?: boolean | 'redacted' | 'include-secrets';

OIDC auth options:

--oidcFlows[=auth-code,device-auth] Supported OIDC auth flows
Expand Down
6 changes: 0 additions & 6 deletions packages/cli-repl/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@ export const USAGE = `
'cli-repl.args.kmsURL'
)}
oidcFlows?: string;
oidcRedirectUri?: string;
oidcTrustedEndpoint?: boolean;
oidcIdTokenAsAccessToken?: boolean;
oidcDumpTokens?: boolean | 'redacted' | 'include-secrets';
${clr(i18n.__('cli-repl.args.oidcOptions'), 'mongosh:section-header')}
--oidcFlows[=auth-code,device-auth] ${i18n.__(
Expand Down
6 changes: 0 additions & 6 deletions packages/mongosh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ of mongosh, visit https://www.mongodb.com/try/download/shell.
--keyVaultNamespace [arg] database.collection to store encrypted FLE parameters
--kmsURL [arg] Test parameter to override the URL of the KMS endpoint

oidcFlows?: string;
oidcRedirectUri?: string;
oidcTrustedEndpoint?: boolean;
oidcIdTokenAsAccessToken?: boolean;
oidcDumpTokens?: boolean | 'redacted' | 'include-secrets';

OIDC auth options:

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

0 comments on commit 1685c71

Please sign in to comment.