Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli-repl): remove accidentally committed TS code from --help text #2156

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading