@salesforce/cli 2.129.8 → 2.130.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 +7 -7
- package/npm-shrinkwrap.json +24 -24
- package/oclif.lock +24 -24
- package/oclif.manifest.json +126 -126
- package/package.json +6 -6
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.
|
|
28
|
+
@salesforce/cli/2.130.1 linux-x64 node-v22.22.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -7524,7 +7524,7 @@ EXAMPLES
|
|
|
7524
7524
|
$ sf plugins discover
|
|
7525
7525
|
```
|
|
7526
7526
|
|
|
7527
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.
|
|
7527
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.13/src/commands/plugins/discover.ts)_
|
|
7528
7528
|
|
|
7529
7529
|
## `sf plugins:inspect PLUGIN...`
|
|
7530
7530
|
|
|
@@ -7675,7 +7675,7 @@ EXAMPLES
|
|
|
7675
7675
|
$ sf plugins trust verify --npm @scope/npmName
|
|
7676
7676
|
```
|
|
7677
7677
|
|
|
7678
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
7678
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.116/src/commands/plugins/trust/verify.ts)_
|
|
7679
7679
|
|
|
7680
7680
|
## `sf plugins uninstall [PLUGIN]`
|
|
7681
7681
|
|
|
@@ -9489,7 +9489,7 @@ FLAG DESCRIPTIONS
|
|
|
9489
9489
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9490
9490
|
```
|
|
9491
9491
|
|
|
9492
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9492
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.90/src/commands/schema/generate/field.ts)_
|
|
9493
9493
|
|
|
9494
9494
|
## `sf schema generate platformevent`
|
|
9495
9495
|
|
|
@@ -9521,7 +9521,7 @@ EXAMPLES
|
|
|
9521
9521
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9522
9522
|
```
|
|
9523
9523
|
|
|
9524
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9524
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.90/src/commands/schema/generate/platformevent.ts)_
|
|
9525
9525
|
|
|
9526
9526
|
## `sf schema generate sobject`
|
|
9527
9527
|
|
|
@@ -9578,7 +9578,7 @@ FLAG DESCRIPTIONS
|
|
|
9578
9578
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9579
9579
|
```
|
|
9580
9580
|
|
|
9581
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9581
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.90/src/commands/schema/generate/sobject.ts)_
|
|
9582
9582
|
|
|
9583
9583
|
## `sf schema generate tab`
|
|
9584
9584
|
|
|
@@ -9626,7 +9626,7 @@ FLAG DESCRIPTIONS
|
|
|
9626
9626
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9627
9627
|
```
|
|
9628
9628
|
|
|
9629
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9629
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.90/src/commands/schema/generate/tab.ts)_
|
|
9630
9630
|
|
|
9631
9631
|
## `sf search`
|
|
9632
9632
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.130.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.130.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
|
-
"@oclif/core": "4.10.
|
|
14
|
+
"@oclif/core": "4.10.3",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.42",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.42",
|
|
17
17
|
"@oclif/plugin-help": "6.2.40",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.18",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.114",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.81",
|
|
35
|
-
"@salesforce/plugin-marketplace": "1.3.
|
|
35
|
+
"@salesforce/plugin-marketplace": "1.3.13",
|
|
36
36
|
"@salesforce/plugin-org": "5.9.75",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.25.12",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.100",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.62",
|
|
40
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
40
|
+
"@salesforce/plugin-sobject": "1.4.90",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.5",
|
|
42
42
|
"@salesforce/plugin-templates": "56.11.4",
|
|
43
|
-
"@salesforce/plugin-trust": "3.7.
|
|
43
|
+
"@salesforce/plugin-trust": "3.7.116",
|
|
44
44
|
"@salesforce/plugin-user": "3.8.0",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.6",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
@@ -3633,9 +3633,9 @@
|
|
|
3633
3633
|
}
|
|
3634
3634
|
},
|
|
3635
3635
|
"node_modules/@oclif/core": {
|
|
3636
|
-
"version": "4.10.
|
|
3637
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
3638
|
-
"integrity": "sha512-
|
|
3636
|
+
"version": "4.10.3",
|
|
3637
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
|
|
3638
|
+
"integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
|
|
3639
3639
|
"license": "MIT",
|
|
3640
3640
|
"dependencies": {
|
|
3641
3641
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5388,12 +5388,12 @@
|
|
|
5388
5388
|
}
|
|
5389
5389
|
},
|
|
5390
5390
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
5391
|
-
"version": "1.3.
|
|
5392
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.
|
|
5393
|
-
"integrity": "sha512-
|
|
5391
|
+
"version": "1.3.13",
|
|
5392
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.13.tgz",
|
|
5393
|
+
"integrity": "sha512-B4FcE1/ix3KlGCX6mt8jeB4cFSNv1exLBPi56PNbbslMNOBmvQB1/y+Kr6D0Nd0/KaOy9flnOBVTVnBK5CyQOA==",
|
|
5394
5394
|
"license": "Apache-2.0",
|
|
5395
5395
|
"dependencies": {
|
|
5396
|
-
"@salesforce/core": "^8.
|
|
5396
|
+
"@salesforce/core": "^8.27.1",
|
|
5397
5397
|
"@salesforce/kit": "^3.2.4",
|
|
5398
5398
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5399
5399
|
"got": "^13.0.0",
|
|
@@ -5623,16 +5623,16 @@
|
|
|
5623
5623
|
}
|
|
5624
5624
|
},
|
|
5625
5625
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5626
|
-
"version": "1.4.
|
|
5627
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5628
|
-
"integrity": "sha512-
|
|
5626
|
+
"version": "1.4.90",
|
|
5627
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.90.tgz",
|
|
5628
|
+
"integrity": "sha512-GTx0jYCiO+15dDLrdnB+4eNwZF2NX485S9E+xE2ystKBT4gZ0yqj08Hyl0r7/i+cEX3t9Bnjzc5TJfPU6psHVg==",
|
|
5629
5629
|
"license": "Apache-2.0",
|
|
5630
5630
|
"dependencies": {
|
|
5631
5631
|
"@inquirer/confirm": "^3.2.0",
|
|
5632
5632
|
"@inquirer/input": "^2.3.0",
|
|
5633
5633
|
"@inquirer/select": "^2.5.0",
|
|
5634
5634
|
"@oclif/core": "^4",
|
|
5635
|
-
"@salesforce/core": "^8.
|
|
5635
|
+
"@salesforce/core": "^8.27.1",
|
|
5636
5636
|
"@salesforce/kit": "^3.2.4",
|
|
5637
5637
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5638
5638
|
"fast-glob": "^3.3.3",
|
|
@@ -5749,15 +5749,15 @@
|
|
|
5749
5749
|
}
|
|
5750
5750
|
},
|
|
5751
5751
|
"node_modules/@salesforce/plugin-trust": {
|
|
5752
|
-
"version": "3.7.
|
|
5753
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5754
|
-
"integrity": "sha512-
|
|
5752
|
+
"version": "3.7.116",
|
|
5753
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.116.tgz",
|
|
5754
|
+
"integrity": "sha512-R0MCOEa8eP1ziJK4wgEpWSZs62W1NO8cLuvfGTqkWWPKuSDTY+uv+tQ0ar2RtnvnXUMIrEI5tkQEVeq/QtIe2g==",
|
|
5755
5755
|
"license": "Apache-2.0",
|
|
5756
5756
|
"dependencies": {
|
|
5757
5757
|
"@oclif/core": "^4",
|
|
5758
5758
|
"@salesforce/core": "^8.26.2",
|
|
5759
5759
|
"@salesforce/kit": "^3.2.4",
|
|
5760
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5760
|
+
"@salesforce/plugin-info": "^3.4.114",
|
|
5761
5761
|
"@salesforce/sf-plugins-core": "^12",
|
|
5762
5762
|
"got": "^13.0.0",
|
|
5763
5763
|
"npm": "^10.9.3",
|
|
@@ -12965,9 +12965,9 @@
|
|
|
12965
12965
|
}
|
|
12966
12966
|
},
|
|
12967
12967
|
"node_modules/handlebars": {
|
|
12968
|
-
"version": "4.7.
|
|
12969
|
-
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.
|
|
12970
|
-
"integrity": "sha512-
|
|
12968
|
+
"version": "4.7.9",
|
|
12969
|
+
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz",
|
|
12970
|
+
"integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==",
|
|
12971
12971
|
"dev": true,
|
|
12972
12972
|
"license": "MIT",
|
|
12973
12973
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1637,10 +1637,10 @@
|
|
|
1637
1637
|
proc-log "^5.0.0"
|
|
1638
1638
|
which "^5.0.0"
|
|
1639
1639
|
|
|
1640
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4", "@oclif/core@>= 3.0.0", "@oclif/core@4.10.
|
|
1641
|
-
version "4.10.
|
|
1642
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
1643
|
-
integrity sha512-
|
|
1640
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4", "@oclif/core@>= 3.0.0", "@oclif/core@4.10.3":
|
|
1641
|
+
version "4.10.3"
|
|
1642
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz"
|
|
1643
|
+
integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
|
|
1644
1644
|
dependencies:
|
|
1645
1645
|
ansi-escapes "^4.3.2"
|
|
1646
1646
|
ansis "^3.17.0"
|
|
@@ -2091,7 +2091,7 @@
|
|
|
2091
2091
|
strip-ansi "6.0.1"
|
|
2092
2092
|
ts-retry-promise "^0.8.1"
|
|
2093
2093
|
|
|
2094
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.
|
|
2094
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.25.0", "@salesforce/core@^8.25.1", "@salesforce/core@^8.26.2", "@salesforce/core@^8.26.3", "@salesforce/core@^8.27.0", "@salesforce/core@^8.27.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5":
|
|
2095
2095
|
version "8.27.1"
|
|
2096
2096
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.27.1.tgz"
|
|
2097
2097
|
integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
ansis "^3.17.0"
|
|
2307
2307
|
terminal-link "^3.0.0"
|
|
2308
2308
|
|
|
2309
|
-
"@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.
|
|
2309
|
+
"@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.114", "@salesforce/plugin-info@^3.4.93", "@salesforce/plugin-info@3.4.114":
|
|
2310
2310
|
version "3.4.114"
|
|
2311
2311
|
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.114.tgz"
|
|
2312
2312
|
integrity sha512-3Mn+rT0vLjo+4IBrKg6wtem4fhulMY8ob1Jdz9bZfL5n2OclrKPp5h2PaxBInzBg42qJfZWGD6+cBvibnhY5uw==
|
|
@@ -2332,12 +2332,12 @@
|
|
|
2332
2332
|
"@salesforce/core" "^8.27.0"
|
|
2333
2333
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2334
2334
|
|
|
2335
|
-
"@salesforce/plugin-marketplace@1.3.
|
|
2336
|
-
version "1.3.
|
|
2337
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.
|
|
2338
|
-
integrity sha512-
|
|
2335
|
+
"@salesforce/plugin-marketplace@1.3.13":
|
|
2336
|
+
version "1.3.13"
|
|
2337
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.13.tgz"
|
|
2338
|
+
integrity sha512-B4FcE1/ix3KlGCX6mt8jeB4cFSNv1exLBPi56PNbbslMNOBmvQB1/y+Kr6D0Nd0/KaOy9flnOBVTVnBK5CyQOA==
|
|
2339
2339
|
dependencies:
|
|
2340
|
-
"@salesforce/core" "^8.
|
|
2340
|
+
"@salesforce/core" "^8.27.1"
|
|
2341
2341
|
"@salesforce/kit" "^3.2.4"
|
|
2342
2342
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2343
2343
|
got "^13.0.0"
|
|
@@ -2420,16 +2420,16 @@
|
|
|
2420
2420
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2421
2421
|
fast-levenshtein "^3.0.0"
|
|
2422
2422
|
|
|
2423
|
-
"@salesforce/plugin-sobject@1.4.
|
|
2424
|
-
version "1.4.
|
|
2425
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
2426
|
-
integrity sha512-
|
|
2423
|
+
"@salesforce/plugin-sobject@1.4.90":
|
|
2424
|
+
version "1.4.90"
|
|
2425
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.90.tgz"
|
|
2426
|
+
integrity sha512-GTx0jYCiO+15dDLrdnB+4eNwZF2NX485S9E+xE2ystKBT4gZ0yqj08Hyl0r7/i+cEX3t9Bnjzc5TJfPU6psHVg==
|
|
2427
2427
|
dependencies:
|
|
2428
2428
|
"@inquirer/confirm" "^3.2.0"
|
|
2429
2429
|
"@inquirer/input" "^2.3.0"
|
|
2430
2430
|
"@inquirer/select" "^2.5.0"
|
|
2431
2431
|
"@oclif/core" "^4"
|
|
2432
|
-
"@salesforce/core" "^8.
|
|
2432
|
+
"@salesforce/core" "^8.27.1"
|
|
2433
2433
|
"@salesforce/kit" "^3.2.4"
|
|
2434
2434
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2435
2435
|
fast-glob "^3.3.3"
|
|
@@ -2458,15 +2458,15 @@
|
|
|
2458
2458
|
"@salesforce/sf-plugins-core" "^12"
|
|
2459
2459
|
"@salesforce/templates" "^66.5.6"
|
|
2460
2460
|
|
|
2461
|
-
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.
|
|
2462
|
-
version "3.7.
|
|
2463
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2464
|
-
integrity sha512-
|
|
2461
|
+
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.116":
|
|
2462
|
+
version "3.7.116"
|
|
2463
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.116.tgz"
|
|
2464
|
+
integrity sha512-R0MCOEa8eP1ziJK4wgEpWSZs62W1NO8cLuvfGTqkWWPKuSDTY+uv+tQ0ar2RtnvnXUMIrEI5tkQEVeq/QtIe2g==
|
|
2465
2465
|
dependencies:
|
|
2466
2466
|
"@oclif/core" "^4"
|
|
2467
2467
|
"@salesforce/core" "^8.26.2"
|
|
2468
2468
|
"@salesforce/kit" "^3.2.4"
|
|
2469
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2469
|
+
"@salesforce/plugin-info" "^3.4.114"
|
|
2470
2470
|
"@salesforce/sf-plugins-core" "^12"
|
|
2471
2471
|
got "^13.0.0"
|
|
2472
2472
|
npm "^10.9.3"
|
|
@@ -6694,9 +6694,9 @@ graphology@^0.26.0:
|
|
|
6694
6694
|
events "^3.3.0"
|
|
6695
6695
|
|
|
6696
6696
|
handlebars@^4.7.7, handlebars@^4.7.8:
|
|
6697
|
-
version "4.7.
|
|
6698
|
-
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.
|
|
6699
|
-
integrity sha512-
|
|
6697
|
+
version "4.7.9"
|
|
6698
|
+
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz"
|
|
6699
|
+
integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
|
|
6700
6700
|
dependencies:
|
|
6701
6701
|
minimist "^1.2.5"
|
|
6702
6702
|
neo-async "^2.6.2"
|
package/oclif.manifest.json
CHANGED
|
@@ -3889,6 +3889,131 @@
|
|
|
3889
3889
|
"snapshot:delete:org"
|
|
3890
3890
|
]
|
|
3891
3891
|
},
|
|
3892
|
+
"org:get:snapshot": {
|
|
3893
|
+
"aliases": [
|
|
3894
|
+
"force:org:snapshot:get"
|
|
3895
|
+
],
|
|
3896
|
+
"args": {},
|
|
3897
|
+
"deprecateAliases": true,
|
|
3898
|
+
"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\".",
|
|
3899
|
+
"examples": [
|
|
3900
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3901
|
+
"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"
|
|
3902
|
+
],
|
|
3903
|
+
"flags": {
|
|
3904
|
+
"json": {
|
|
3905
|
+
"description": "Format output as json.",
|
|
3906
|
+
"helpGroup": "GLOBAL",
|
|
3907
|
+
"name": "json",
|
|
3908
|
+
"allowNo": false,
|
|
3909
|
+
"type": "boolean"
|
|
3910
|
+
},
|
|
3911
|
+
"flags-dir": {
|
|
3912
|
+
"helpGroup": "GLOBAL",
|
|
3913
|
+
"name": "flags-dir",
|
|
3914
|
+
"summary": "Import flag values from a directory.",
|
|
3915
|
+
"hasDynamicHelp": false,
|
|
3916
|
+
"multiple": false,
|
|
3917
|
+
"type": "option"
|
|
3918
|
+
},
|
|
3919
|
+
"target-dev-hub": {
|
|
3920
|
+
"aliases": [
|
|
3921
|
+
"targetdevhubusername"
|
|
3922
|
+
],
|
|
3923
|
+
"char": "v",
|
|
3924
|
+
"deprecateAliases": true,
|
|
3925
|
+
"name": "target-dev-hub",
|
|
3926
|
+
"noCacheDefault": true,
|
|
3927
|
+
"required": true,
|
|
3928
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3929
|
+
"hasDynamicHelp": true,
|
|
3930
|
+
"multiple": false,
|
|
3931
|
+
"type": "option"
|
|
3932
|
+
},
|
|
3933
|
+
"api-version": {
|
|
3934
|
+
"aliases": [
|
|
3935
|
+
"apiversion"
|
|
3936
|
+
],
|
|
3937
|
+
"deprecateAliases": true,
|
|
3938
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3939
|
+
"name": "api-version",
|
|
3940
|
+
"hasDynamicHelp": false,
|
|
3941
|
+
"multiple": false,
|
|
3942
|
+
"type": "option"
|
|
3943
|
+
},
|
|
3944
|
+
"loglevel": {
|
|
3945
|
+
"deprecated": {
|
|
3946
|
+
"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."
|
|
3947
|
+
},
|
|
3948
|
+
"hidden": true,
|
|
3949
|
+
"name": "loglevel",
|
|
3950
|
+
"hasDynamicHelp": false,
|
|
3951
|
+
"multiple": false,
|
|
3952
|
+
"type": "option"
|
|
3953
|
+
},
|
|
3954
|
+
"snapshot": {
|
|
3955
|
+
"char": "s",
|
|
3956
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3957
|
+
"name": "snapshot",
|
|
3958
|
+
"required": true,
|
|
3959
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
3960
|
+
"hasDynamicHelp": false,
|
|
3961
|
+
"multiple": false,
|
|
3962
|
+
"type": "option"
|
|
3963
|
+
}
|
|
3964
|
+
},
|
|
3965
|
+
"hasDynamicHelp": true,
|
|
3966
|
+
"hiddenAliases": [],
|
|
3967
|
+
"id": "org:get:snapshot",
|
|
3968
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
3969
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
3970
|
+
"pluginType": "jit",
|
|
3971
|
+
"strict": true,
|
|
3972
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
3973
|
+
"enableJsonFlag": true,
|
|
3974
|
+
"isESM": true,
|
|
3975
|
+
"relativePath": [
|
|
3976
|
+
"lib",
|
|
3977
|
+
"commands",
|
|
3978
|
+
"org",
|
|
3979
|
+
"get",
|
|
3980
|
+
"snapshot.js"
|
|
3981
|
+
],
|
|
3982
|
+
"aliasPermutations": [
|
|
3983
|
+
"force:org:snapshot:get",
|
|
3984
|
+
"org:force:snapshot:get",
|
|
3985
|
+
"org:snapshot:force:get",
|
|
3986
|
+
"org:snapshot:get:force",
|
|
3987
|
+
"force:snapshot:org:get",
|
|
3988
|
+
"snapshot:force:org:get",
|
|
3989
|
+
"snapshot:org:force:get",
|
|
3990
|
+
"snapshot:org:get:force",
|
|
3991
|
+
"force:snapshot:get:org",
|
|
3992
|
+
"snapshot:force:get:org",
|
|
3993
|
+
"snapshot:get:force:org",
|
|
3994
|
+
"snapshot:get:org:force",
|
|
3995
|
+
"force:org:get:snapshot",
|
|
3996
|
+
"org:force:get:snapshot",
|
|
3997
|
+
"org:get:force:snapshot",
|
|
3998
|
+
"org:get:snapshot:force",
|
|
3999
|
+
"force:get:org:snapshot",
|
|
4000
|
+
"get:force:org:snapshot",
|
|
4001
|
+
"get:org:force:snapshot",
|
|
4002
|
+
"get:org:snapshot:force",
|
|
4003
|
+
"force:get:snapshot:org",
|
|
4004
|
+
"get:force:snapshot:org",
|
|
4005
|
+
"get:snapshot:force:org",
|
|
4006
|
+
"get:snapshot:org:force"
|
|
4007
|
+
],
|
|
4008
|
+
"permutations": [
|
|
4009
|
+
"org:get:snapshot",
|
|
4010
|
+
"get:org:snapshot",
|
|
4011
|
+
"get:snapshot:org",
|
|
4012
|
+
"org:snapshot:get",
|
|
4013
|
+
"snapshot:org:get",
|
|
4014
|
+
"snapshot:get:org"
|
|
4015
|
+
]
|
|
4016
|
+
},
|
|
3892
4017
|
"org:list:shape": {
|
|
3893
4018
|
"aliases": [
|
|
3894
4019
|
"force:org:shape:list"
|
|
@@ -4101,131 +4226,6 @@
|
|
|
4101
4226
|
"snapshot:list:org"
|
|
4102
4227
|
]
|
|
4103
4228
|
},
|
|
4104
|
-
"org:get:snapshot": {
|
|
4105
|
-
"aliases": [
|
|
4106
|
-
"force:org:snapshot:get"
|
|
4107
|
-
],
|
|
4108
|
-
"args": {},
|
|
4109
|
-
"deprecateAliases": true,
|
|
4110
|
-
"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\".",
|
|
4111
|
-
"examples": [
|
|
4112
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
4113
|
-
"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"
|
|
4114
|
-
],
|
|
4115
|
-
"flags": {
|
|
4116
|
-
"json": {
|
|
4117
|
-
"description": "Format output as json.",
|
|
4118
|
-
"helpGroup": "GLOBAL",
|
|
4119
|
-
"name": "json",
|
|
4120
|
-
"allowNo": false,
|
|
4121
|
-
"type": "boolean"
|
|
4122
|
-
},
|
|
4123
|
-
"flags-dir": {
|
|
4124
|
-
"helpGroup": "GLOBAL",
|
|
4125
|
-
"name": "flags-dir",
|
|
4126
|
-
"summary": "Import flag values from a directory.",
|
|
4127
|
-
"hasDynamicHelp": false,
|
|
4128
|
-
"multiple": false,
|
|
4129
|
-
"type": "option"
|
|
4130
|
-
},
|
|
4131
|
-
"target-dev-hub": {
|
|
4132
|
-
"aliases": [
|
|
4133
|
-
"targetdevhubusername"
|
|
4134
|
-
],
|
|
4135
|
-
"char": "v",
|
|
4136
|
-
"deprecateAliases": true,
|
|
4137
|
-
"name": "target-dev-hub",
|
|
4138
|
-
"noCacheDefault": true,
|
|
4139
|
-
"required": true,
|
|
4140
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4141
|
-
"hasDynamicHelp": true,
|
|
4142
|
-
"multiple": false,
|
|
4143
|
-
"type": "option"
|
|
4144
|
-
},
|
|
4145
|
-
"api-version": {
|
|
4146
|
-
"aliases": [
|
|
4147
|
-
"apiversion"
|
|
4148
|
-
],
|
|
4149
|
-
"deprecateAliases": true,
|
|
4150
|
-
"description": "Override the api version used for api requests made by this command",
|
|
4151
|
-
"name": "api-version",
|
|
4152
|
-
"hasDynamicHelp": false,
|
|
4153
|
-
"multiple": false,
|
|
4154
|
-
"type": "option"
|
|
4155
|
-
},
|
|
4156
|
-
"loglevel": {
|
|
4157
|
-
"deprecated": {
|
|
4158
|
-
"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."
|
|
4159
|
-
},
|
|
4160
|
-
"hidden": true,
|
|
4161
|
-
"name": "loglevel",
|
|
4162
|
-
"hasDynamicHelp": false,
|
|
4163
|
-
"multiple": false,
|
|
4164
|
-
"type": "option"
|
|
4165
|
-
},
|
|
4166
|
-
"snapshot": {
|
|
4167
|
-
"char": "s",
|
|
4168
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
4169
|
-
"name": "snapshot",
|
|
4170
|
-
"required": true,
|
|
4171
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
4172
|
-
"hasDynamicHelp": false,
|
|
4173
|
-
"multiple": false,
|
|
4174
|
-
"type": "option"
|
|
4175
|
-
}
|
|
4176
|
-
},
|
|
4177
|
-
"hasDynamicHelp": true,
|
|
4178
|
-
"hiddenAliases": [],
|
|
4179
|
-
"id": "org:get:snapshot",
|
|
4180
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
4181
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
4182
|
-
"pluginType": "jit",
|
|
4183
|
-
"strict": true,
|
|
4184
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
4185
|
-
"enableJsonFlag": true,
|
|
4186
|
-
"isESM": true,
|
|
4187
|
-
"relativePath": [
|
|
4188
|
-
"lib",
|
|
4189
|
-
"commands",
|
|
4190
|
-
"org",
|
|
4191
|
-
"get",
|
|
4192
|
-
"snapshot.js"
|
|
4193
|
-
],
|
|
4194
|
-
"aliasPermutations": [
|
|
4195
|
-
"force:org:snapshot:get",
|
|
4196
|
-
"org:force:snapshot:get",
|
|
4197
|
-
"org:snapshot:force:get",
|
|
4198
|
-
"org:snapshot:get:force",
|
|
4199
|
-
"force:snapshot:org:get",
|
|
4200
|
-
"snapshot:force:org:get",
|
|
4201
|
-
"snapshot:org:force:get",
|
|
4202
|
-
"snapshot:org:get:force",
|
|
4203
|
-
"force:snapshot:get:org",
|
|
4204
|
-
"snapshot:force:get:org",
|
|
4205
|
-
"snapshot:get:force:org",
|
|
4206
|
-
"snapshot:get:org:force",
|
|
4207
|
-
"force:org:get:snapshot",
|
|
4208
|
-
"org:force:get:snapshot",
|
|
4209
|
-
"org:get:force:snapshot",
|
|
4210
|
-
"org:get:snapshot:force",
|
|
4211
|
-
"force:get:org:snapshot",
|
|
4212
|
-
"get:force:org:snapshot",
|
|
4213
|
-
"get:org:force:snapshot",
|
|
4214
|
-
"get:org:snapshot:force",
|
|
4215
|
-
"force:get:snapshot:org",
|
|
4216
|
-
"get:force:snapshot:org",
|
|
4217
|
-
"get:snapshot:force:org",
|
|
4218
|
-
"get:snapshot:org:force"
|
|
4219
|
-
],
|
|
4220
|
-
"permutations": [
|
|
4221
|
-
"org:get:snapshot",
|
|
4222
|
-
"get:org:snapshot",
|
|
4223
|
-
"get:snapshot:org",
|
|
4224
|
-
"org:snapshot:get",
|
|
4225
|
-
"snapshot:org:get",
|
|
4226
|
-
"snapshot:get:org"
|
|
4227
|
-
]
|
|
4228
|
-
},
|
|
4229
4229
|
"force:lightning:lwc:test:create": {
|
|
4230
4230
|
"id": "force:lightning:lwc:test:create",
|
|
4231
4231
|
"description": "creates a Lightning web component test file with boilerplate code inside a __tests__ directory.",
|
|
@@ -4435,5 +4435,5 @@
|
|
|
4435
4435
|
"requiresProject": true
|
|
4436
4436
|
}
|
|
4437
4437
|
},
|
|
4438
|
-
"version": "2.
|
|
4438
|
+
"version": "2.130.1"
|
|
4439
4439
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.130.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
84
84
|
"@salesforce/plugin-flow": "1.0.5",
|
|
85
85
|
"@salesforce/plugin-lightning-dev": "6.2.16",
|
|
86
|
-
"@salesforce/plugin-signups": "2.6.
|
|
86
|
+
"@salesforce/plugin-signups": "2.6.58",
|
|
87
87
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1"
|
|
88
88
|
},
|
|
89
89
|
"devPlugins": [
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
},
|
|
146
146
|
"dependencies": {
|
|
147
147
|
"@inquirer/select": "^2.3.5",
|
|
148
|
-
"@oclif/core": "4.10.
|
|
148
|
+
"@oclif/core": "4.10.3",
|
|
149
149
|
"@oclif/plugin-autocomplete": "3.2.42",
|
|
150
150
|
"@oclif/plugin-commands": "4.1.42",
|
|
151
151
|
"@oclif/plugin-help": "6.2.40",
|
|
@@ -166,15 +166,15 @@
|
|
|
166
166
|
"@salesforce/plugin-deploy-retrieve": "3.24.18",
|
|
167
167
|
"@salesforce/plugin-info": "3.4.114",
|
|
168
168
|
"@salesforce/plugin-limits": "3.3.81",
|
|
169
|
-
"@salesforce/plugin-marketplace": "1.3.
|
|
169
|
+
"@salesforce/plugin-marketplace": "1.3.13",
|
|
170
170
|
"@salesforce/plugin-org": "5.9.75",
|
|
171
171
|
"@salesforce/plugin-packaging": "2.25.12",
|
|
172
172
|
"@salesforce/plugin-schema": "3.3.100",
|
|
173
173
|
"@salesforce/plugin-settings": "2.4.62",
|
|
174
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
174
|
+
"@salesforce/plugin-sobject": "1.4.90",
|
|
175
175
|
"@salesforce/plugin-telemetry": "3.8.5",
|
|
176
176
|
"@salesforce/plugin-templates": "56.11.4",
|
|
177
|
-
"@salesforce/plugin-trust": "3.7.
|
|
177
|
+
"@salesforce/plugin-trust": "3.7.116",
|
|
178
178
|
"@salesforce/plugin-user": "3.8.0",
|
|
179
179
|
"@salesforce/sf-plugins-core": "12.2.6",
|
|
180
180
|
"ansis": "^3.12.0"
|