From 1685c719f5a9c1d8a46c513cecbedb32a6b2bd6f Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Thu, 5 Sep 2024 17:37:09 +0200 Subject: [PATCH] fix(cli-repl): remove accidentally committed TS code from --help text (#2156) --- README.md | 6 ------ packages/cli-repl/README.md | 6 ------ packages/cli-repl/src/constants.ts | 6 ------ packages/mongosh/README.md | 6 ------ 4 files changed, 24 deletions(-) diff --git a/README.md b/README.md index f67e0070a..39e44bcf5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/packages/cli-repl/README.md b/packages/cli-repl/README.md index a905462ef..fdc86ab0d 100644 --- a/packages/cli-repl/README.md +++ b/packages/cli-repl/README.md @@ -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 diff --git a/packages/cli-repl/src/constants.ts b/packages/cli-repl/src/constants.ts index 614280be9..1a1993977 100644 --- a/packages/cli-repl/src/constants.ts +++ b/packages/cli-repl/src/constants.ts @@ -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.__( diff --git a/packages/mongosh/README.md b/packages/mongosh/README.md index db6c21792..5e86059b2 100644 --- a/packages/mongosh/README.md +++ b/packages/mongosh/README.md @@ -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