Skip to content

Commit 5628c27

Browse files
authored
Merge pull request #2574 from salesforcecli/release/2.122.1
Release PR for 2.122.1 as nightly
2 parents 42bbb9e + 91d3128 commit 5628c27

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running 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]
3030
USAGE
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
```
56895689
USAGE
@@ -5704,7 +5704,7 @@ GLOBAL FLAGS
57045704
--json Format output as json.
57055705
57065706
DESCRIPTION
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.122.0",
4+
"version": "2.122.1",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -166,7 +166,7 @@
166166
"@salesforce/plugin-info": "3.4.100",
167167
"@salesforce/plugin-limits": "3.3.74",
168168
"@salesforce/plugin-marketplace": "1.3.8",
169-
"@salesforce/plugin-org": "5.9.62",
169+
"@salesforce/plugin-org": "5.9.63",
170170
"@salesforce/plugin-packaging": "2.24.10",
171171
"@salesforce/plugin-schema": "3.3.90",
172172
"@salesforce/plugin-settings": "2.4.54",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2766,10 +2766,10 @@
27662766
got "^13.0.0"
27672767
proxy-agent "^6.4.0"
27682768

2769-
"@salesforce/plugin-org@5.9.62":
2770-
version "5.9.62"
2771-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.9.62.tgz#0a0de2400b70a2cf511fbf2cb7cba871e3296d38"
2772-
integrity sha512-9fPIgdD8QJfIu4o2wVnETaYupUtX1vy6nVkts1oS6FTsWrtDUgs/K1pmwEfhiO/ui50fXwXQ9pihF4vqGs/oBw==
2769+
"@salesforce/plugin-org@5.9.63":
2770+
version "5.9.63"
2771+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-org/-/plugin-org-5.9.63.tgz#44b8e6ab788c51627446e67a39bdd0c4cedecb25"
2772+
integrity sha512-yZV4AKXyxAl0N4QBZ2fF/GKKMa6vdSuSBBctZq5jBz1SlJAT/aQBolBvWvyEhiKP2alMoomLmdv/C9NZgZWSJw==
27732773
dependencies:
27742774
"@oclif/core" "^4.5.6"
27752775
"@oclif/multi-stage-output" "^0.8.29"

0 commit comments

Comments
 (0)