@salesforce/cli 2.137.5 → 2.137.6
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 +38 -49
- 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.137.
|
|
28
|
+
@salesforce/cli/2.137.6 linux-x64 node-v22.22.3
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -4435,7 +4435,7 @@ EXAMPLES
|
|
|
4435
4435
|
$ sf org auth show-access-token --target-org my-org --json
|
|
4436
4436
|
```
|
|
4437
4437
|
|
|
4438
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4438
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/auth/show-access-token.ts)_
|
|
4439
4439
|
|
|
4440
4440
|
## `sf org auth show-sfdx-auth-url`
|
|
4441
4441
|
|
|
@@ -4479,7 +4479,7 @@ EXAMPLES
|
|
|
4479
4479
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
4480
4480
|
```
|
|
4481
4481
|
|
|
4482
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4482
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
4483
4483
|
|
|
4484
4484
|
## `sf org auth show-user-password`
|
|
4485
4485
|
|
|
@@ -4526,7 +4526,7 @@ EXAMPLES
|
|
|
4526
4526
|
$ sf org auth show-user-password --target-org my-org --json
|
|
4527
4527
|
```
|
|
4528
4528
|
|
|
4529
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4529
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/auth/show-user-password.ts)_
|
|
4530
4530
|
|
|
4531
4531
|
## `sf org create agent-user`
|
|
4532
4532
|
|
|
@@ -4604,7 +4604,7 @@ FLAG DESCRIPTIONS
|
|
|
4604
4604
|
"agent.user.<GUID>@your-org-domain.com".
|
|
4605
4605
|
```
|
|
4606
4606
|
|
|
4607
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4607
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/create/agent-user.ts)_
|
|
4608
4608
|
|
|
4609
4609
|
## `sf org create sandbox`
|
|
4610
4610
|
|
|
@@ -4738,7 +4738,7 @@ FLAG DESCRIPTIONS
|
|
|
4738
4738
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4739
4739
|
```
|
|
4740
4740
|
|
|
4741
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4741
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/create/sandbox.ts)_
|
|
4742
4742
|
|
|
4743
4743
|
## `sf org create scratch`
|
|
4744
4744
|
|
|
@@ -4920,7 +4920,7 @@ FLAG DESCRIPTIONS
|
|
|
4920
4920
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4921
4921
|
```
|
|
4922
4922
|
|
|
4923
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4923
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/create/scratch.ts)_
|
|
4924
4924
|
|
|
4925
4925
|
## `sf org create user`
|
|
4926
4926
|
|
|
@@ -5074,7 +5074,7 @@ EXAMPLES
|
|
|
5074
5074
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5075
5075
|
```
|
|
5076
5076
|
|
|
5077
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5077
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/delete/sandbox.ts)_
|
|
5078
5078
|
|
|
5079
5079
|
## `sf org delete scratch`
|
|
5080
5080
|
|
|
@@ -5118,7 +5118,7 @@ EXAMPLES
|
|
|
5118
5118
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5119
5119
|
```
|
|
5120
5120
|
|
|
5121
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5121
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/delete/scratch.ts)_
|
|
5122
5122
|
|
|
5123
5123
|
## `sf org disable tracking`
|
|
5124
5124
|
|
|
@@ -5157,7 +5157,7 @@ EXAMPLES
|
|
|
5157
5157
|
$ sf org disable tracking
|
|
5158
5158
|
```
|
|
5159
5159
|
|
|
5160
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5160
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/disable/tracking.ts)_
|
|
5161
5161
|
|
|
5162
5162
|
## `sf org display`
|
|
5163
5163
|
|
|
@@ -5202,7 +5202,7 @@ EXAMPLES
|
|
|
5202
5202
|
$ sf org display --target-org TestOrg1 --verbose
|
|
5203
5203
|
```
|
|
5204
5204
|
|
|
5205
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5205
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/display.ts)_
|
|
5206
5206
|
|
|
5207
5207
|
## `sf org display user`
|
|
5208
5208
|
|
|
@@ -5282,7 +5282,7 @@ EXAMPLES
|
|
|
5282
5282
|
$ sf org enable tracking
|
|
5283
5283
|
```
|
|
5284
5284
|
|
|
5285
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5285
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/enable/tracking.ts)_
|
|
5286
5286
|
|
|
5287
5287
|
## `sf org generate password`
|
|
5288
5288
|
|
|
@@ -5388,7 +5388,7 @@ EXAMPLES
|
|
|
5388
5388
|
$ sf org list --clean
|
|
5389
5389
|
```
|
|
5390
5390
|
|
|
5391
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5391
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/list.ts)_
|
|
5392
5392
|
|
|
5393
5393
|
## `sf org list auth`
|
|
5394
5394
|
|
|
@@ -5527,7 +5527,7 @@ FLAG DESCRIPTIONS
|
|
|
5527
5527
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5528
5528
|
```
|
|
5529
5529
|
|
|
5530
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5530
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/list/metadata.ts)_
|
|
5531
5531
|
|
|
5532
5532
|
## `sf org list metadata-types`
|
|
5533
5533
|
|
|
@@ -5582,7 +5582,7 @@ FLAG DESCRIPTIONS
|
|
|
5582
5582
|
Override the api version used for api requests made by this command
|
|
5583
5583
|
```
|
|
5584
5584
|
|
|
5585
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5585
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/list/metadata-types.ts)_
|
|
5586
5586
|
|
|
5587
5587
|
## `sf org list sobject record-counts`
|
|
5588
5588
|
|
|
@@ -6128,11 +6128,11 @@ EXAMPLES
|
|
|
6128
6128
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6129
6129
|
```
|
|
6130
6130
|
|
|
6131
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6131
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/open.ts)_
|
|
6132
6132
|
|
|
6133
6133
|
## `sf org open agent`
|
|
6134
6134
|
|
|
6135
|
-
Open an agent in your org's
|
|
6135
|
+
Open an agent in your org's Agentforce Builder UI in a browser.
|
|
6136
6136
|
|
|
6137
6137
|
```
|
|
6138
6138
|
USAGE
|
|
@@ -6143,35 +6143,35 @@ FLAGS
|
|
|
6143
6143
|
-b, --browser=<option> Browser where the org opens.
|
|
6144
6144
|
<options: chrome|edge|firefox>
|
|
6145
6145
|
-n, --api-name=<value> API name, also known as developer name, of the agent you want to open in the org's
|
|
6146
|
-
|
|
6146
|
+
Agentforce Builder UI.
|
|
6147
6147
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
6148
6148
|
configuration variable is already set.
|
|
6149
6149
|
-r, --url-only Display navigation URL, but don’t launch browser.
|
|
6150
6150
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
6151
|
-
--authoring-bundle=<value> API name of the agent to open in Agentforce Builder.
|
|
6152
|
-
--private Open the
|
|
6153
|
-
--version=<value> Version number of the agent to open in Agentforce Builder.
|
|
6151
|
+
--authoring-bundle=<value> API name of the agent's authoring bundle to open in Agentforce Builder.
|
|
6152
|
+
--private Open the agent in the default browser using private (incognito) mode.
|
|
6153
|
+
--version=<value> Version number of the agent to open in Agentforce Builder. If not specified, the
|
|
6154
|
+
highest version is opened by default.
|
|
6154
6155
|
|
|
6155
6156
|
GLOBAL FLAGS
|
|
6156
6157
|
--flags-dir=<value> Import flag values from a directory.
|
|
6157
6158
|
--json Format output as json.
|
|
6158
6159
|
|
|
6159
6160
|
DESCRIPTION
|
|
6160
|
-
Open an agent in your org's
|
|
6161
|
+
Open an agent in your org's Agentforce Builder UI in a browser.
|
|
6161
6162
|
|
|
6162
|
-
Use the --api-name flag to open an agent using its API name in the
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
Alternatively, use the --authoring-bundle flag to open an agent in Agentforce Builder. Optionally include --version to
|
|
6166
|
-
open a specific version of the agent. You'll specify the api name of the authoring bundle.
|
|
6163
|
+
Use the --api-name flag to open an agent using its API name in the Agentforce Builder UI of your org. Alternatively,
|
|
6164
|
+
use the --authoring-bundle flag to open an agent using the API name of its authoring bundle. The two API names are
|
|
6165
|
+
typically the same for the same agent. Optionally specify the --version flag to open a specific version of the agent.
|
|
6167
6166
|
|
|
6168
6167
|
To generate the URL but not launch it in your browser, specify --url-only.
|
|
6169
6168
|
|
|
6170
|
-
To open
|
|
6169
|
+
To open Agentforce Builder in a specific browser, use the --browser flag. Supported browsers are "chrome", "edge", and
|
|
6171
6170
|
"firefox". If you don't specify --browser, the org opens in your default browser.
|
|
6172
6171
|
|
|
6173
6172
|
EXAMPLES
|
|
6174
|
-
Open the agent with API name Coral_Cloud_Agent in your default org using your default browser
|
|
6173
|
+
Open the agent with API name Coral_Cloud_Agent in your default org using your default browser; opens the highest
|
|
6174
|
+
version:
|
|
6175
6175
|
|
|
6176
6176
|
$ sf org open agent --api-name Coral_Cloud_Agent
|
|
6177
6177
|
|
|
@@ -6183,27 +6183,16 @@ EXAMPLES
|
|
|
6183
6183
|
|
|
6184
6184
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
6185
6185
|
|
|
6186
|
-
Open an agent in Agentforce Builder using its authoring bundle name:
|
|
6187
|
-
|
|
6188
|
-
$ sf org open agent --authoring-bundle MyAgent
|
|
6189
|
-
|
|
6190
|
-
Open a specific version of an agent in Agentforce Builder:
|
|
6191
|
-
|
|
6192
|
-
$ sf org open agent --authoring-bundle MyAgent --version 1
|
|
6186
|
+
Open an agent in Agentforce Builder using its authoring bundle API name:
|
|
6193
6187
|
|
|
6194
|
-
|
|
6195
|
-
--authoring-bundle=<value> API name of the agent to open in Agentforce Builder.
|
|
6196
|
-
|
|
6197
|
-
The API name of the agent to open directly in Agentforce Builder. Optionally specify --version to open a specific
|
|
6198
|
-
version.
|
|
6188
|
+
$ sf org open agent --authoring-bundle Coral_Cloud_Agent
|
|
6199
6189
|
|
|
6200
|
-
|
|
6190
|
+
Open a version 1 of an agent in Agentforce Builder:
|
|
6201
6191
|
|
|
6202
|
-
|
|
6203
|
-
flag.
|
|
6192
|
+
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
6204
6193
|
```
|
|
6205
6194
|
|
|
6206
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6195
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/open/agent.ts)_
|
|
6207
6196
|
|
|
6208
6197
|
## `sf org open authoring-bundle`
|
|
6209
6198
|
|
|
@@ -6249,7 +6238,7 @@ EXAMPLES
|
|
|
6249
6238
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
6250
6239
|
```
|
|
6251
6240
|
|
|
6252
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6241
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/open/authoring-bundle.ts)_
|
|
6253
6242
|
|
|
6254
6243
|
## `sf org refresh sandbox`
|
|
6255
6244
|
|
|
@@ -6352,7 +6341,7 @@ FLAG DESCRIPTIONS
|
|
|
6352
6341
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
6353
6342
|
```
|
|
6354
6343
|
|
|
6355
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6344
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/refresh/sandbox.ts)_
|
|
6356
6345
|
|
|
6357
6346
|
## `sf org resume sandbox`
|
|
6358
6347
|
|
|
@@ -6415,7 +6404,7 @@ FLAG DESCRIPTIONS
|
|
|
6415
6404
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
6416
6405
|
```
|
|
6417
6406
|
|
|
6418
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6407
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/resume/sandbox.ts)_
|
|
6419
6408
|
|
|
6420
6409
|
## `sf org resume scratch`
|
|
6421
6410
|
|
|
@@ -6468,7 +6457,7 @@ FLAG DESCRIPTIONS
|
|
|
6468
6457
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
6469
6458
|
```
|
|
6470
6459
|
|
|
6471
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6460
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/resume/scratch.ts)_
|
|
6472
6461
|
|
|
6473
6462
|
## `sf package convert`
|
|
6474
6463
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.137.
|
|
3
|
+
"version": "2.137.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.137.
|
|
9
|
+
"version": "2.137.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@salesforce/plugin-info": "3.4.136",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.91",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.28",
|
|
36
|
-
"@salesforce/plugin-org": "5.11.
|
|
36
|
+
"@salesforce/plugin-org": "5.11.4",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.28.3",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.115",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.82",
|
|
@@ -5184,9 +5184,9 @@
|
|
|
5184
5184
|
}
|
|
5185
5185
|
},
|
|
5186
5186
|
"node_modules/@salesforce/plugin-org": {
|
|
5187
|
-
"version": "5.11.
|
|
5188
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.
|
|
5189
|
-
"integrity": "sha512-
|
|
5187
|
+
"version": "5.11.4",
|
|
5188
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.4.tgz",
|
|
5189
|
+
"integrity": "sha512-D7ZJECnHe0aGCU+2RNsf5FfJXdaUWWSdkgSuEziAFU3J0zmkKexpRzJplqXBehx45sVl4RvjcJp88x0cXWHuCg==",
|
|
5190
5190
|
"license": "Apache-2.0",
|
|
5191
5191
|
"dependencies": {
|
|
5192
5192
|
"@oclif/core": "^4.11.3",
|
package/oclif.lock
CHANGED
|
@@ -2294,10 +2294,10 @@
|
|
|
2294
2294
|
got "^13.0.0"
|
|
2295
2295
|
proxy-agent "^6.5.0"
|
|
2296
2296
|
|
|
2297
|
-
"@salesforce/plugin-org@5.11.
|
|
2298
|
-
version "5.11.
|
|
2299
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.
|
|
2300
|
-
integrity sha512-
|
|
2297
|
+
"@salesforce/plugin-org@5.11.4":
|
|
2298
|
+
version "5.11.4"
|
|
2299
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.4.tgz"
|
|
2300
|
+
integrity sha512-D7ZJECnHe0aGCU+2RNsf5FfJXdaUWWSdkgSuEziAFU3J0zmkKexpRzJplqXBehx45sVl4RvjcJp88x0cXWHuCg==
|
|
2301
2301
|
dependencies:
|
|
2302
2302
|
"@oclif/core" "^4.11.3"
|
|
2303
2303
|
"@oclif/multi-stage-output" "^0.8.40"
|
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.137.
|
|
4
|
+
"version": "2.137.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"@salesforce/plugin-info": "3.4.136",
|
|
169
169
|
"@salesforce/plugin-limits": "3.3.91",
|
|
170
170
|
"@salesforce/plugin-marketplace": "1.3.28",
|
|
171
|
-
"@salesforce/plugin-org": "5.11.
|
|
171
|
+
"@salesforce/plugin-org": "5.11.4",
|
|
172
172
|
"@salesforce/plugin-packaging": "2.28.3",
|
|
173
173
|
"@salesforce/plugin-schema": "3.3.115",
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.82",
|