@salesforce/cli 2.112.2 → 2.112.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 +26 -26
- package/npm-shrinkwrap.json +34 -34
- package/oclif.lock +36 -36
- package/oclif.manifest.json +126 -126
- package/package.json +9 -9
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.112.
|
|
28
|
+
@salesforce/cli/2.112.3 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3328,7 +3328,7 @@ DESCRIPTION
|
|
|
3328
3328
|
Display help for sf.
|
|
3329
3329
|
```
|
|
3330
3330
|
|
|
3331
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
3331
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.35/src/commands/help.ts)_
|
|
3332
3332
|
|
|
3333
3333
|
## `sf info releasenotes display`
|
|
3334
3334
|
|
|
@@ -3873,7 +3873,7 @@ EXAMPLES
|
|
|
3873
3873
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3874
3874
|
```
|
|
3875
3875
|
|
|
3876
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3876
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.40/src/commands/org/assign/permset.ts)_
|
|
3877
3877
|
|
|
3878
3878
|
## `sf org assign permsetlicense`
|
|
3879
3879
|
|
|
@@ -3920,7 +3920,7 @@ EXAMPLES
|
|
|
3920
3920
|
user3
|
|
3921
3921
|
```
|
|
3922
3922
|
|
|
3923
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3923
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.40/src/commands/org/assign/permsetlicense.ts)_
|
|
3924
3924
|
|
|
3925
3925
|
## `sf org create sandbox`
|
|
3926
3926
|
|
|
@@ -4344,7 +4344,7 @@ FLAG DESCRIPTIONS
|
|
|
4344
4344
|
might be different than what you specify in the definition file.
|
|
4345
4345
|
```
|
|
4346
4346
|
|
|
4347
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4347
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.40/src/commands/org/create/user.ts)_
|
|
4348
4348
|
|
|
4349
4349
|
## `sf org delete sandbox`
|
|
4350
4350
|
|
|
@@ -4557,7 +4557,7 @@ EXAMPLES
|
|
|
4557
4557
|
$ sf org display user --target-org me@my.org --json
|
|
4558
4558
|
```
|
|
4559
4559
|
|
|
4560
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4560
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.40/src/commands/org/display/user.ts)_
|
|
4561
4561
|
|
|
4562
4562
|
## `sf org enable tracking`
|
|
4563
4563
|
|
|
@@ -4666,7 +4666,7 @@ EXAMPLES
|
|
|
4666
4666
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4667
4667
|
```
|
|
4668
4668
|
|
|
4669
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4669
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.40/src/commands/org/generate/password.ts)_
|
|
4670
4670
|
|
|
4671
4671
|
## `sf org list`
|
|
4672
4672
|
|
|
@@ -4983,7 +4983,7 @@ EXAMPLES
|
|
|
4983
4983
|
$ sf org list users --target-org me@my.org
|
|
4984
4984
|
```
|
|
4985
4985
|
|
|
4986
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4986
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.40/src/commands/org/list/users.ts)_
|
|
4987
4987
|
|
|
4988
4988
|
## `sf org login access-token`
|
|
4989
4989
|
|
|
@@ -7677,7 +7677,7 @@ FLAG DESCRIPTIONS
|
|
|
7677
7677
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7678
7678
|
```
|
|
7679
7679
|
|
|
7680
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7680
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/convert/mdapi.ts)_
|
|
7681
7681
|
|
|
7682
7682
|
## `sf project convert source`
|
|
7683
7683
|
|
|
@@ -7750,7 +7750,7 @@ FLAG DESCRIPTIONS
|
|
|
7750
7750
|
Override the api version used for api requests made by this command
|
|
7751
7751
|
```
|
|
7752
7752
|
|
|
7753
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7753
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/convert/source.ts)_
|
|
7754
7754
|
|
|
7755
7755
|
## `sf project convert source-behavior`
|
|
7756
7756
|
|
|
@@ -7809,7 +7809,7 @@ EXAMPLES
|
|
|
7809
7809
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
7810
7810
|
```
|
|
7811
7811
|
|
|
7812
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7812
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/convert/source-behavior.ts)_
|
|
7813
7813
|
|
|
7814
7814
|
## `sf project delete source`
|
|
7815
7815
|
|
|
@@ -7949,7 +7949,7 @@ FLAG DESCRIPTIONS
|
|
|
7949
7949
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
7950
7950
|
```
|
|
7951
7951
|
|
|
7952
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7952
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/delete/source.ts)_
|
|
7953
7953
|
|
|
7954
7954
|
## `sf project delete tracking`
|
|
7955
7955
|
|
|
@@ -7986,7 +7986,7 @@ EXAMPLES
|
|
|
7986
7986
|
$ sf project delete tracking --target-org my-scratch
|
|
7987
7987
|
```
|
|
7988
7988
|
|
|
7989
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
7989
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/delete/tracking.ts)_
|
|
7990
7990
|
|
|
7991
7991
|
## `sf project deploy cancel`
|
|
7992
7992
|
|
|
@@ -8058,7 +8058,7 @@ FLAG DESCRIPTIONS
|
|
|
8058
8058
|
project deploy report".
|
|
8059
8059
|
```
|
|
8060
8060
|
|
|
8061
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8061
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/cancel.ts)_
|
|
8062
8062
|
|
|
8063
8063
|
## `sf project deploy preview`
|
|
8064
8064
|
|
|
@@ -8141,7 +8141,7 @@ FLAG DESCRIPTIONS
|
|
|
8141
8141
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
8142
8142
|
```
|
|
8143
8143
|
|
|
8144
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8144
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/preview.ts)_
|
|
8145
8145
|
|
|
8146
8146
|
## `sf project deploy quick`
|
|
8147
8147
|
|
|
@@ -8234,7 +8234,7 @@ ERROR CODES
|
|
|
8234
8234
|
Canceling (69) The deploy is being canceled.
|
|
8235
8235
|
```
|
|
8236
8236
|
|
|
8237
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8237
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/quick.ts)_
|
|
8238
8238
|
|
|
8239
8239
|
## `sf project deploy report`
|
|
8240
8240
|
|
|
@@ -8326,7 +8326,7 @@ FLAG DESCRIPTIONS
|
|
|
8326
8326
|
--coverage-formatters lcov --coverage-formatters clover
|
|
8327
8327
|
```
|
|
8328
8328
|
|
|
8329
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8329
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/report.ts)_
|
|
8330
8330
|
|
|
8331
8331
|
## `sf project deploy resume`
|
|
8332
8332
|
|
|
@@ -8423,7 +8423,7 @@ ERROR CODES
|
|
|
8423
8423
|
Canceling (69) The deploy is being canceled.
|
|
8424
8424
|
```
|
|
8425
8425
|
|
|
8426
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8426
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/resume.ts)_
|
|
8427
8427
|
|
|
8428
8428
|
## `sf project deploy start`
|
|
8429
8429
|
|
|
@@ -8676,7 +8676,7 @@ ERROR CODES
|
|
|
8676
8676
|
Canceling (69) The deploy is being canceled.
|
|
8677
8677
|
```
|
|
8678
8678
|
|
|
8679
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8679
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/start.ts)_
|
|
8680
8680
|
|
|
8681
8681
|
## `sf project deploy validate`
|
|
8682
8682
|
|
|
@@ -8866,7 +8866,7 @@ ERROR CODES
|
|
|
8866
8866
|
Canceling (69) The deploy is being canceled.
|
|
8867
8867
|
```
|
|
8868
8868
|
|
|
8869
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
8869
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/deploy/validate.ts)_
|
|
8870
8870
|
|
|
8871
8871
|
## `sf project generate`
|
|
8872
8872
|
|
|
@@ -9067,7 +9067,7 @@ EXAMPLES
|
|
|
9067
9067
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
9068
9068
|
```
|
|
9069
9069
|
|
|
9070
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9070
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/generate/manifest.ts)_
|
|
9071
9071
|
|
|
9072
9072
|
## `sf project list ignored`
|
|
9073
9073
|
|
|
@@ -9109,7 +9109,7 @@ EXAMPLES
|
|
|
9109
9109
|
$ sf project list ignored --source-dir package.xml
|
|
9110
9110
|
```
|
|
9111
9111
|
|
|
9112
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9112
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/list/ignored.ts)_
|
|
9113
9113
|
|
|
9114
9114
|
## `sf project reset tracking`
|
|
9115
9115
|
|
|
@@ -9158,7 +9158,7 @@ EXAMPLES
|
|
|
9158
9158
|
$ sf project reset tracking --revision 30
|
|
9159
9159
|
```
|
|
9160
9160
|
|
|
9161
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9161
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/reset/tracking.ts)_
|
|
9162
9162
|
|
|
9163
9163
|
## `sf project retrieve preview`
|
|
9164
9164
|
|
|
@@ -9212,7 +9212,7 @@ FLAG DESCRIPTIONS
|
|
|
9212
9212
|
production orgs.
|
|
9213
9213
|
```
|
|
9214
9214
|
|
|
9215
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9215
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/retrieve/preview.ts)_
|
|
9216
9216
|
|
|
9217
9217
|
## `sf project retrieve start`
|
|
9218
9218
|
|
|
@@ -9393,7 +9393,7 @@ ENVIRONMENT VARIABLES
|
|
|
9393
9393
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
9394
9394
|
```
|
|
9395
9395
|
|
|
9396
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.
|
|
9396
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.14/src/commands/project/retrieve/start.ts)_
|
|
9397
9397
|
|
|
9398
9398
|
## `sf schema generate field`
|
|
9399
9399
|
|
|
@@ -9806,7 +9806,7 @@ FLAG DESCRIPTIONS
|
|
|
9806
9806
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
9807
9807
|
```
|
|
9808
9808
|
|
|
9809
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
9809
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.36/src/commands/version.ts)_
|
|
9810
9810
|
|
|
9811
9811
|
## `sf visualforce generate component`
|
|
9812
9812
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.112.
|
|
3
|
+
"version": "2.112.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.112.
|
|
9
|
+
"version": "2.112.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"@oclif/core": "4.8.0",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.38",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.37",
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
17
|
+
"@oclif/plugin-help": "6.2.35",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.71",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.52",
|
|
20
20
|
"@oclif/plugin-search": "1.2.34",
|
|
21
21
|
"@oclif/plugin-update": "4.7.13",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.36",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.51",
|
|
24
24
|
"@oclif/plugin-which": "3.2.42",
|
|
25
25
|
"@salesforce/core": "^8.9.1",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
30
|
"@salesforce/plugin-auth": "3.9.17",
|
|
31
31
|
"@salesforce/plugin-data": "4.0.59",
|
|
32
|
-
"@salesforce/plugin-deploy-retrieve": "3.23.
|
|
32
|
+
"@salesforce/plugin-deploy-retrieve": "3.23.14",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.95",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.70",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.86",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.50",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.77",
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.6.64",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.69",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
44
|
-
"@salesforce/plugin-user": "3.6.
|
|
44
|
+
"@salesforce/plugin-user": "3.6.40",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.5",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
47
47
|
},
|
|
@@ -3980,9 +3980,9 @@
|
|
|
3980
3980
|
}
|
|
3981
3981
|
},
|
|
3982
3982
|
"node_modules/@oclif/plugin-help": {
|
|
3983
|
-
"version": "6.2.
|
|
3984
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3985
|
-
"integrity": "sha512-
|
|
3983
|
+
"version": "6.2.35",
|
|
3984
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.35.tgz",
|
|
3985
|
+
"integrity": "sha512-ZMcQTsHaiCEOZIRZoynUQ+98fyM1Adoqx4LbOgYWRVKXKbavHPCZKm6F+/y0GpWscXVoeGnvJO6GIBsigrqaSA==",
|
|
3986
3986
|
"license": "MIT",
|
|
3987
3987
|
"dependencies": {
|
|
3988
3988
|
"@oclif/core": "^4"
|
|
@@ -4157,9 +4157,9 @@
|
|
|
4157
4157
|
}
|
|
4158
4158
|
},
|
|
4159
4159
|
"node_modules/@oclif/plugin-version": {
|
|
4160
|
-
"version": "2.2.
|
|
4161
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
4162
|
-
"integrity": "sha512-
|
|
4160
|
+
"version": "2.2.36",
|
|
4161
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.36.tgz",
|
|
4162
|
+
"integrity": "sha512-KmO901zv4CiMbNLCEEFw5c3RsSUjT/VfpaFUCoiJKwF/Bh6Gzi2dV4++DmpgXsNvQ9bpTemp4ncNcCJVkkYrLQ==",
|
|
4163
4163
|
"license": "MIT",
|
|
4164
4164
|
"dependencies": {
|
|
4165
4165
|
"@oclif/core": "^4",
|
|
@@ -5275,21 +5275,21 @@
|
|
|
5275
5275
|
}
|
|
5276
5276
|
},
|
|
5277
5277
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
5278
|
-
"version": "3.23.
|
|
5279
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.23.
|
|
5280
|
-
"integrity": "sha512-
|
|
5278
|
+
"version": "3.23.14",
|
|
5279
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.23.14.tgz",
|
|
5280
|
+
"integrity": "sha512-takQibZHsAAyu3SxyoeuS1VNuzeVmQj8bO+6IV2Bkg+TjfKzfxT+PK83w6sca0w4zIxXZlTbdb8IRneYXw13CQ==",
|
|
5281
5281
|
"license": "Apache-2.0",
|
|
5282
5282
|
"dependencies": {
|
|
5283
5283
|
"@inquirer/prompts": "^7.8.3",
|
|
5284
5284
|
"@oclif/core": "^4.7.2",
|
|
5285
5285
|
"@oclif/multi-stage-output": "^0.8.20",
|
|
5286
|
-
"@salesforce/apex-node": "^8.3.
|
|
5286
|
+
"@salesforce/apex-node": "^8.3.5",
|
|
5287
5287
|
"@salesforce/core": "^8.23.2",
|
|
5288
5288
|
"@salesforce/kit": "^3.2.4",
|
|
5289
5289
|
"@salesforce/plugin-info": "^3.4.93",
|
|
5290
5290
|
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
5291
5291
|
"@salesforce/source-deploy-retrieve": "^12.25.0",
|
|
5292
|
-
"@salesforce/source-tracking": "^7.5.
|
|
5292
|
+
"@salesforce/source-tracking": "^7.5.1",
|
|
5293
5293
|
"@salesforce/ts-types": "^2.0.12",
|
|
5294
5294
|
"ansis": "^3.17.0",
|
|
5295
5295
|
"terminal-link": "^3.0.0"
|
|
@@ -5649,13 +5649,13 @@
|
|
|
5649
5649
|
}
|
|
5650
5650
|
},
|
|
5651
5651
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5652
|
-
"version": "3.6.
|
|
5653
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5654
|
-
"integrity": "sha512-
|
|
5652
|
+
"version": "3.6.64",
|
|
5653
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.64.tgz",
|
|
5654
|
+
"integrity": "sha512-Fkifiz8aM1EFEI375sto9RxmOlj1ddhSY82eAVLen0JxGU3AbDv5CmdOKT+YE37ZUOwcDIscTV1WK88kY8wEkw==",
|
|
5655
5655
|
"license": "Apache-2.0",
|
|
5656
5656
|
"dependencies": {
|
|
5657
5657
|
"@oclif/core": "^4.5.6",
|
|
5658
|
-
"@salesforce/core": "^8.23.
|
|
5658
|
+
"@salesforce/core": "^8.23.4",
|
|
5659
5659
|
"@salesforce/kit": "^3.2.3",
|
|
5660
5660
|
"@salesforce/sf-plugins-core": "^12",
|
|
5661
5661
|
"@salesforce/telemetry": "^6.2.10",
|
|
@@ -5706,14 +5706,14 @@
|
|
|
5706
5706
|
}
|
|
5707
5707
|
},
|
|
5708
5708
|
"node_modules/@salesforce/plugin-user": {
|
|
5709
|
-
"version": "3.6.
|
|
5710
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
5711
|
-
"integrity": "sha512-
|
|
5709
|
+
"version": "3.6.40",
|
|
5710
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.40.tgz",
|
|
5711
|
+
"integrity": "sha512-tIaSr50iiRSdgg2Fg2FbYv9yxMV70YOKkttcwrlWLgbrErdIyZRTsnYMhnW5pQK0CwhCLYVOULo7jje4EOlofQ==",
|
|
5712
5712
|
"license": "Apache-2.0",
|
|
5713
5713
|
"dependencies": {
|
|
5714
|
-
"@salesforce/core": "^8.23.
|
|
5714
|
+
"@salesforce/core": "^8.23.2",
|
|
5715
5715
|
"@salesforce/kit": "^3.2.4",
|
|
5716
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
5716
|
+
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
5717
5717
|
"@salesforce/ts-types": "^2.0.11"
|
|
5718
5718
|
},
|
|
5719
5719
|
"engines": {
|
|
@@ -5893,9 +5893,9 @@
|
|
|
5893
5893
|
}
|
|
5894
5894
|
},
|
|
5895
5895
|
"node_modules/@salesforce/source-tracking": {
|
|
5896
|
-
"version": "7.5.
|
|
5897
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.5.
|
|
5898
|
-
"integrity": "sha512
|
|
5896
|
+
"version": "7.5.2",
|
|
5897
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.5.2.tgz",
|
|
5898
|
+
"integrity": "sha512-GWRCqj+hrKXTlolo6F9DBEUThbykMUk0dhvX+h5RMMnKhEOSMH98AkejPRBER0MfdSDoHJF/ksDmZPdjQOfQCg==",
|
|
5899
5899
|
"license": "Apache-2.0",
|
|
5900
5900
|
"dependencies": {
|
|
5901
5901
|
"@salesforce/core": "^8.23.3",
|
|
@@ -5904,7 +5904,7 @@
|
|
|
5904
5904
|
"@salesforce/ts-types": "^2.0.12",
|
|
5905
5905
|
"fast-xml-parser": "^4.5.3",
|
|
5906
5906
|
"graceful-fs": "^4.2.11",
|
|
5907
|
-
"isomorphic-git": "^1.34.
|
|
5907
|
+
"isomorphic-git": "^1.34.2",
|
|
5908
5908
|
"ts-retry-promise": "^0.8.1"
|
|
5909
5909
|
},
|
|
5910
5910
|
"engines": {
|
|
@@ -14416,9 +14416,9 @@
|
|
|
14416
14416
|
}
|
|
14417
14417
|
},
|
|
14418
14418
|
"node_modules/isomorphic-git": {
|
|
14419
|
-
"version": "1.34.
|
|
14420
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.34.
|
|
14421
|
-
"integrity": "sha512-
|
|
14419
|
+
"version": "1.34.2",
|
|
14420
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.34.2.tgz",
|
|
14421
|
+
"integrity": "sha512-wPKs5a4sLn18SGd8MPNKe089wTnI4agfAY8et+q0GabtgJyNLRdC3ukHZ4EEC5XnczIwJOZ2xPvvTFgPXm80wg==",
|
|
14422
14422
|
"license": "MIT",
|
|
14423
14423
|
"dependencies": {
|
|
14424
14424
|
"async-lock": "^1.4.1",
|
package/oclif.lock
CHANGED
|
@@ -1726,10 +1726,10 @@
|
|
|
1726
1726
|
lodash "^4.17.21"
|
|
1727
1727
|
object-treeify "^4.0.1"
|
|
1728
1728
|
|
|
1729
|
-
"@oclif/plugin-help@^6.2.34", "@oclif/plugin-help@6.2.
|
|
1730
|
-
version "6.2.
|
|
1731
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1732
|
-
integrity sha512-
|
|
1729
|
+
"@oclif/plugin-help@^6.2.34", "@oclif/plugin-help@6.2.35":
|
|
1730
|
+
version "6.2.35"
|
|
1731
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.35.tgz"
|
|
1732
|
+
integrity sha512-ZMcQTsHaiCEOZIRZoynUQ+98fyM1Adoqx4LbOgYWRVKXKbavHPCZKm6F+/y0GpWscXVoeGnvJO6GIBsigrqaSA==
|
|
1733
1733
|
dependencies:
|
|
1734
1734
|
"@oclif/core" "^4"
|
|
1735
1735
|
|
|
@@ -1785,10 +1785,10 @@
|
|
|
1785
1785
|
semver "^7.7.3"
|
|
1786
1786
|
tar-fs "^2.1.4"
|
|
1787
1787
|
|
|
1788
|
-
"@oclif/plugin-version@2.2.
|
|
1789
|
-
version "2.2.
|
|
1790
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
1791
|
-
integrity sha512-
|
|
1788
|
+
"@oclif/plugin-version@2.2.36":
|
|
1789
|
+
version "2.2.36"
|
|
1790
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.36.tgz"
|
|
1791
|
+
integrity sha512-KmO901zv4CiMbNLCEEFw5c3RsSUjT/VfpaFUCoiJKwF/Bh6Gzi2dV4++DmpgXsNvQ9bpTemp4ncNcCJVkkYrLQ==
|
|
1792
1792
|
dependencies:
|
|
1793
1793
|
"@oclif/core" "^4"
|
|
1794
1794
|
ansis "^3.17.0"
|
|
@@ -2053,7 +2053,7 @@
|
|
|
2053
2053
|
nock "^13.5.6"
|
|
2054
2054
|
yaml "^2.8.1"
|
|
2055
2055
|
|
|
2056
|
-
"@salesforce/apex-node@^8.3.
|
|
2056
|
+
"@salesforce/apex-node@^8.3.5":
|
|
2057
2057
|
version "8.3.5"
|
|
2058
2058
|
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.3.5.tgz"
|
|
2059
2059
|
integrity sha512-CV6G4xtwXYoNpll1a8gxoRh6RByZRLiHJR1QjznFJfKDTXnbV/KVmPP7xvInTqVKqi9f6diYLoGPbaVM2myVBw==
|
|
@@ -2084,7 +2084,7 @@
|
|
|
2084
2084
|
strip-ansi "6.0.1"
|
|
2085
2085
|
ts-retry-promise "^0.8.1"
|
|
2086
2086
|
|
|
2087
|
-
"@salesforce/core@^8.10.1", "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.21.2", "@salesforce/core@^8.23.
|
|
2087
|
+
"@salesforce/core@^8.10.1", "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.21.2", "@salesforce/core@^8.23.2", "@salesforce/core@^8.23.3", "@salesforce/core@^8.23.4", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1", "@salesforce/core@8.23.4":
|
|
2088
2088
|
version "8.23.4"
|
|
2089
2089
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.23.4.tgz"
|
|
2090
2090
|
integrity sha512-+JZMFD76P7X8fLSrHJRi9+ygjTehqZqJRXxmNq51miqIHY1Xlb0qH/yr9u5QEGsFIOZ8H8oStl/Zj+ZbrFs0vw==
|
|
@@ -2277,21 +2277,21 @@
|
|
|
2277
2277
|
form-data "^4.0.4"
|
|
2278
2278
|
terminal-link "^3.0.0"
|
|
2279
2279
|
|
|
2280
|
-
"@salesforce/plugin-deploy-retrieve@3.23.
|
|
2281
|
-
version "3.23.
|
|
2282
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.23.
|
|
2283
|
-
integrity sha512-
|
|
2280
|
+
"@salesforce/plugin-deploy-retrieve@3.23.14":
|
|
2281
|
+
version "3.23.14"
|
|
2282
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.23.14.tgz"
|
|
2283
|
+
integrity sha512-takQibZHsAAyu3SxyoeuS1VNuzeVmQj8bO+6IV2Bkg+TjfKzfxT+PK83w6sca0w4zIxXZlTbdb8IRneYXw13CQ==
|
|
2284
2284
|
dependencies:
|
|
2285
2285
|
"@inquirer/prompts" "^7.8.3"
|
|
2286
2286
|
"@oclif/core" "^4.7.2"
|
|
2287
2287
|
"@oclif/multi-stage-output" "^0.8.20"
|
|
2288
|
-
"@salesforce/apex-node" "^8.3.
|
|
2288
|
+
"@salesforce/apex-node" "^8.3.5"
|
|
2289
2289
|
"@salesforce/core" "^8.23.2"
|
|
2290
2290
|
"@salesforce/kit" "^3.2.4"
|
|
2291
2291
|
"@salesforce/plugin-info" "^3.4.93"
|
|
2292
2292
|
"@salesforce/sf-plugins-core" "^12.2.5"
|
|
2293
2293
|
"@salesforce/source-deploy-retrieve" "^12.25.0"
|
|
2294
|
-
"@salesforce/source-tracking" "^7.5.
|
|
2294
|
+
"@salesforce/source-tracking" "^7.5.1"
|
|
2295
2295
|
"@salesforce/ts-types" "^2.0.12"
|
|
2296
2296
|
ansis "^3.17.0"
|
|
2297
2297
|
terminal-link "^3.0.0"
|
|
@@ -2426,13 +2426,13 @@
|
|
|
2426
2426
|
fast-xml-parser "^4.5.3"
|
|
2427
2427
|
js2xmlparser "^4.0.2"
|
|
2428
2428
|
|
|
2429
|
-
"@salesforce/plugin-telemetry@3.6.
|
|
2430
|
-
version "3.6.
|
|
2431
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
2432
|
-
integrity sha512-
|
|
2429
|
+
"@salesforce/plugin-telemetry@3.6.64":
|
|
2430
|
+
version "3.6.64"
|
|
2431
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.64.tgz"
|
|
2432
|
+
integrity sha512-Fkifiz8aM1EFEI375sto9RxmOlj1ddhSY82eAVLen0JxGU3AbDv5CmdOKT+YE37ZUOwcDIscTV1WK88kY8wEkw==
|
|
2433
2433
|
dependencies:
|
|
2434
2434
|
"@oclif/core" "^4.5.6"
|
|
2435
|
-
"@salesforce/core" "^8.23.
|
|
2435
|
+
"@salesforce/core" "^8.23.4"
|
|
2436
2436
|
"@salesforce/kit" "^3.2.3"
|
|
2437
2437
|
"@salesforce/sf-plugins-core" "^12"
|
|
2438
2438
|
"@salesforce/telemetry" "^6.2.10"
|
|
@@ -2465,14 +2465,14 @@
|
|
|
2465
2465
|
semver "^7.7.2"
|
|
2466
2466
|
shelljs "0.8.5"
|
|
2467
2467
|
|
|
2468
|
-
"@salesforce/plugin-user@3.6.
|
|
2469
|
-
version "3.6.
|
|
2470
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
2471
|
-
integrity sha512-
|
|
2468
|
+
"@salesforce/plugin-user@3.6.40":
|
|
2469
|
+
version "3.6.40"
|
|
2470
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.40.tgz"
|
|
2471
|
+
integrity sha512-tIaSr50iiRSdgg2Fg2FbYv9yxMV70YOKkttcwrlWLgbrErdIyZRTsnYMhnW5pQK0CwhCLYVOULo7jje4EOlofQ==
|
|
2472
2472
|
dependencies:
|
|
2473
|
-
"@salesforce/core" "^8.23.
|
|
2473
|
+
"@salesforce/core" "^8.23.2"
|
|
2474
2474
|
"@salesforce/kit" "^3.2.4"
|
|
2475
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
2475
|
+
"@salesforce/sf-plugins-core" "^12.2.5"
|
|
2476
2476
|
"@salesforce/ts-types" "^2.0.11"
|
|
2477
2477
|
|
|
2478
2478
|
"@salesforce/prettier-config@^0.0.3":
|
|
@@ -2539,10 +2539,10 @@
|
|
|
2539
2539
|
proxy-agent "^6.4.0"
|
|
2540
2540
|
yaml "^2.8.1"
|
|
2541
2541
|
|
|
2542
|
-
"@salesforce/source-tracking@^7.5.
|
|
2543
|
-
version "7.5.
|
|
2544
|
-
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.5.
|
|
2545
|
-
integrity sha512
|
|
2542
|
+
"@salesforce/source-tracking@^7.5.1":
|
|
2543
|
+
version "7.5.2"
|
|
2544
|
+
resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.5.2.tgz"
|
|
2545
|
+
integrity sha512-GWRCqj+hrKXTlolo6F9DBEUThbykMUk0dhvX+h5RMMnKhEOSMH98AkejPRBER0MfdSDoHJF/ksDmZPdjQOfQCg==
|
|
2546
2546
|
dependencies:
|
|
2547
2547
|
"@salesforce/core" "^8.23.3"
|
|
2548
2548
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2550,7 +2550,7 @@
|
|
|
2550
2550
|
"@salesforce/ts-types" "^2.0.12"
|
|
2551
2551
|
fast-xml-parser "^4.5.3"
|
|
2552
2552
|
graceful-fs "^4.2.11"
|
|
2553
|
-
isomorphic-git "^1.34.
|
|
2553
|
+
isomorphic-git "^1.34.2"
|
|
2554
2554
|
ts-retry-promise "^0.8.1"
|
|
2555
2555
|
|
|
2556
2556
|
"@salesforce/telemetry@^6.2.10":
|
|
@@ -7402,10 +7402,10 @@ isexe@^3.1.1:
|
|
|
7402
7402
|
resolved "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz"
|
|
7403
7403
|
integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==
|
|
7404
7404
|
|
|
7405
|
-
isomorphic-git@^1.34.
|
|
7406
|
-
version "1.34.
|
|
7407
|
-
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.34.
|
|
7408
|
-
integrity sha512-
|
|
7405
|
+
isomorphic-git@^1.34.2:
|
|
7406
|
+
version "1.34.2"
|
|
7407
|
+
resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.34.2.tgz"
|
|
7408
|
+
integrity sha512-wPKs5a4sLn18SGd8MPNKe089wTnI4agfAY8et+q0GabtgJyNLRdC3ukHZ4EEC5XnczIwJOZ2xPvvTFgPXm80wg==
|
|
7409
7409
|
dependencies:
|
|
7410
7410
|
async-lock "^1.4.1"
|
|
7411
7411
|
clean-git-ref "^2.0.1"
|
package/oclif.manifest.json
CHANGED
|
@@ -3375,6 +3375,131 @@
|
|
|
3375
3375
|
"snapshot:create:org"
|
|
3376
3376
|
]
|
|
3377
3377
|
},
|
|
3378
|
+
"org:get:snapshot": {
|
|
3379
|
+
"aliases": [
|
|
3380
|
+
"force:org:snapshot:get"
|
|
3381
|
+
],
|
|
3382
|
+
"args": {},
|
|
3383
|
+
"deprecateAliases": true,
|
|
3384
|
+
"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\".",
|
|
3385
|
+
"examples": [
|
|
3386
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3387
|
+
"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"
|
|
3388
|
+
],
|
|
3389
|
+
"flags": {
|
|
3390
|
+
"json": {
|
|
3391
|
+
"description": "Format output as json.",
|
|
3392
|
+
"helpGroup": "GLOBAL",
|
|
3393
|
+
"name": "json",
|
|
3394
|
+
"allowNo": false,
|
|
3395
|
+
"type": "boolean"
|
|
3396
|
+
},
|
|
3397
|
+
"flags-dir": {
|
|
3398
|
+
"helpGroup": "GLOBAL",
|
|
3399
|
+
"name": "flags-dir",
|
|
3400
|
+
"summary": "Import flag values from a directory.",
|
|
3401
|
+
"hasDynamicHelp": false,
|
|
3402
|
+
"multiple": false,
|
|
3403
|
+
"type": "option"
|
|
3404
|
+
},
|
|
3405
|
+
"target-dev-hub": {
|
|
3406
|
+
"aliases": [
|
|
3407
|
+
"targetdevhubusername"
|
|
3408
|
+
],
|
|
3409
|
+
"char": "v",
|
|
3410
|
+
"deprecateAliases": true,
|
|
3411
|
+
"name": "target-dev-hub",
|
|
3412
|
+
"noCacheDefault": true,
|
|
3413
|
+
"required": true,
|
|
3414
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3415
|
+
"hasDynamicHelp": true,
|
|
3416
|
+
"multiple": false,
|
|
3417
|
+
"type": "option"
|
|
3418
|
+
},
|
|
3419
|
+
"api-version": {
|
|
3420
|
+
"aliases": [
|
|
3421
|
+
"apiversion"
|
|
3422
|
+
],
|
|
3423
|
+
"deprecateAliases": true,
|
|
3424
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3425
|
+
"name": "api-version",
|
|
3426
|
+
"hasDynamicHelp": false,
|
|
3427
|
+
"multiple": false,
|
|
3428
|
+
"type": "option"
|
|
3429
|
+
},
|
|
3430
|
+
"loglevel": {
|
|
3431
|
+
"deprecated": {
|
|
3432
|
+
"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."
|
|
3433
|
+
},
|
|
3434
|
+
"hidden": true,
|
|
3435
|
+
"name": "loglevel",
|
|
3436
|
+
"hasDynamicHelp": false,
|
|
3437
|
+
"multiple": false,
|
|
3438
|
+
"type": "option"
|
|
3439
|
+
},
|
|
3440
|
+
"snapshot": {
|
|
3441
|
+
"char": "s",
|
|
3442
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3443
|
+
"name": "snapshot",
|
|
3444
|
+
"required": true,
|
|
3445
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
3446
|
+
"hasDynamicHelp": false,
|
|
3447
|
+
"multiple": false,
|
|
3448
|
+
"type": "option"
|
|
3449
|
+
}
|
|
3450
|
+
},
|
|
3451
|
+
"hasDynamicHelp": true,
|
|
3452
|
+
"hiddenAliases": [],
|
|
3453
|
+
"id": "org:get:snapshot",
|
|
3454
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
3455
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
3456
|
+
"pluginType": "jit",
|
|
3457
|
+
"strict": true,
|
|
3458
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
3459
|
+
"enableJsonFlag": true,
|
|
3460
|
+
"isESM": true,
|
|
3461
|
+
"relativePath": [
|
|
3462
|
+
"lib",
|
|
3463
|
+
"commands",
|
|
3464
|
+
"org",
|
|
3465
|
+
"get",
|
|
3466
|
+
"snapshot.js"
|
|
3467
|
+
],
|
|
3468
|
+
"aliasPermutations": [
|
|
3469
|
+
"force:org:snapshot:get",
|
|
3470
|
+
"org:force:snapshot:get",
|
|
3471
|
+
"org:snapshot:force:get",
|
|
3472
|
+
"org:snapshot:get:force",
|
|
3473
|
+
"force:snapshot:org:get",
|
|
3474
|
+
"snapshot:force:org:get",
|
|
3475
|
+
"snapshot:org:force:get",
|
|
3476
|
+
"snapshot:org:get:force",
|
|
3477
|
+
"force:snapshot:get:org",
|
|
3478
|
+
"snapshot:force:get:org",
|
|
3479
|
+
"snapshot:get:force:org",
|
|
3480
|
+
"snapshot:get:org:force",
|
|
3481
|
+
"force:org:get:snapshot",
|
|
3482
|
+
"org:force:get:snapshot",
|
|
3483
|
+
"org:get:force:snapshot",
|
|
3484
|
+
"org:get:snapshot:force",
|
|
3485
|
+
"force:get:org:snapshot",
|
|
3486
|
+
"get:force:org:snapshot",
|
|
3487
|
+
"get:org:force:snapshot",
|
|
3488
|
+
"get:org:snapshot:force",
|
|
3489
|
+
"force:get:snapshot:org",
|
|
3490
|
+
"get:force:snapshot:org",
|
|
3491
|
+
"get:snapshot:force:org",
|
|
3492
|
+
"get:snapshot:org:force"
|
|
3493
|
+
],
|
|
3494
|
+
"permutations": [
|
|
3495
|
+
"org:get:snapshot",
|
|
3496
|
+
"get:org:snapshot",
|
|
3497
|
+
"get:snapshot:org",
|
|
3498
|
+
"org:snapshot:get",
|
|
3499
|
+
"snapshot:org:get",
|
|
3500
|
+
"snapshot:get:org"
|
|
3501
|
+
]
|
|
3502
|
+
},
|
|
3378
3503
|
"org:delete:shape": {
|
|
3379
3504
|
"aliases": [
|
|
3380
3505
|
"force:org:shape:delete"
|
|
@@ -3634,131 +3759,6 @@
|
|
|
3634
3759
|
"snapshot:delete:org"
|
|
3635
3760
|
]
|
|
3636
3761
|
},
|
|
3637
|
-
"org:get:snapshot": {
|
|
3638
|
-
"aliases": [
|
|
3639
|
-
"force:org:snapshot:get"
|
|
3640
|
-
],
|
|
3641
|
-
"args": {},
|
|
3642
|
-
"deprecateAliases": true,
|
|
3643
|
-
"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\".",
|
|
3644
|
-
"examples": [
|
|
3645
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3646
|
-
"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"
|
|
3647
|
-
],
|
|
3648
|
-
"flags": {
|
|
3649
|
-
"json": {
|
|
3650
|
-
"description": "Format output as json.",
|
|
3651
|
-
"helpGroup": "GLOBAL",
|
|
3652
|
-
"name": "json",
|
|
3653
|
-
"allowNo": false,
|
|
3654
|
-
"type": "boolean"
|
|
3655
|
-
},
|
|
3656
|
-
"flags-dir": {
|
|
3657
|
-
"helpGroup": "GLOBAL",
|
|
3658
|
-
"name": "flags-dir",
|
|
3659
|
-
"summary": "Import flag values from a directory.",
|
|
3660
|
-
"hasDynamicHelp": false,
|
|
3661
|
-
"multiple": false,
|
|
3662
|
-
"type": "option"
|
|
3663
|
-
},
|
|
3664
|
-
"target-dev-hub": {
|
|
3665
|
-
"aliases": [
|
|
3666
|
-
"targetdevhubusername"
|
|
3667
|
-
],
|
|
3668
|
-
"char": "v",
|
|
3669
|
-
"deprecateAliases": true,
|
|
3670
|
-
"name": "target-dev-hub",
|
|
3671
|
-
"noCacheDefault": true,
|
|
3672
|
-
"required": true,
|
|
3673
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3674
|
-
"hasDynamicHelp": true,
|
|
3675
|
-
"multiple": false,
|
|
3676
|
-
"type": "option"
|
|
3677
|
-
},
|
|
3678
|
-
"api-version": {
|
|
3679
|
-
"aliases": [
|
|
3680
|
-
"apiversion"
|
|
3681
|
-
],
|
|
3682
|
-
"deprecateAliases": true,
|
|
3683
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3684
|
-
"name": "api-version",
|
|
3685
|
-
"hasDynamicHelp": false,
|
|
3686
|
-
"multiple": false,
|
|
3687
|
-
"type": "option"
|
|
3688
|
-
},
|
|
3689
|
-
"loglevel": {
|
|
3690
|
-
"deprecated": {
|
|
3691
|
-
"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."
|
|
3692
|
-
},
|
|
3693
|
-
"hidden": true,
|
|
3694
|
-
"name": "loglevel",
|
|
3695
|
-
"hasDynamicHelp": false,
|
|
3696
|
-
"multiple": false,
|
|
3697
|
-
"type": "option"
|
|
3698
|
-
},
|
|
3699
|
-
"snapshot": {
|
|
3700
|
-
"char": "s",
|
|
3701
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3702
|
-
"name": "snapshot",
|
|
3703
|
-
"required": true,
|
|
3704
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3705
|
-
"hasDynamicHelp": false,
|
|
3706
|
-
"multiple": false,
|
|
3707
|
-
"type": "option"
|
|
3708
|
-
}
|
|
3709
|
-
},
|
|
3710
|
-
"hasDynamicHelp": true,
|
|
3711
|
-
"hiddenAliases": [],
|
|
3712
|
-
"id": "org:get:snapshot",
|
|
3713
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3714
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3715
|
-
"pluginType": "jit",
|
|
3716
|
-
"strict": true,
|
|
3717
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3718
|
-
"enableJsonFlag": true,
|
|
3719
|
-
"isESM": true,
|
|
3720
|
-
"relativePath": [
|
|
3721
|
-
"lib",
|
|
3722
|
-
"commands",
|
|
3723
|
-
"org",
|
|
3724
|
-
"get",
|
|
3725
|
-
"snapshot.js"
|
|
3726
|
-
],
|
|
3727
|
-
"aliasPermutations": [
|
|
3728
|
-
"force:org:snapshot:get",
|
|
3729
|
-
"org:force:snapshot:get",
|
|
3730
|
-
"org:snapshot:force:get",
|
|
3731
|
-
"org:snapshot:get:force",
|
|
3732
|
-
"force:snapshot:org:get",
|
|
3733
|
-
"snapshot:force:org:get",
|
|
3734
|
-
"snapshot:org:force:get",
|
|
3735
|
-
"snapshot:org:get:force",
|
|
3736
|
-
"force:snapshot:get:org",
|
|
3737
|
-
"snapshot:force:get:org",
|
|
3738
|
-
"snapshot:get:force:org",
|
|
3739
|
-
"snapshot:get:org:force",
|
|
3740
|
-
"force:org:get:snapshot",
|
|
3741
|
-
"org:force:get:snapshot",
|
|
3742
|
-
"org:get:force:snapshot",
|
|
3743
|
-
"org:get:snapshot:force",
|
|
3744
|
-
"force:get:org:snapshot",
|
|
3745
|
-
"get:force:org:snapshot",
|
|
3746
|
-
"get:org:force:snapshot",
|
|
3747
|
-
"get:org:snapshot:force",
|
|
3748
|
-
"force:get:snapshot:org",
|
|
3749
|
-
"get:force:snapshot:org",
|
|
3750
|
-
"get:snapshot:force:org",
|
|
3751
|
-
"get:snapshot:org:force"
|
|
3752
|
-
],
|
|
3753
|
-
"permutations": [
|
|
3754
|
-
"org:get:snapshot",
|
|
3755
|
-
"get:org:snapshot",
|
|
3756
|
-
"get:snapshot:org",
|
|
3757
|
-
"org:snapshot:get",
|
|
3758
|
-
"snapshot:org:get",
|
|
3759
|
-
"snapshot:get:org"
|
|
3760
|
-
]
|
|
3761
|
-
},
|
|
3762
3762
|
"org:list:shape": {
|
|
3763
3763
|
"aliases": [
|
|
3764
3764
|
"force:org:shape:list"
|
|
@@ -4180,5 +4180,5 @@
|
|
|
4180
4180
|
"requiresProject": true
|
|
4181
4181
|
}
|
|
4182
4182
|
},
|
|
4183
|
-
"version": "2.112.
|
|
4183
|
+
"version": "2.112.3"
|
|
4184
4184
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.112.
|
|
4
|
+
"version": "2.112.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,12 +77,12 @@
|
|
|
77
77
|
],
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-code-analyzer": "5.6.1",
|
|
80
|
-
"@salesforce/plugin-community": "3.3.
|
|
81
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
80
|
+
"@salesforce/plugin-community": "3.3.45",
|
|
81
|
+
"@salesforce/plugin-custom-metadata": "3.3.70",
|
|
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.54",
|
|
86
86
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1"
|
|
87
87
|
},
|
|
88
88
|
"devPlugins": [
|
|
@@ -147,12 +147,12 @@
|
|
|
147
147
|
"@oclif/core": "4.8.0",
|
|
148
148
|
"@oclif/plugin-autocomplete": "3.2.38",
|
|
149
149
|
"@oclif/plugin-commands": "4.1.37",
|
|
150
|
-
"@oclif/plugin-help": "6.2.
|
|
150
|
+
"@oclif/plugin-help": "6.2.35",
|
|
151
151
|
"@oclif/plugin-not-found": "3.2.71",
|
|
152
152
|
"@oclif/plugin-plugins": "5.4.52",
|
|
153
153
|
"@oclif/plugin-search": "1.2.34",
|
|
154
154
|
"@oclif/plugin-update": "4.7.13",
|
|
155
|
-
"@oclif/plugin-version": "2.2.
|
|
155
|
+
"@oclif/plugin-version": "2.2.36",
|
|
156
156
|
"@oclif/plugin-warn-if-update-available": "3.1.51",
|
|
157
157
|
"@oclif/plugin-which": "3.2.42",
|
|
158
158
|
"@salesforce/core": "^8.9.1",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"@salesforce/plugin-api": "1.3.3",
|
|
163
163
|
"@salesforce/plugin-auth": "3.9.17",
|
|
164
164
|
"@salesforce/plugin-data": "4.0.59",
|
|
165
|
-
"@salesforce/plugin-deploy-retrieve": "3.23.
|
|
165
|
+
"@salesforce/plugin-deploy-retrieve": "3.23.14",
|
|
166
166
|
"@salesforce/plugin-info": "3.4.95",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.70",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
@@ -171,10 +171,10 @@
|
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.86",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.50",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.77",
|
|
174
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
174
|
+
"@salesforce/plugin-telemetry": "3.6.64",
|
|
175
175
|
"@salesforce/plugin-templates": "56.3.69",
|
|
176
176
|
"@salesforce/plugin-trust": "3.7.113",
|
|
177
|
-
"@salesforce/plugin-user": "3.6.
|
|
177
|
+
"@salesforce/plugin-user": "3.6.40",
|
|
178
178
|
"@salesforce/sf-plugins-core": "12.2.5",
|
|
179
179
|
"ansis": "^3.12.0"
|
|
180
180
|
},
|