@salesforce/cli 2.122.0 → 2.122.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -19
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.122.
|
|
28
|
+
@salesforce/cli/2.122.1 linux-x64 node-v22.22.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -4237,7 +4237,7 @@ FLAG DESCRIPTIONS
|
|
|
4237
4237
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4238
4238
|
```
|
|
4239
4239
|
|
|
4240
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4240
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/create/sandbox.ts)_
|
|
4241
4241
|
|
|
4242
4242
|
## `sf org create scratch`
|
|
4243
4243
|
|
|
@@ -4419,7 +4419,7 @@ FLAG DESCRIPTIONS
|
|
|
4419
4419
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4420
4420
|
```
|
|
4421
4421
|
|
|
4422
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4422
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/create/scratch.ts)_
|
|
4423
4423
|
|
|
4424
4424
|
## `sf org create user`
|
|
4425
4425
|
|
|
@@ -4573,7 +4573,7 @@ EXAMPLES
|
|
|
4573
4573
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4574
4574
|
```
|
|
4575
4575
|
|
|
4576
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4576
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/delete/sandbox.ts)_
|
|
4577
4577
|
|
|
4578
4578
|
## `sf org delete scratch`
|
|
4579
4579
|
|
|
@@ -4617,7 +4617,7 @@ EXAMPLES
|
|
|
4617
4617
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4618
4618
|
```
|
|
4619
4619
|
|
|
4620
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4620
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/delete/scratch.ts)_
|
|
4621
4621
|
|
|
4622
4622
|
## `sf org disable tracking`
|
|
4623
4623
|
|
|
@@ -4656,7 +4656,7 @@ EXAMPLES
|
|
|
4656
4656
|
$ sf org disable tracking
|
|
4657
4657
|
```
|
|
4658
4658
|
|
|
4659
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4659
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/disable/tracking.ts)_
|
|
4660
4660
|
|
|
4661
4661
|
## `sf org display`
|
|
4662
4662
|
|
|
@@ -4701,7 +4701,7 @@ EXAMPLES
|
|
|
4701
4701
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4702
4702
|
```
|
|
4703
4703
|
|
|
4704
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4704
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/display.ts)_
|
|
4705
4705
|
|
|
4706
4706
|
## `sf org display user`
|
|
4707
4707
|
|
|
@@ -4782,7 +4782,7 @@ EXAMPLES
|
|
|
4782
4782
|
$ sf org enable tracking
|
|
4783
4783
|
```
|
|
4784
4784
|
|
|
4785
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4785
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/enable/tracking.ts)_
|
|
4786
4786
|
|
|
4787
4787
|
## `sf org generate password`
|
|
4788
4788
|
|
|
@@ -4888,7 +4888,7 @@ EXAMPLES
|
|
|
4888
4888
|
$ sf org list --clean
|
|
4889
4889
|
```
|
|
4890
4890
|
|
|
4891
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4891
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/list.ts)_
|
|
4892
4892
|
|
|
4893
4893
|
## `sf org list auth`
|
|
4894
4894
|
|
|
@@ -5027,7 +5027,7 @@ FLAG DESCRIPTIONS
|
|
|
5027
5027
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5028
5028
|
```
|
|
5029
5029
|
|
|
5030
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5030
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/list/metadata.ts)_
|
|
5031
5031
|
|
|
5032
5032
|
## `sf org list metadata-types`
|
|
5033
5033
|
|
|
@@ -5082,7 +5082,7 @@ FLAG DESCRIPTIONS
|
|
|
5082
5082
|
Override the api version used for api requests made by this command
|
|
5083
5083
|
```
|
|
5084
5084
|
|
|
5085
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5085
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/list/metadata-types.ts)_
|
|
5086
5086
|
|
|
5087
5087
|
## `sf org list sobject record-counts`
|
|
5088
5088
|
|
|
@@ -5628,7 +5628,7 @@ EXAMPLES
|
|
|
5628
5628
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5629
5629
|
```
|
|
5630
5630
|
|
|
5631
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5631
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/open.ts)_
|
|
5632
5632
|
|
|
5633
5633
|
## `sf org open agent`
|
|
5634
5634
|
|
|
@@ -5679,11 +5679,11 @@ EXAMPLES
|
|
|
5679
5679
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5680
5680
|
```
|
|
5681
5681
|
|
|
5682
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5682
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/open/agent.ts)_
|
|
5683
5683
|
|
|
5684
5684
|
## `sf org open authoring-bundle`
|
|
5685
5685
|
|
|
5686
|
-
Open your org in Agentforce Studio,
|
|
5686
|
+
Open your org in Agentforce Studio, specifically in the list view showing the list of agents.
|
|
5687
5687
|
|
|
5688
5688
|
```
|
|
5689
5689
|
USAGE
|
|
@@ -5704,7 +5704,7 @@ GLOBAL FLAGS
|
|
|
5704
5704
|
--json Format output as json.
|
|
5705
5705
|
|
|
5706
5706
|
DESCRIPTION
|
|
5707
|
-
Open your org in Agentforce Studio,
|
|
5707
|
+
Open your org in Agentforce Studio, specifically in the list view showing the list of agents.
|
|
5708
5708
|
|
|
5709
5709
|
The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an
|
|
5710
5710
|
agent name to open it in Agentforce Builder in a new browser window.
|
|
@@ -5725,7 +5725,7 @@ EXAMPLES
|
|
|
5725
5725
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
5726
5726
|
```
|
|
5727
5727
|
|
|
5728
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5728
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/open/authoring-bundle.ts)_
|
|
5729
5729
|
|
|
5730
5730
|
## `sf org refresh sandbox`
|
|
5731
5731
|
|
|
@@ -5828,7 +5828,7 @@ FLAG DESCRIPTIONS
|
|
|
5828
5828
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5829
5829
|
```
|
|
5830
5830
|
|
|
5831
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5831
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/refresh/sandbox.ts)_
|
|
5832
5832
|
|
|
5833
5833
|
## `sf org resume sandbox`
|
|
5834
5834
|
|
|
@@ -5891,7 +5891,7 @@ FLAG DESCRIPTIONS
|
|
|
5891
5891
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5892
5892
|
```
|
|
5893
5893
|
|
|
5894
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5894
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/resume/sandbox.ts)_
|
|
5895
5895
|
|
|
5896
5896
|
## `sf org resume scratch`
|
|
5897
5897
|
|
|
@@ -5944,7 +5944,7 @@ FLAG DESCRIPTIONS
|
|
|
5944
5944
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5945
5945
|
```
|
|
5946
5946
|
|
|
5947
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5947
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/resume/scratch.ts)_
|
|
5948
5948
|
|
|
5949
5949
|
## `sf package convert`
|
|
5950
5950
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.122.
|
|
3
|
+
"version": "2.122.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.122.
|
|
9
|
+
"version": "2.122.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@salesforce/plugin-info": "3.4.100",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.74",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
|
-
"@salesforce/plugin-org": "5.9.
|
|
36
|
+
"@salesforce/plugin-org": "5.9.63",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.24.10",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.90",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.54",
|
|
@@ -6993,9 +6993,9 @@
|
|
|
6993
6993
|
}
|
|
6994
6994
|
},
|
|
6995
6995
|
"node_modules/@salesforce/plugin-org": {
|
|
6996
|
-
"version": "5.9.
|
|
6997
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
6998
|
-
"integrity": "sha512-
|
|
6996
|
+
"version": "5.9.63",
|
|
6997
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.63.tgz",
|
|
6998
|
+
"integrity": "sha512-yZV4AKXyxAl0N4QBZ2fF/GKKMa6vdSuSBBctZq5jBz1SlJAT/aQBolBvWvyEhiKP2alMoomLmdv/C9NZgZWSJw==",
|
|
6999
6999
|
"license": "Apache-2.0",
|
|
7000
7000
|
"dependencies": {
|
|
7001
7001
|
"@oclif/core": "^4.5.6",
|
package/oclif.lock
CHANGED
|
@@ -2773,10 +2773,10 @@
|
|
|
2773
2773
|
got "^13.0.0"
|
|
2774
2774
|
proxy-agent "^6.4.0"
|
|
2775
2775
|
|
|
2776
|
-
"@salesforce/plugin-org@5.9.
|
|
2777
|
-
version "5.9.
|
|
2778
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.
|
|
2779
|
-
integrity sha512-
|
|
2776
|
+
"@salesforce/plugin-org@5.9.63":
|
|
2777
|
+
version "5.9.63"
|
|
2778
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.63.tgz"
|
|
2779
|
+
integrity sha512-yZV4AKXyxAl0N4QBZ2fF/GKKMa6vdSuSBBctZq5jBz1SlJAT/aQBolBvWvyEhiKP2alMoomLmdv/C9NZgZWSJw==
|
|
2780
2780
|
dependencies:
|
|
2781
2781
|
"@oclif/core" "^4.5.6"
|
|
2782
2782
|
"@oclif/multi-stage-output" "^0.8.29"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.122.
|
|
4
|
+
"version": "2.122.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"@salesforce/plugin-info": "3.4.100",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.74",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
|
-
"@salesforce/plugin-org": "5.9.
|
|
169
|
+
"@salesforce/plugin-org": "5.9.63",
|
|
170
170
|
"@salesforce/plugin-packaging": "2.24.10",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.90",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.54",
|