@salesforce/cli 2.99.2 → 2.99.3
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 +8 -8
- package/npm-shrinkwrap.json +11 -11
- package/oclif.lock +9 -9
- package/oclif.manifest.json +126 -126
- package/package.json +4 -4
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.99.
|
|
28
|
+
@salesforce/cli/2.99.3 linux-x64 node-v22.17.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -871,7 +871,7 @@ EXAMPLES
|
|
|
871
871
|
$ sf alias list
|
|
872
872
|
```
|
|
873
873
|
|
|
874
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
874
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.37/src/commands/alias/list.ts)_
|
|
875
875
|
|
|
876
876
|
## `sf alias set`
|
|
877
877
|
|
|
@@ -920,7 +920,7 @@ EXAMPLES
|
|
|
920
920
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
921
921
|
```
|
|
922
922
|
|
|
923
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
923
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.37/src/commands/alias/set.ts)_
|
|
924
924
|
|
|
925
925
|
## `sf alias unset`
|
|
926
926
|
|
|
@@ -960,7 +960,7 @@ EXAMPLES
|
|
|
960
960
|
$ sf alias unset --all [--no-prompt]
|
|
961
961
|
```
|
|
962
962
|
|
|
963
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
963
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.37/src/commands/alias/unset.ts)_
|
|
964
964
|
|
|
965
965
|
## `sf analytics generate template`
|
|
966
966
|
|
|
@@ -1790,7 +1790,7 @@ CONFIGURATION VARIABLES
|
|
|
1790
1790
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1791
1791
|
```
|
|
1792
1792
|
|
|
1793
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1793
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.37/src/commands/config/get.ts)_
|
|
1794
1794
|
|
|
1795
1795
|
## `sf config list`
|
|
1796
1796
|
|
|
@@ -1830,7 +1830,7 @@ EXAMPLES
|
|
|
1830
1830
|
$ sf config list
|
|
1831
1831
|
```
|
|
1832
1832
|
|
|
1833
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1833
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.37/src/commands/config/list.ts)_
|
|
1834
1834
|
|
|
1835
1835
|
## `sf config set`
|
|
1836
1836
|
|
|
@@ -1899,7 +1899,7 @@ CONFIGURATION VARIABLES
|
|
|
1899
1899
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1900
1900
|
```
|
|
1901
1901
|
|
|
1902
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1902
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.37/src/commands/config/set.ts)_
|
|
1903
1903
|
|
|
1904
1904
|
## `sf config unset`
|
|
1905
1905
|
|
|
@@ -1949,7 +1949,7 @@ CONFIGURATION VARIABLES
|
|
|
1949
1949
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1950
1950
|
```
|
|
1951
1951
|
|
|
1952
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1952
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.37/src/commands/config/unset.ts)_
|
|
1953
1953
|
|
|
1954
1954
|
## `sf data bulk results`
|
|
1955
1955
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.99.
|
|
3
|
+
"version": "2.99.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.99.
|
|
9
|
+
"version": "2.99.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@salesforce/plugin-org": "5.9.9",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.18.0",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.73",
|
|
39
|
-
"@salesforce/plugin-settings": "2.4.
|
|
39
|
+
"@salesforce/plugin-settings": "2.4.37",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.65",
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.6.49",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.54",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.109",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.29",
|
|
@@ -5191,9 +5191,9 @@
|
|
|
5191
5191
|
}
|
|
5192
5192
|
},
|
|
5193
5193
|
"node_modules/@salesforce/plugin-settings": {
|
|
5194
|
-
"version": "2.4.
|
|
5195
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
5196
|
-
"integrity": "sha512-
|
|
5194
|
+
"version": "2.4.37",
|
|
5195
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.37.tgz",
|
|
5196
|
+
"integrity": "sha512-4sG/AvKxVZxAFQtzt199N8SNoRrvTflECc4U2rdECrVgM4W4H9HKmc/MOcKrZK9z3tvEa3ReIK1/IDqwgPwCbw==",
|
|
5197
5197
|
"license": "Apache-2.0",
|
|
5198
5198
|
"dependencies": {
|
|
5199
5199
|
"@oclif/core": "^4",
|
|
@@ -5300,12 +5300,12 @@
|
|
|
5300
5300
|
}
|
|
5301
5301
|
},
|
|
5302
5302
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5303
|
-
"version": "3.6.
|
|
5304
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5305
|
-
"integrity": "sha512-
|
|
5303
|
+
"version": "3.6.49",
|
|
5304
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.49.tgz",
|
|
5305
|
+
"integrity": "sha512-H1daSyA5LRDf0jLzhPqYA01ef1fK9thJ9dd69lLqt/s2sOob2fiyJ1sots98GlkVF424rPg+V5JUoWthcObRHw==",
|
|
5306
5306
|
"license": "Apache-2.0",
|
|
5307
5307
|
"dependencies": {
|
|
5308
|
-
"@oclif/core": "^4.5.
|
|
5308
|
+
"@oclif/core": "^4.5.1",
|
|
5309
5309
|
"@salesforce/core": "^8.15.0",
|
|
5310
5310
|
"@salesforce/kit": "^3.2.3",
|
|
5311
5311
|
"@salesforce/sf-plugins-core": "^12",
|
package/oclif.lock
CHANGED
|
@@ -2271,10 +2271,10 @@
|
|
|
2271
2271
|
"@salesforce/core" "^8.18.1"
|
|
2272
2272
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2273
2273
|
|
|
2274
|
-
"@salesforce/plugin-settings@2.4.
|
|
2275
|
-
version "2.4.
|
|
2276
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
2277
|
-
integrity sha512-
|
|
2274
|
+
"@salesforce/plugin-settings@2.4.37":
|
|
2275
|
+
version "2.4.37"
|
|
2276
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.37.tgz"
|
|
2277
|
+
integrity sha512-4sG/AvKxVZxAFQtzt199N8SNoRrvTflECc4U2rdECrVgM4W4H9HKmc/MOcKrZK9z3tvEa3ReIK1/IDqwgPwCbw==
|
|
2278
2278
|
dependencies:
|
|
2279
2279
|
"@oclif/core" "^4"
|
|
2280
2280
|
"@salesforce/core" "^8.17.0"
|
|
@@ -2297,12 +2297,12 @@
|
|
|
2297
2297
|
fast-xml-parser "^4.5.3"
|
|
2298
2298
|
js2xmlparser "^4.0.2"
|
|
2299
2299
|
|
|
2300
|
-
"@salesforce/plugin-telemetry@3.6.
|
|
2301
|
-
version "3.6.
|
|
2302
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
2303
|
-
integrity sha512-
|
|
2300
|
+
"@salesforce/plugin-telemetry@3.6.49":
|
|
2301
|
+
version "3.6.49"
|
|
2302
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.49.tgz"
|
|
2303
|
+
integrity sha512-H1daSyA5LRDf0jLzhPqYA01ef1fK9thJ9dd69lLqt/s2sOob2fiyJ1sots98GlkVF424rPg+V5JUoWthcObRHw==
|
|
2304
2304
|
dependencies:
|
|
2305
|
-
"@oclif/core" "^4.5.
|
|
2305
|
+
"@oclif/core" "^4.5.1"
|
|
2306
2306
|
"@salesforce/core" "^8.15.0"
|
|
2307
2307
|
"@salesforce/kit" "^3.2.3"
|
|
2308
2308
|
"@salesforce/sf-plugins-core" "^12"
|
package/oclif.manifest.json
CHANGED
|
@@ -3353,131 +3353,6 @@
|
|
|
3353
3353
|
"snapshot:create:org"
|
|
3354
3354
|
]
|
|
3355
3355
|
},
|
|
3356
|
-
"org:get:snapshot": {
|
|
3357
|
-
"aliases": [
|
|
3358
|
-
"force:org:snapshot:get"
|
|
3359
|
-
],
|
|
3360
|
-
"args": {},
|
|
3361
|
-
"deprecateAliases": true,
|
|
3362
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
3363
|
-
"examples": [
|
|
3364
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3365
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
3366
|
-
],
|
|
3367
|
-
"flags": {
|
|
3368
|
-
"json": {
|
|
3369
|
-
"description": "Format output as json.",
|
|
3370
|
-
"helpGroup": "GLOBAL",
|
|
3371
|
-
"name": "json",
|
|
3372
|
-
"allowNo": false,
|
|
3373
|
-
"type": "boolean"
|
|
3374
|
-
},
|
|
3375
|
-
"flags-dir": {
|
|
3376
|
-
"helpGroup": "GLOBAL",
|
|
3377
|
-
"name": "flags-dir",
|
|
3378
|
-
"summary": "Import flag values from a directory.",
|
|
3379
|
-
"hasDynamicHelp": false,
|
|
3380
|
-
"multiple": false,
|
|
3381
|
-
"type": "option"
|
|
3382
|
-
},
|
|
3383
|
-
"target-dev-hub": {
|
|
3384
|
-
"aliases": [
|
|
3385
|
-
"targetdevhubusername"
|
|
3386
|
-
],
|
|
3387
|
-
"char": "v",
|
|
3388
|
-
"deprecateAliases": true,
|
|
3389
|
-
"name": "target-dev-hub",
|
|
3390
|
-
"noCacheDefault": true,
|
|
3391
|
-
"required": true,
|
|
3392
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3393
|
-
"hasDynamicHelp": true,
|
|
3394
|
-
"multiple": false,
|
|
3395
|
-
"type": "option"
|
|
3396
|
-
},
|
|
3397
|
-
"api-version": {
|
|
3398
|
-
"aliases": [
|
|
3399
|
-
"apiversion"
|
|
3400
|
-
],
|
|
3401
|
-
"deprecateAliases": true,
|
|
3402
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3403
|
-
"name": "api-version",
|
|
3404
|
-
"hasDynamicHelp": false,
|
|
3405
|
-
"multiple": false,
|
|
3406
|
-
"type": "option"
|
|
3407
|
-
},
|
|
3408
|
-
"loglevel": {
|
|
3409
|
-
"deprecated": {
|
|
3410
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
3411
|
-
},
|
|
3412
|
-
"hidden": true,
|
|
3413
|
-
"name": "loglevel",
|
|
3414
|
-
"hasDynamicHelp": false,
|
|
3415
|
-
"multiple": false,
|
|
3416
|
-
"type": "option"
|
|
3417
|
-
},
|
|
3418
|
-
"snapshot": {
|
|
3419
|
-
"char": "s",
|
|
3420
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3421
|
-
"name": "snapshot",
|
|
3422
|
-
"required": true,
|
|
3423
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3424
|
-
"hasDynamicHelp": false,
|
|
3425
|
-
"multiple": false,
|
|
3426
|
-
"type": "option"
|
|
3427
|
-
}
|
|
3428
|
-
},
|
|
3429
|
-
"hasDynamicHelp": true,
|
|
3430
|
-
"hiddenAliases": [],
|
|
3431
|
-
"id": "org:get:snapshot",
|
|
3432
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3433
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3434
|
-
"pluginType": "jit",
|
|
3435
|
-
"strict": true,
|
|
3436
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3437
|
-
"enableJsonFlag": true,
|
|
3438
|
-
"isESM": true,
|
|
3439
|
-
"relativePath": [
|
|
3440
|
-
"lib",
|
|
3441
|
-
"commands",
|
|
3442
|
-
"org",
|
|
3443
|
-
"get",
|
|
3444
|
-
"snapshot.js"
|
|
3445
|
-
],
|
|
3446
|
-
"aliasPermutations": [
|
|
3447
|
-
"force:org:snapshot:get",
|
|
3448
|
-
"org:force:snapshot:get",
|
|
3449
|
-
"org:snapshot:force:get",
|
|
3450
|
-
"org:snapshot:get:force",
|
|
3451
|
-
"force:snapshot:org:get",
|
|
3452
|
-
"snapshot:force:org:get",
|
|
3453
|
-
"snapshot:org:force:get",
|
|
3454
|
-
"snapshot:org:get:force",
|
|
3455
|
-
"force:snapshot:get:org",
|
|
3456
|
-
"snapshot:force:get:org",
|
|
3457
|
-
"snapshot:get:force:org",
|
|
3458
|
-
"snapshot:get:org:force",
|
|
3459
|
-
"force:org:get:snapshot",
|
|
3460
|
-
"org:force:get:snapshot",
|
|
3461
|
-
"org:get:force:snapshot",
|
|
3462
|
-
"org:get:snapshot:force",
|
|
3463
|
-
"force:get:org:snapshot",
|
|
3464
|
-
"get:force:org:snapshot",
|
|
3465
|
-
"get:org:force:snapshot",
|
|
3466
|
-
"get:org:snapshot:force",
|
|
3467
|
-
"force:get:snapshot:org",
|
|
3468
|
-
"get:force:snapshot:org",
|
|
3469
|
-
"get:snapshot:force:org",
|
|
3470
|
-
"get:snapshot:org:force"
|
|
3471
|
-
],
|
|
3472
|
-
"permutations": [
|
|
3473
|
-
"org:get:snapshot",
|
|
3474
|
-
"get:org:snapshot",
|
|
3475
|
-
"get:snapshot:org",
|
|
3476
|
-
"org:snapshot:get",
|
|
3477
|
-
"snapshot:org:get",
|
|
3478
|
-
"snapshot:get:org"
|
|
3479
|
-
]
|
|
3480
|
-
},
|
|
3481
3356
|
"org:delete:shape": {
|
|
3482
3357
|
"aliases": [
|
|
3483
3358
|
"force:org:shape:delete"
|
|
@@ -3737,6 +3612,131 @@
|
|
|
3737
3612
|
"snapshot:delete:org"
|
|
3738
3613
|
]
|
|
3739
3614
|
},
|
|
3615
|
+
"org:get:snapshot": {
|
|
3616
|
+
"aliases": [
|
|
3617
|
+
"force:org:snapshot:get"
|
|
3618
|
+
],
|
|
3619
|
+
"args": {},
|
|
3620
|
+
"deprecateAliases": true,
|
|
3621
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
3622
|
+
"examples": [
|
|
3623
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3624
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
3625
|
+
],
|
|
3626
|
+
"flags": {
|
|
3627
|
+
"json": {
|
|
3628
|
+
"description": "Format output as json.",
|
|
3629
|
+
"helpGroup": "GLOBAL",
|
|
3630
|
+
"name": "json",
|
|
3631
|
+
"allowNo": false,
|
|
3632
|
+
"type": "boolean"
|
|
3633
|
+
},
|
|
3634
|
+
"flags-dir": {
|
|
3635
|
+
"helpGroup": "GLOBAL",
|
|
3636
|
+
"name": "flags-dir",
|
|
3637
|
+
"summary": "Import flag values from a directory.",
|
|
3638
|
+
"hasDynamicHelp": false,
|
|
3639
|
+
"multiple": false,
|
|
3640
|
+
"type": "option"
|
|
3641
|
+
},
|
|
3642
|
+
"target-dev-hub": {
|
|
3643
|
+
"aliases": [
|
|
3644
|
+
"targetdevhubusername"
|
|
3645
|
+
],
|
|
3646
|
+
"char": "v",
|
|
3647
|
+
"deprecateAliases": true,
|
|
3648
|
+
"name": "target-dev-hub",
|
|
3649
|
+
"noCacheDefault": true,
|
|
3650
|
+
"required": true,
|
|
3651
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3652
|
+
"hasDynamicHelp": true,
|
|
3653
|
+
"multiple": false,
|
|
3654
|
+
"type": "option"
|
|
3655
|
+
},
|
|
3656
|
+
"api-version": {
|
|
3657
|
+
"aliases": [
|
|
3658
|
+
"apiversion"
|
|
3659
|
+
],
|
|
3660
|
+
"deprecateAliases": true,
|
|
3661
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3662
|
+
"name": "api-version",
|
|
3663
|
+
"hasDynamicHelp": false,
|
|
3664
|
+
"multiple": false,
|
|
3665
|
+
"type": "option"
|
|
3666
|
+
},
|
|
3667
|
+
"loglevel": {
|
|
3668
|
+
"deprecated": {
|
|
3669
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
3670
|
+
},
|
|
3671
|
+
"hidden": true,
|
|
3672
|
+
"name": "loglevel",
|
|
3673
|
+
"hasDynamicHelp": false,
|
|
3674
|
+
"multiple": false,
|
|
3675
|
+
"type": "option"
|
|
3676
|
+
},
|
|
3677
|
+
"snapshot": {
|
|
3678
|
+
"char": "s",
|
|
3679
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3680
|
+
"name": "snapshot",
|
|
3681
|
+
"required": true,
|
|
3682
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
3683
|
+
"hasDynamicHelp": false,
|
|
3684
|
+
"multiple": false,
|
|
3685
|
+
"type": "option"
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3688
|
+
"hasDynamicHelp": true,
|
|
3689
|
+
"hiddenAliases": [],
|
|
3690
|
+
"id": "org:get:snapshot",
|
|
3691
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
3692
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
3693
|
+
"pluginType": "jit",
|
|
3694
|
+
"strict": true,
|
|
3695
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
3696
|
+
"enableJsonFlag": true,
|
|
3697
|
+
"isESM": true,
|
|
3698
|
+
"relativePath": [
|
|
3699
|
+
"lib",
|
|
3700
|
+
"commands",
|
|
3701
|
+
"org",
|
|
3702
|
+
"get",
|
|
3703
|
+
"snapshot.js"
|
|
3704
|
+
],
|
|
3705
|
+
"aliasPermutations": [
|
|
3706
|
+
"force:org:snapshot:get",
|
|
3707
|
+
"org:force:snapshot:get",
|
|
3708
|
+
"org:snapshot:force:get",
|
|
3709
|
+
"org:snapshot:get:force",
|
|
3710
|
+
"force:snapshot:org:get",
|
|
3711
|
+
"snapshot:force:org:get",
|
|
3712
|
+
"snapshot:org:force:get",
|
|
3713
|
+
"snapshot:org:get:force",
|
|
3714
|
+
"force:snapshot:get:org",
|
|
3715
|
+
"snapshot:force:get:org",
|
|
3716
|
+
"snapshot:get:force:org",
|
|
3717
|
+
"snapshot:get:org:force",
|
|
3718
|
+
"force:org:get:snapshot",
|
|
3719
|
+
"org:force:get:snapshot",
|
|
3720
|
+
"org:get:force:snapshot",
|
|
3721
|
+
"org:get:snapshot:force",
|
|
3722
|
+
"force:get:org:snapshot",
|
|
3723
|
+
"get:force:org:snapshot",
|
|
3724
|
+
"get:org:force:snapshot",
|
|
3725
|
+
"get:org:snapshot:force",
|
|
3726
|
+
"force:get:snapshot:org",
|
|
3727
|
+
"get:force:snapshot:org",
|
|
3728
|
+
"get:snapshot:force:org",
|
|
3729
|
+
"get:snapshot:org:force"
|
|
3730
|
+
],
|
|
3731
|
+
"permutations": [
|
|
3732
|
+
"org:get:snapshot",
|
|
3733
|
+
"get:org:snapshot",
|
|
3734
|
+
"get:snapshot:org",
|
|
3735
|
+
"org:snapshot:get",
|
|
3736
|
+
"snapshot:org:get",
|
|
3737
|
+
"snapshot:get:org"
|
|
3738
|
+
]
|
|
3739
|
+
},
|
|
3740
3740
|
"org:list:shape": {
|
|
3741
3741
|
"aliases": [
|
|
3742
3742
|
"force:org:shape:list"
|
|
@@ -4831,5 +4831,5 @@
|
|
|
4831
4831
|
]
|
|
4832
4832
|
}
|
|
4833
4833
|
},
|
|
4834
|
-
"version": "2.99.
|
|
4834
|
+
"version": "2.99.3"
|
|
4835
4835
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.99.
|
|
4
|
+
"version": "2.99.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@salesforce/plugin-dev": "2.5.1",
|
|
83
83
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
84
84
|
"@salesforce/plugin-flow": "1.0.2",
|
|
85
|
-
"@salesforce/plugin-signups": "2.6.
|
|
85
|
+
"@salesforce/plugin-signups": "2.6.37",
|
|
86
86
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
87
87
|
"@salesforce/sfdx-scanner": "4.12.0"
|
|
88
88
|
},
|
|
@@ -170,9 +170,9 @@
|
|
|
170
170
|
"@salesforce/plugin-org": "5.9.9",
|
|
171
171
|
"@salesforce/plugin-packaging": "2.18.0",
|
|
172
172
|
"@salesforce/plugin-schema": "3.3.73",
|
|
173
|
-
"@salesforce/plugin-settings": "2.4.
|
|
173
|
+
"@salesforce/plugin-settings": "2.4.37",
|
|
174
174
|
"@salesforce/plugin-sobject": "1.4.65",
|
|
175
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
175
|
+
"@salesforce/plugin-telemetry": "3.6.49",
|
|
176
176
|
"@salesforce/plugin-templates": "56.3.54",
|
|
177
177
|
"@salesforce/plugin-trust": "3.7.109",
|
|
178
178
|
"@salesforce/plugin-user": "3.6.29",
|