From 6e20ea0492d859cab3334ff1f65bb7b9ddd85cac Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 6 Feb 2024 19:57:49 +0000 Subject: [PATCH] chore(release): 3.3.10 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 24 +++++++++++------------- package.json | 2 +- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471ca3e8..39784bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.10](https://github.com/salesforcecli/plugin-auth/compare/3.3.9...3.3.10) (2024-02-06) + +### Bug Fixes + +- update help after "-" no longer required for --sfdx-url-stdin ([5e7adcf](https://github.com/salesforcecli/plugin-auth/commit/5e7adcfeb22abbc99991e1ec3407f9914ace708c)) + ## [3.3.9](https://github.com/salesforcecli/plugin-auth/compare/3.3.8...3.3.9) (2024-02-04) ### Bug Fixes diff --git a/README.md b/README.md index a0ddff4f..cfdcfa81 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ EXAMPLES $ sf org list auth ``` -_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/list/auth.ts)_ +_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/list/auth.ts)_ ## `sf org login access-token` @@ -160,7 +160,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. ``` -_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/login/access-token.ts)_ +_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/access-token.ts)_ ## `sf org login device` @@ -219,7 +219,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. ``` -_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/login/device.ts)_ +_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/device.ts)_ ## `sf org login jwt` @@ -308,7 +308,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. ``` -_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/login/jwt.ts)_ +_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/jwt.ts)_ ## `sf org login sfdx-url` @@ -323,8 +323,7 @@ FLAGS -d, --set-default-dev-hub Set the authenticated org as the default Dev Hub. -f, --sfdx-url-file= Path to a file that contains the Salesforce DX authorization URL. -s, --set-default Set the authenticated org as the default that all org-related commands run against. - -u, --sfdx-url-stdin= Specify '-' as this flag's value to pipe the Salesforce DX authorization URL through - standard input (stdin). + -u, --sfdx-url-stdin= Pipe the Salesforce DX authorization URL through standard input (stdin). GLOBAL FLAGS --json Format output as json. @@ -354,8 +353,7 @@ DESCRIPTION You can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL. Finally, you can create a normal text file that includes just the URL and nothing else. - Alternatively, you can pipe the SFDX authorization URL through standard input by using the --sfdx-url-stdin flag and - providing the '-' character as the value. + Alternatively, you can pipe the SFDX authorization URL through standard input by specifying the --sfdx-url-stdin flag. ALIASES $ sf force auth sfdxurl store @@ -370,12 +368,12 @@ EXAMPLES $ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg - Pipe the SFDX authorization URL from stdin by specifying the '-' value. + Pipe the SFDX authorization URL from stdin: - $ echo url | sf org login sfdx-url --sfdx-url-stdin - + $ echo url | sf org login sfdx-url --sfdx-url-stdin ``` -_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/login/sfdx-url.ts)_ +_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/sfdx-url.ts)_ ## `sf org login web` @@ -460,7 +458,7 @@ FLAG DESCRIPTIONS To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com. ``` -_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/login/web.ts)_ +_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/login/web.ts)_ ## `sf org logout` @@ -520,6 +518,6 @@ FLAG DESCRIPTIONS All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs. ``` -_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.9/src/commands/org/logout.ts)_ +_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.10/src/commands/org/logout.ts)_ diff --git a/package.json b/package.json index 5fb529bc..954a84a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-auth", "description": "plugin for sf auth commands", - "version": "3.3.9", + "version": "3.3.10", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {