@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.122.0 linux-x64 node-v22.22.0
28+ @salesforce/cli/2.122.1 linux-x64 node-v22.22.0
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -4237,7 +4237,7 @@ FLAG DESCRIPTIONS
42374237 You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
42384238```
42394239
4240- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/create/sandbox.ts ) _
4240+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/create/sandbox.ts ) _
42414241
42424242## ` sf org create scratch `
42434243
@@ -4419,7 +4419,7 @@ FLAG DESCRIPTIONS
44194419 Omit this flag to have Salesforce generate a unique username for your org.
44204420```
44214421
4422- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/create/scratch.ts ) _
4422+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/create/scratch.ts ) _
44234423
44244424## ` sf org create user `
44254425
@@ -4573,7 +4573,7 @@ EXAMPLES
45734573 $ sf org delete sandbox --target-org my-sandbox --no-prompt
45744574```
45754575
4576- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/delete/sandbox.ts ) _
4576+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/delete/sandbox.ts ) _
45774577
45784578## ` sf org delete scratch `
45794579
@@ -4617,7 +4617,7 @@ EXAMPLES
46174617 $ sf org delete scratch --target-org my-scratch-org --no-prompt
46184618```
46194619
4620- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/delete/scratch.ts ) _
4620+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/delete/scratch.ts ) _
46214621
46224622## ` sf org disable tracking `
46234623
@@ -4656,7 +4656,7 @@ EXAMPLES
46564656 $ sf org disable tracking
46574657```
46584658
4659- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/disable/tracking.ts ) _
4659+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/disable/tracking.ts ) _
46604660
46614661## ` sf org display `
46624662
@@ -4701,7 +4701,7 @@ EXAMPLES
47014701 $ sf org display --target-org TestOrg1 --verbose
47024702```
47034703
4704- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/display.ts ) _
4704+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/display.ts ) _
47054705
47064706## ` sf org display user `
47074707
@@ -4782,7 +4782,7 @@ EXAMPLES
47824782 $ sf org enable tracking
47834783```
47844784
4785- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/enable/tracking.ts ) _
4785+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/enable/tracking.ts ) _
47864786
47874787## ` sf org generate password `
47884788
@@ -4888,7 +4888,7 @@ EXAMPLES
48884888 $ sf org list --clean
48894889```
48904890
4891- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/list.ts ) _
4891+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/list.ts ) _
48924892
48934893## ` sf org list auth `
48944894
@@ -5027,7 +5027,7 @@ FLAG DESCRIPTIONS
50275027 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
50285028```
50295029
5030- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/list/metadata.ts ) _
5030+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/list/metadata.ts ) _
50315031
50325032## ` sf org list metadata-types `
50335033
@@ -5082,7 +5082,7 @@ FLAG DESCRIPTIONS
50825082 Override the api version used for api requests made by this command
50835083```
50845084
5085- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/list/metadata-types.ts ) _
5085+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/list/metadata-types.ts ) _
50865086
50875087## ` sf org list sobject record-counts `
50885088
@@ -5628,7 +5628,7 @@ EXAMPLES
56285628 $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
56295629```
56305630
5631- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/open.ts ) _
5631+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/open.ts ) _
56325632
56335633## ` sf org open agent `
56345634
@@ -5679,11 +5679,11 @@ EXAMPLES
56795679 $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
56805680```
56815681
5682- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/open/agent.ts ) _
5682+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/open/agent.ts ) _
56835683
56845684## ` sf org open authoring-bundle `
56855685
5686- Open your org in Agentforce Studio, specically in the list view showing the list of agents.
5686+ Open your org in Agentforce Studio, specifically in the list view showing the list of agents.
56875687
56885688```
56895689USAGE
@@ -5704,7 +5704,7 @@ GLOBAL FLAGS
57045704 --json Format output as json.
57055705
57065706DESCRIPTION
5707- Open your org in Agentforce Studio, specically in the list view showing the list of agents.
5707+ Open your org in Agentforce Studio, specifically in the list view showing the list of agents.
57085708
57095709 The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an
57105710 agent name to open it in Agentforce Builder in a new browser window.
@@ -5725,7 +5725,7 @@ EXAMPLES
57255725 $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
57265726```
57275727
5728- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/open/authoring-bundle.ts ) _
5728+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/open/authoring-bundle.ts ) _
57295729
57305730## ` sf org refresh sandbox `
57315731
@@ -5828,7 +5828,7 @@ FLAG DESCRIPTIONS
58285828 You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
58295829```
58305830
5831- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/refresh/sandbox.ts ) _
5831+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/refresh/sandbox.ts ) _
58325832
58335833## ` sf org resume sandbox `
58345834
@@ -5891,7 +5891,7 @@ FLAG DESCRIPTIONS
58915891 returns the job ID. To resume checking the sandbox creation, rerun this command.
58925892```
58935893
5894- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/resume/sandbox.ts ) _
5894+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/resume/sandbox.ts ) _
58955895
58965896## ` sf org resume scratch `
58975897
@@ -5944,7 +5944,7 @@ FLAG DESCRIPTIONS
59445944 returns the job ID. To resume checking the scratch creation, rerun this command.
59455945```
59465946
5947- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.62 /src/commands/org/resume/scratch.ts ) _
5947+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.9.63 /src/commands/org/resume/scratch.ts ) _
59485948
59495949## ` sf package convert `
59505950
0 commit comments