@salesforce/cli 2.39.0 → 2.39.2
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 +24 -24
- package/npm-shrinkwrap.json +15 -15
- package/oclif.lock +13 -13
- package/oclif.manifest.json +128 -128
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.39.
|
|
27
|
+
@salesforce/cli/2.39.2 linux-x64 node-v20.12.2
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -517,7 +517,7 @@ FLAG DESCRIPTIONS
|
|
|
517
517
|
directory.
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
520
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/get/log.ts)_
|
|
521
521
|
|
|
522
522
|
## `sf apex get test`
|
|
523
523
|
|
|
@@ -571,7 +571,7 @@ EXAMPLES
|
|
|
571
571
|
me@myorg',
|
|
572
572
|
```
|
|
573
573
|
|
|
574
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
574
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/get/test.ts)_
|
|
575
575
|
|
|
576
576
|
## `sf apex list log`
|
|
577
577
|
|
|
@@ -611,7 +611,7 @@ EXAMPLES
|
|
|
611
611
|
$ sf apex list log --target-org me@my.org
|
|
612
612
|
```
|
|
613
613
|
|
|
614
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
614
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/list/log.ts)_
|
|
615
615
|
|
|
616
616
|
## `sf apex run`
|
|
617
617
|
|
|
@@ -658,7 +658,7 @@ EXAMPLES
|
|
|
658
658
|
$ sf apex run
|
|
659
659
|
```
|
|
660
660
|
|
|
661
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
661
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/run.ts)_
|
|
662
662
|
|
|
663
663
|
## `sf apex run test`
|
|
664
664
|
|
|
@@ -766,7 +766,7 @@ FLAG DESCRIPTIONS
|
|
|
766
766
|
--tests Test1 --tests Test2
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
769
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/run/test.ts)_
|
|
770
770
|
|
|
771
771
|
## `sf apex tail log`
|
|
772
772
|
|
|
@@ -809,7 +809,7 @@ EXAMPLES
|
|
|
809
809
|
$ sf apex tail log --color --skip-trace-flag
|
|
810
810
|
```
|
|
811
811
|
|
|
812
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
812
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.7/src/commands/apex/tail/log.ts)_
|
|
813
813
|
|
|
814
814
|
## `sf autocomplete [SHELL]`
|
|
815
815
|
|
|
@@ -5668,7 +5668,7 @@ FLAG DESCRIPTIONS
|
|
|
5668
5668
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5669
5669
|
```
|
|
5670
5670
|
|
|
5671
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5671
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/convert/mdapi.ts)_
|
|
5672
5672
|
|
|
5673
5673
|
## `sf project convert source`
|
|
5674
5674
|
|
|
@@ -5680,7 +5680,7 @@ USAGE
|
|
|
5680
5680
|
[-p <value> | -x <value> | -m <value>]
|
|
5681
5681
|
|
|
5682
5682
|
FLAGS
|
|
5683
|
-
-d, --output-dir=<value> [default:
|
|
5683
|
+
-d, --output-dir=<value> [default: metadataPackage_1713545122419] Output directory to store the Metadata
|
|
5684
5684
|
API–formatted files in.
|
|
5685
5685
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5686
5686
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5741,7 +5741,7 @@ FLAG DESCRIPTIONS
|
|
|
5741
5741
|
Override the api version used for api requests made by this command
|
|
5742
5742
|
```
|
|
5743
5743
|
|
|
5744
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5744
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/convert/source.ts)_
|
|
5745
5745
|
|
|
5746
5746
|
## `sf project delete source`
|
|
5747
5747
|
|
|
@@ -5881,7 +5881,7 @@ FLAG DESCRIPTIONS
|
|
|
5881
5881
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5882
5882
|
```
|
|
5883
5883
|
|
|
5884
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5884
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/delete/source.ts)_
|
|
5885
5885
|
|
|
5886
5886
|
## `sf project delete tracking`
|
|
5887
5887
|
|
|
@@ -5918,7 +5918,7 @@ EXAMPLES
|
|
|
5918
5918
|
$ sf project delete tracking --target-org my-scratch
|
|
5919
5919
|
```
|
|
5920
5920
|
|
|
5921
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5921
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/delete/tracking.ts)_
|
|
5922
5922
|
|
|
5923
5923
|
## `sf project deploy cancel`
|
|
5924
5924
|
|
|
@@ -5994,7 +5994,7 @@ FLAG DESCRIPTIONS
|
|
|
5994
5994
|
project deploy report".
|
|
5995
5995
|
```
|
|
5996
5996
|
|
|
5997
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5997
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/deploy/cancel.ts)_
|
|
5998
5998
|
|
|
5999
5999
|
## `sf project deploy preview`
|
|
6000
6000
|
|
|
@@ -6080,7 +6080,7 @@ FLAG DESCRIPTIONS
|
|
|
6080
6080
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6081
6081
|
```
|
|
6082
6082
|
|
|
6083
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6083
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/deploy/preview.ts)_
|
|
6084
6084
|
|
|
6085
6085
|
## `sf project deploy quick`
|
|
6086
6086
|
|
|
@@ -6177,7 +6177,7 @@ ERROR CODES
|
|
|
6177
6177
|
Canceling (69) The deploy is being canceled.
|
|
6178
6178
|
```
|
|
6179
6179
|
|
|
6180
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6180
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/deploy/quick.ts)_
|
|
6181
6181
|
|
|
6182
6182
|
## `sf project deploy report`
|
|
6183
6183
|
|
|
@@ -6273,7 +6273,7 @@ FLAG DESCRIPTIONS
|
|
|
6273
6273
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6274
6274
|
```
|
|
6275
6275
|
|
|
6276
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6276
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/deploy/report.ts)_
|
|
6277
6277
|
|
|
6278
6278
|
## `sf project deploy resume`
|
|
6279
6279
|
|
|
@@ -6370,7 +6370,7 @@ ERROR CODES
|
|
|
6370
6370
|
Canceling (69) The deploy is being canceled.
|
|
6371
6371
|
```
|
|
6372
6372
|
|
|
6373
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6373
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/deploy/resume.ts)_
|
|
6374
6374
|
|
|
6375
6375
|
## `sf project deploy start`
|
|
6376
6376
|
|
|
@@ -6608,7 +6608,7 @@ ERROR CODES
|
|
|
6608
6608
|
Canceling (69) The deploy is being canceled.
|
|
6609
6609
|
```
|
|
6610
6610
|
|
|
6611
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6611
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/deploy/start.ts)_
|
|
6612
6612
|
|
|
6613
6613
|
## `sf project deploy validate`
|
|
6614
6614
|
|
|
@@ -6800,7 +6800,7 @@ ERROR CODES
|
|
|
6800
6800
|
Canceling (69) The deploy is being canceled.
|
|
6801
6801
|
```
|
|
6802
6802
|
|
|
6803
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6803
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/deploy/validate.ts)_
|
|
6804
6804
|
|
|
6805
6805
|
## `sf project generate`
|
|
6806
6806
|
|
|
@@ -6981,7 +6981,7 @@ EXAMPLES
|
|
|
6981
6981
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6982
6982
|
```
|
|
6983
6983
|
|
|
6984
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6984
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/generate/manifest.ts)_
|
|
6985
6985
|
|
|
6986
6986
|
## `sf project list ignored`
|
|
6987
6987
|
|
|
@@ -7023,7 +7023,7 @@ EXAMPLES
|
|
|
7023
7023
|
$ sf project list ignored --source-dir package.xml
|
|
7024
7024
|
```
|
|
7025
7025
|
|
|
7026
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7026
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/list/ignored.ts)_
|
|
7027
7027
|
|
|
7028
7028
|
## `sf project reset tracking`
|
|
7029
7029
|
|
|
@@ -7072,7 +7072,7 @@ EXAMPLES
|
|
|
7072
7072
|
$ sf project reset tracking --revision 30
|
|
7073
7073
|
```
|
|
7074
7074
|
|
|
7075
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7075
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/reset/tracking.ts)_
|
|
7076
7076
|
|
|
7077
7077
|
## `sf project retrieve preview`
|
|
7078
7078
|
|
|
@@ -7129,7 +7129,7 @@ FLAG DESCRIPTIONS
|
|
|
7129
7129
|
Overrides your default org.
|
|
7130
7130
|
```
|
|
7131
7131
|
|
|
7132
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7132
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/retrieve/preview.ts)_
|
|
7133
7133
|
|
|
7134
7134
|
## `sf project retrieve start`
|
|
7135
7135
|
|
|
@@ -7288,7 +7288,7 @@ ENVIRONMENT VARIABLES
|
|
|
7288
7288
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7289
7289
|
```
|
|
7290
7290
|
|
|
7291
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7291
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.3/src/commands/project/retrieve/start.ts)_
|
|
7292
7292
|
|
|
7293
7293
|
## `sf schema generate field`
|
|
7294
7294
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.39.
|
|
3
|
+
"version": "2.39.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.39.
|
|
9
|
+
"version": "2.39.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
|
-
"@oclif/core": "3.26.
|
|
14
|
+
"@oclif/core": "3.26.4",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.15",
|
|
16
16
|
"@oclif/plugin-commands": "3.3.1",
|
|
17
17
|
"@oclif/plugin-help": "6.0.21",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.1.7",
|
|
25
25
|
"@salesforce/core": "^7.2.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.0",
|
|
27
|
-
"@salesforce/plugin-apex": "3.1.
|
|
27
|
+
"@salesforce/plugin-apex": "3.1.7",
|
|
28
28
|
"@salesforce/plugin-auth": "3.6.1",
|
|
29
29
|
"@salesforce/plugin-data": "3.3.1",
|
|
30
|
-
"@salesforce/plugin-deploy-retrieve": "3.6.
|
|
30
|
+
"@salesforce/plugin-deploy-retrieve": "3.6.3",
|
|
31
31
|
"@salesforce/plugin-info": "3.2.1",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.3",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.1",
|
|
@@ -3472,9 +3472,9 @@
|
|
|
3472
3472
|
}
|
|
3473
3473
|
},
|
|
3474
3474
|
"node_modules/@oclif/core": {
|
|
3475
|
-
"version": "3.26.
|
|
3476
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3477
|
-
"integrity": "sha512-
|
|
3475
|
+
"version": "3.26.4",
|
|
3476
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
|
|
3477
|
+
"integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
|
|
3478
3478
|
"license": "MIT",
|
|
3479
3479
|
"dependencies": {
|
|
3480
3480
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -4547,12 +4547,12 @@
|
|
|
4547
4547
|
}
|
|
4548
4548
|
},
|
|
4549
4549
|
"node_modules/@salesforce/plugin-apex": {
|
|
4550
|
-
"version": "3.1.
|
|
4551
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.
|
|
4552
|
-
"integrity": "sha512-
|
|
4550
|
+
"version": "3.1.7",
|
|
4551
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.7.tgz",
|
|
4552
|
+
"integrity": "sha512-pPjymdqNpu9Vr7cul2LzEdyc1b2r8nozDs2ERFip5CJ0q2FSbjrTmmc4f6qWgYYJ0yDyhDO/SjM93LBZOScnHA==",
|
|
4553
4553
|
"license": "BSD-3-Clause",
|
|
4554
4554
|
"dependencies": {
|
|
4555
|
-
"@oclif/core": "^3.26.
|
|
4555
|
+
"@oclif/core": "^3.26.3",
|
|
4556
4556
|
"@salesforce/apex-node": "^5.0.0-beta.2",
|
|
4557
4557
|
"@salesforce/core": "^7.0.1",
|
|
4558
4558
|
"@salesforce/kit": "^3.1.0",
|
|
@@ -4643,9 +4643,9 @@
|
|
|
4643
4643
|
"license": "MIT"
|
|
4644
4644
|
},
|
|
4645
4645
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4646
|
-
"version": "3.6.
|
|
4647
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.
|
|
4648
|
-
"integrity": "sha512-
|
|
4646
|
+
"version": "3.6.3",
|
|
4647
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.3.tgz",
|
|
4648
|
+
"integrity": "sha512-ikIzMkNz6gKg/5fEctEIVVV2USusYeWn6woLLo9fgfoJ9Deqs41VAoEoMEEyXM6Rl6y35xgfPRXSXrly3czQPg==",
|
|
4649
4649
|
"license": "BSD-3-Clause",
|
|
4650
4650
|
"dependencies": {
|
|
4651
4651
|
"@oclif/core": "^3.26.2",
|
package/oclif.lock
CHANGED
|
@@ -1821,10 +1821,10 @@
|
|
|
1821
1821
|
proc-log "^4.0.0"
|
|
1822
1822
|
which "^4.0.0"
|
|
1823
1823
|
|
|
1824
|
-
"@oclif/core@^3", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.5.0", "@oclif/core@3.26.
|
|
1825
|
-
version "3.26.
|
|
1826
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
1827
|
-
integrity sha512-
|
|
1824
|
+
"@oclif/core@^3", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.5.0", "@oclif/core@3.26.4":
|
|
1825
|
+
version "3.26.4"
|
|
1826
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz"
|
|
1827
|
+
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
1828
1828
|
dependencies:
|
|
1829
1829
|
"@types/cli-progress" "^3.11.5"
|
|
1830
1830
|
ansi-escapes "^4.3.2"
|
|
@@ -2330,12 +2330,12 @@
|
|
|
2330
2330
|
graphology-types "^0.24.7"
|
|
2331
2331
|
jszip "^3.10.1"
|
|
2332
2332
|
|
|
2333
|
-
"@salesforce/plugin-apex@3.1.
|
|
2334
|
-
version "3.1.
|
|
2335
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.
|
|
2336
|
-
integrity sha512-
|
|
2333
|
+
"@salesforce/plugin-apex@3.1.7":
|
|
2334
|
+
version "3.1.7"
|
|
2335
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.7.tgz"
|
|
2336
|
+
integrity sha512-pPjymdqNpu9Vr7cul2LzEdyc1b2r8nozDs2ERFip5CJ0q2FSbjrTmmc4f6qWgYYJ0yDyhDO/SjM93LBZOScnHA==
|
|
2337
2337
|
dependencies:
|
|
2338
|
-
"@oclif/core" "^3.26.
|
|
2338
|
+
"@oclif/core" "^3.26.3"
|
|
2339
2339
|
"@salesforce/apex-node" "^5.0.0-beta.2"
|
|
2340
2340
|
"@salesforce/core" "^7.0.1"
|
|
2341
2341
|
"@salesforce/kit" "^3.1.0"
|
|
@@ -2390,10 +2390,10 @@
|
|
|
2390
2390
|
csv-parse "^4.16.3"
|
|
2391
2391
|
csv-stringify "^6.4.6"
|
|
2392
2392
|
|
|
2393
|
-
"@salesforce/plugin-deploy-retrieve@3.6.
|
|
2394
|
-
version "3.6.
|
|
2395
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.
|
|
2396
|
-
integrity sha512-
|
|
2393
|
+
"@salesforce/plugin-deploy-retrieve@3.6.3":
|
|
2394
|
+
version "3.6.3"
|
|
2395
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.6.3.tgz"
|
|
2396
|
+
integrity sha512-ikIzMkNz6gKg/5fEctEIVVV2USusYeWn6woLLo9fgfoJ9Deqs41VAoEoMEEyXM6Rl6y35xgfPRXSXrly3czQPg==
|
|
2397
2397
|
dependencies:
|
|
2398
2398
|
"@oclif/core" "^3.26.2"
|
|
2399
2399
|
"@salesforce/apex-node" "^5.0.0-beta.0"
|
package/oclif.manifest.json
CHANGED
|
@@ -3887,132 +3887,6 @@
|
|
|
3887
3887
|
"snapshot:create:org"
|
|
3888
3888
|
]
|
|
3889
3889
|
},
|
|
3890
|
-
"org:get:snapshot": {
|
|
3891
|
-
"aliases": [
|
|
3892
|
-
"force:org:snapshot:get"
|
|
3893
|
-
],
|
|
3894
|
-
"args": {},
|
|
3895
|
-
"deprecateAliases": true,
|
|
3896
|
-
"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\".",
|
|
3897
|
-
"examples": [
|
|
3898
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3899
|
-
"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"
|
|
3900
|
-
],
|
|
3901
|
-
"flags": {
|
|
3902
|
-
"json": {
|
|
3903
|
-
"description": "Format output as json.",
|
|
3904
|
-
"helpGroup": "GLOBAL",
|
|
3905
|
-
"name": "json",
|
|
3906
|
-
"allowNo": false,
|
|
3907
|
-
"type": "boolean"
|
|
3908
|
-
},
|
|
3909
|
-
"flags-dir": {
|
|
3910
|
-
"helpGroup": "GLOBAL",
|
|
3911
|
-
"name": "flags-dir",
|
|
3912
|
-
"summary": "Import flag values from a directory.",
|
|
3913
|
-
"hasDynamicHelp": false,
|
|
3914
|
-
"multiple": false,
|
|
3915
|
-
"type": "option"
|
|
3916
|
-
},
|
|
3917
|
-
"target-dev-hub": {
|
|
3918
|
-
"aliases": [
|
|
3919
|
-
"targetdevhubusername"
|
|
3920
|
-
],
|
|
3921
|
-
"char": "v",
|
|
3922
|
-
"deprecateAliases": true,
|
|
3923
|
-
"name": "target-dev-hub",
|
|
3924
|
-
"noCacheDefault": true,
|
|
3925
|
-
"required": true,
|
|
3926
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3927
|
-
"hasDynamicHelp": true,
|
|
3928
|
-
"multiple": false,
|
|
3929
|
-
"type": "option"
|
|
3930
|
-
},
|
|
3931
|
-
"api-version": {
|
|
3932
|
-
"aliases": [
|
|
3933
|
-
"apiversion"
|
|
3934
|
-
],
|
|
3935
|
-
"deprecateAliases": true,
|
|
3936
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3937
|
-
"name": "api-version",
|
|
3938
|
-
"hasDynamicHelp": false,
|
|
3939
|
-
"multiple": false,
|
|
3940
|
-
"type": "option"
|
|
3941
|
-
},
|
|
3942
|
-
"loglevel": {
|
|
3943
|
-
"deprecated": {
|
|
3944
|
-
"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."
|
|
3945
|
-
},
|
|
3946
|
-
"hidden": true,
|
|
3947
|
-
"name": "loglevel",
|
|
3948
|
-
"hasDynamicHelp": false,
|
|
3949
|
-
"multiple": false,
|
|
3950
|
-
"type": "option"
|
|
3951
|
-
},
|
|
3952
|
-
"snapshot": {
|
|
3953
|
-
"char": "s",
|
|
3954
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3955
|
-
"name": "snapshot",
|
|
3956
|
-
"required": true,
|
|
3957
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3958
|
-
"hasDynamicHelp": false,
|
|
3959
|
-
"multiple": false,
|
|
3960
|
-
"type": "option"
|
|
3961
|
-
}
|
|
3962
|
-
},
|
|
3963
|
-
"hasDynamicHelp": true,
|
|
3964
|
-
"hiddenAliases": [],
|
|
3965
|
-
"id": "org:get:snapshot",
|
|
3966
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3967
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3968
|
-
"pluginType": "jit",
|
|
3969
|
-
"state": "beta",
|
|
3970
|
-
"strict": true,
|
|
3971
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3972
|
-
"enableJsonFlag": true,
|
|
3973
|
-
"isESM": true,
|
|
3974
|
-
"relativePath": [
|
|
3975
|
-
"lib",
|
|
3976
|
-
"commands",
|
|
3977
|
-
"org",
|
|
3978
|
-
"get",
|
|
3979
|
-
"snapshot.js"
|
|
3980
|
-
],
|
|
3981
|
-
"aliasPermutations": [
|
|
3982
|
-
"force:org:snapshot:get",
|
|
3983
|
-
"org:force:snapshot:get",
|
|
3984
|
-
"org:snapshot:force:get",
|
|
3985
|
-
"org:snapshot:get:force",
|
|
3986
|
-
"force:snapshot:org:get",
|
|
3987
|
-
"snapshot:force:org:get",
|
|
3988
|
-
"snapshot:org:force:get",
|
|
3989
|
-
"snapshot:org:get:force",
|
|
3990
|
-
"force:snapshot:get:org",
|
|
3991
|
-
"snapshot:force:get:org",
|
|
3992
|
-
"snapshot:get:force:org",
|
|
3993
|
-
"snapshot:get:org:force",
|
|
3994
|
-
"force:org:get:snapshot",
|
|
3995
|
-
"org:force:get:snapshot",
|
|
3996
|
-
"org:get:force:snapshot",
|
|
3997
|
-
"org:get:snapshot:force",
|
|
3998
|
-
"force:get:org:snapshot",
|
|
3999
|
-
"get:force:org:snapshot",
|
|
4000
|
-
"get:org:force:snapshot",
|
|
4001
|
-
"get:org:snapshot:force",
|
|
4002
|
-
"force:get:snapshot:org",
|
|
4003
|
-
"get:force:snapshot:org",
|
|
4004
|
-
"get:snapshot:force:org",
|
|
4005
|
-
"get:snapshot:org:force"
|
|
4006
|
-
],
|
|
4007
|
-
"permutations": [
|
|
4008
|
-
"org:get:snapshot",
|
|
4009
|
-
"get:org:snapshot",
|
|
4010
|
-
"get:snapshot:org",
|
|
4011
|
-
"org:snapshot:get",
|
|
4012
|
-
"snapshot:org:get",
|
|
4013
|
-
"snapshot:get:org"
|
|
4014
|
-
]
|
|
4015
|
-
},
|
|
4016
3890
|
"org:delete:shape": {
|
|
4017
3891
|
"aliases": [
|
|
4018
3892
|
"force:org:shape:delete"
|
|
@@ -4146,7 +4020,7 @@
|
|
|
4146
4020
|
],
|
|
4147
4021
|
"args": {},
|
|
4148
4022
|
"deprecateAliases": true,
|
|
4149
|
-
"description": "Dev Hub admins can delete any snapshot
|
|
4023
|
+
"description": "Dev Hub admins can delete any snapshot. Users can delete only their own snapshots, unless a Dev Hub admin gives the user Modify All permission, which works only with the Salesforce license.",
|
|
4150
4024
|
"examples": [
|
|
4151
4025
|
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
4152
4026
|
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
|
@@ -4266,6 +4140,132 @@
|
|
|
4266
4140
|
"snapshot:delete:org"
|
|
4267
4141
|
]
|
|
4268
4142
|
},
|
|
4143
|
+
"org:get:snapshot": {
|
|
4144
|
+
"aliases": [
|
|
4145
|
+
"force:org:snapshot:get"
|
|
4146
|
+
],
|
|
4147
|
+
"args": {},
|
|
4148
|
+
"deprecateAliases": true,
|
|
4149
|
+
"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\".",
|
|
4150
|
+
"examples": [
|
|
4151
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
4152
|
+
"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"
|
|
4153
|
+
],
|
|
4154
|
+
"flags": {
|
|
4155
|
+
"json": {
|
|
4156
|
+
"description": "Format output as json.",
|
|
4157
|
+
"helpGroup": "GLOBAL",
|
|
4158
|
+
"name": "json",
|
|
4159
|
+
"allowNo": false,
|
|
4160
|
+
"type": "boolean"
|
|
4161
|
+
},
|
|
4162
|
+
"flags-dir": {
|
|
4163
|
+
"helpGroup": "GLOBAL",
|
|
4164
|
+
"name": "flags-dir",
|
|
4165
|
+
"summary": "Import flag values from a directory.",
|
|
4166
|
+
"hasDynamicHelp": false,
|
|
4167
|
+
"multiple": false,
|
|
4168
|
+
"type": "option"
|
|
4169
|
+
},
|
|
4170
|
+
"target-dev-hub": {
|
|
4171
|
+
"aliases": [
|
|
4172
|
+
"targetdevhubusername"
|
|
4173
|
+
],
|
|
4174
|
+
"char": "v",
|
|
4175
|
+
"deprecateAliases": true,
|
|
4176
|
+
"name": "target-dev-hub",
|
|
4177
|
+
"noCacheDefault": true,
|
|
4178
|
+
"required": true,
|
|
4179
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4180
|
+
"hasDynamicHelp": true,
|
|
4181
|
+
"multiple": false,
|
|
4182
|
+
"type": "option"
|
|
4183
|
+
},
|
|
4184
|
+
"api-version": {
|
|
4185
|
+
"aliases": [
|
|
4186
|
+
"apiversion"
|
|
4187
|
+
],
|
|
4188
|
+
"deprecateAliases": true,
|
|
4189
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4190
|
+
"name": "api-version",
|
|
4191
|
+
"hasDynamicHelp": false,
|
|
4192
|
+
"multiple": false,
|
|
4193
|
+
"type": "option"
|
|
4194
|
+
},
|
|
4195
|
+
"loglevel": {
|
|
4196
|
+
"deprecated": {
|
|
4197
|
+
"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."
|
|
4198
|
+
},
|
|
4199
|
+
"hidden": true,
|
|
4200
|
+
"name": "loglevel",
|
|
4201
|
+
"hasDynamicHelp": false,
|
|
4202
|
+
"multiple": false,
|
|
4203
|
+
"type": "option"
|
|
4204
|
+
},
|
|
4205
|
+
"snapshot": {
|
|
4206
|
+
"char": "s",
|
|
4207
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
4208
|
+
"name": "snapshot",
|
|
4209
|
+
"required": true,
|
|
4210
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
4211
|
+
"hasDynamicHelp": false,
|
|
4212
|
+
"multiple": false,
|
|
4213
|
+
"type": "option"
|
|
4214
|
+
}
|
|
4215
|
+
},
|
|
4216
|
+
"hasDynamicHelp": true,
|
|
4217
|
+
"hiddenAliases": [],
|
|
4218
|
+
"id": "org:get:snapshot",
|
|
4219
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
4220
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
4221
|
+
"pluginType": "jit",
|
|
4222
|
+
"state": "beta",
|
|
4223
|
+
"strict": true,
|
|
4224
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
4225
|
+
"enableJsonFlag": true,
|
|
4226
|
+
"isESM": true,
|
|
4227
|
+
"relativePath": [
|
|
4228
|
+
"lib",
|
|
4229
|
+
"commands",
|
|
4230
|
+
"org",
|
|
4231
|
+
"get",
|
|
4232
|
+
"snapshot.js"
|
|
4233
|
+
],
|
|
4234
|
+
"aliasPermutations": [
|
|
4235
|
+
"force:org:snapshot:get",
|
|
4236
|
+
"org:force:snapshot:get",
|
|
4237
|
+
"org:snapshot:force:get",
|
|
4238
|
+
"org:snapshot:get:force",
|
|
4239
|
+
"force:snapshot:org:get",
|
|
4240
|
+
"snapshot:force:org:get",
|
|
4241
|
+
"snapshot:org:force:get",
|
|
4242
|
+
"snapshot:org:get:force",
|
|
4243
|
+
"force:snapshot:get:org",
|
|
4244
|
+
"snapshot:force:get:org",
|
|
4245
|
+
"snapshot:get:force:org",
|
|
4246
|
+
"snapshot:get:org:force",
|
|
4247
|
+
"force:org:get:snapshot",
|
|
4248
|
+
"org:force:get:snapshot",
|
|
4249
|
+
"org:get:force:snapshot",
|
|
4250
|
+
"org:get:snapshot:force",
|
|
4251
|
+
"force:get:org:snapshot",
|
|
4252
|
+
"get:force:org:snapshot",
|
|
4253
|
+
"get:org:force:snapshot",
|
|
4254
|
+
"get:org:snapshot:force",
|
|
4255
|
+
"force:get:snapshot:org",
|
|
4256
|
+
"get:force:snapshot:org",
|
|
4257
|
+
"get:snapshot:force:org",
|
|
4258
|
+
"get:snapshot:org:force"
|
|
4259
|
+
],
|
|
4260
|
+
"permutations": [
|
|
4261
|
+
"org:get:snapshot",
|
|
4262
|
+
"get:org:snapshot",
|
|
4263
|
+
"get:snapshot:org",
|
|
4264
|
+
"org:snapshot:get",
|
|
4265
|
+
"snapshot:org:get",
|
|
4266
|
+
"snapshot:get:org"
|
|
4267
|
+
]
|
|
4268
|
+
},
|
|
4269
4269
|
"org:list:shape": {
|
|
4270
4270
|
"aliases": [
|
|
4271
4271
|
"force:org:shape:list"
|
|
@@ -5384,5 +5384,5 @@
|
|
|
5384
5384
|
]
|
|
5385
5385
|
}
|
|
5386
5386
|
},
|
|
5387
|
-
"version": "2.39.
|
|
5387
|
+
"version": "2.39.2"
|
|
5388
5388
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.39.
|
|
4
|
+
"version": "2.39.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.9",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.28",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
|
-
"@salesforce/plugin-signups": "2.2.
|
|
84
|
+
"@salesforce/plugin-signups": "2.2.2",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.0",
|
|
86
86
|
"@salesforce/sfdx-scanner": "3.23.0"
|
|
87
87
|
},
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
141
|
"@inquirer/select": "^1.3.1",
|
|
142
|
-
"@oclif/core": "3.26.
|
|
142
|
+
"@oclif/core": "3.26.4",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.0.15",
|
|
144
144
|
"@oclif/plugin-commands": "3.3.1",
|
|
145
145
|
"@oclif/plugin-help": "6.0.21",
|
|
@@ -152,10 +152,10 @@
|
|
|
152
152
|
"@oclif/plugin-which": "3.1.7",
|
|
153
153
|
"@salesforce/core": "^7.2.0",
|
|
154
154
|
"@salesforce/kit": "^3.1.0",
|
|
155
|
-
"@salesforce/plugin-apex": "3.1.
|
|
155
|
+
"@salesforce/plugin-apex": "3.1.7",
|
|
156
156
|
"@salesforce/plugin-auth": "3.6.1",
|
|
157
157
|
"@salesforce/plugin-data": "3.3.1",
|
|
158
|
-
"@salesforce/plugin-deploy-retrieve": "3.6.
|
|
158
|
+
"@salesforce/plugin-deploy-retrieve": "3.6.3",
|
|
159
159
|
"@salesforce/plugin-info": "3.2.1",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.3",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.1",
|