@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.111.4 linux-x64 node-v22.20.0
28+ @salesforce/cli/2.111.5 linux-x64 node-v22.20.0
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -4736,7 +4736,7 @@ EXAMPLES
47364736 $ sf org list auth
47374737```
47384738
4739- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.16 /src/commands/org/list/auth.ts ) _
4739+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.17 /src/commands/org/list/auth.ts ) _
47404740
47414741## ` sf org list limits `
47424742
@@ -5036,7 +5036,7 @@ FLAG DESCRIPTIONS
50365036 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
50375037```
50385038
5039- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.16 /src/commands/org/login/access-token.ts ) _
5039+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.17 /src/commands/org/login/access-token.ts ) _
50405040
50415041## ` sf org login jwt `
50425042
@@ -5127,7 +5127,7 @@ FLAG DESCRIPTIONS
51275127 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
51285128```
51295129
5130- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.16 /src/commands/org/login/jwt.ts ) _
5130+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.17 /src/commands/org/login/jwt.ts ) _
51315131
51325132## ` sf org login sfdx-url `
51335133
@@ -5197,7 +5197,7 @@ EXAMPLES
51975197 $ echo url | sf org login sfdx-url --sfdx-url-stdin
51985198```
51995199
5200- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.16 /src/commands/org/login/sfdx-url.ts ) _
5200+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.17 /src/commands/org/login/sfdx-url.ts ) _
52015201
52025202## ` sf org login web `
52035203
@@ -5302,7 +5302,7 @@ FLAG DESCRIPTIONS
53025302 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
53035303```
53045304
5305- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.16 /src/commands/org/login/web.ts ) _
5305+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.17 /src/commands/org/login/web.ts ) _
53065306
53075307## ` sf org logout `
53085308
@@ -5368,7 +5368,7 @@ FLAG DESCRIPTIONS
53685368 All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
53695369```
53705370
5371- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.16 /src/commands/org/logout.ts ) _
5371+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.17 /src/commands/org/logout.ts ) _
53725372
53735373## ` sf org open `
53745374
@@ -5385,7 +5385,7 @@ FLAGS
53855385 -f, --source-file=<value> Path to ApexPage, FlexiPage, Flow, or Agent metadata to open in the associated Builder.
53865386 -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
53875387 configuration variable is already set.
5388- -p, --path=<value> Navigation URL path to open a specific page.
5388+ -p, --path=<value> [env: FORCE_OPEN_URL] Navigation URL path to open a specific page.
53895389 -r, --url-only Display navigation URL, but don’t launch browser.
53905390 --api-version=<value> Override the api version used for api requests made by this command
53915391 --private Open the org in the default browser using private (incognito) mode.
0 commit comments