@salesforce/cli 2.23.2 → 2.23.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 +34 -34
- package/npm-shrinkwrap.json +36 -65
- package/oclif.manifest.json +208 -208
- package/package.json +10 -10
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.23.
|
|
27
|
+
@salesforce/cli/2.23.3 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -868,7 +868,7 @@ DESCRIPTION
|
|
|
868
868
|
list all the commands
|
|
869
869
|
```
|
|
870
870
|
|
|
871
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.
|
|
871
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.8/src/commands/commands.ts)_
|
|
872
872
|
|
|
873
873
|
## `sf config get`
|
|
874
874
|
|
|
@@ -2106,7 +2106,7 @@ FLAG DESCRIPTIONS
|
|
|
2106
2106
|
Indicates that you want verbose output from the deploy operation.
|
|
2107
2107
|
```
|
|
2108
2108
|
|
|
2109
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.
|
|
2109
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/deploy.ts)_
|
|
2110
2110
|
|
|
2111
2111
|
## `sf force mdapi deploy cancel`
|
|
2112
2112
|
|
|
@@ -2150,7 +2150,7 @@ FLAG DESCRIPTIONS
|
|
|
2150
2150
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2151
2151
|
```
|
|
2152
2152
|
|
|
2153
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.
|
|
2153
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/deploy/cancel.ts)_
|
|
2154
2154
|
|
|
2155
2155
|
## `sf force mdapi deploy report`
|
|
2156
2156
|
|
|
@@ -2222,7 +2222,7 @@ FLAG DESCRIPTIONS
|
|
|
2222
2222
|
use the ID of the most recent metadata deployment.
|
|
2223
2223
|
```
|
|
2224
2224
|
|
|
2225
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.
|
|
2225
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/deploy/report.ts)_
|
|
2226
2226
|
|
|
2227
2227
|
## `sf force mdapi retrieve`
|
|
2228
2228
|
|
|
@@ -2287,7 +2287,7 @@ FLAG DESCRIPTIONS
|
|
|
2287
2287
|
By default, the CLI assumes the directory is structured for a set of packages.
|
|
2288
2288
|
```
|
|
2289
2289
|
|
|
2290
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.
|
|
2290
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/retrieve.ts)_
|
|
2291
2291
|
|
|
2292
2292
|
## `sf force mdapi retrieve report`
|
|
2293
2293
|
|
|
@@ -2342,7 +2342,7 @@ FLAG DESCRIPTIONS
|
|
|
2342
2342
|
You must specify a --retrievetargetdir. Use with --wait to resume waiting.
|
|
2343
2343
|
```
|
|
2344
2344
|
|
|
2345
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.
|
|
2345
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/retrieve/report.ts)_
|
|
2346
2346
|
|
|
2347
2347
|
## `sf force org clone`
|
|
2348
2348
|
|
|
@@ -2776,7 +2776,7 @@ FLAG DESCRIPTIONS
|
|
|
2776
2776
|
If you specify this parameter, don’t specify --metadata or --sourcepath.
|
|
2777
2777
|
```
|
|
2778
2778
|
|
|
2779
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.
|
|
2779
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/deploy.ts)_
|
|
2780
2780
|
|
|
2781
2781
|
## `sf force source deploy cancel`
|
|
2782
2782
|
|
|
@@ -2822,7 +2822,7 @@ FLAG DESCRIPTIONS
|
|
|
2822
2822
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2823
2823
|
```
|
|
2824
2824
|
|
|
2825
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.
|
|
2825
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/deploy/cancel.ts)_
|
|
2826
2826
|
|
|
2827
2827
|
## `sf force source deploy report`
|
|
2828
2828
|
|
|
@@ -2886,7 +2886,7 @@ FLAG DESCRIPTIONS
|
|
|
2886
2886
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2887
2887
|
```
|
|
2888
2888
|
|
|
2889
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.
|
|
2889
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/deploy/report.ts)_
|
|
2890
2890
|
|
|
2891
2891
|
## `sf force source pull`
|
|
2892
2892
|
|
|
@@ -2930,7 +2930,7 @@ FLAG DESCRIPTIONS
|
|
|
2930
2930
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2931
2931
|
```
|
|
2932
2932
|
|
|
2933
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.
|
|
2933
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/pull.ts)_
|
|
2934
2934
|
|
|
2935
2935
|
## `sf force source push`
|
|
2936
2936
|
|
|
@@ -2976,7 +2976,7 @@ FLAG DESCRIPTIONS
|
|
|
2976
2976
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2977
2977
|
```
|
|
2978
2978
|
|
|
2979
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.
|
|
2979
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/push.ts)_
|
|
2980
2980
|
|
|
2981
2981
|
## `sf force source retrieve`
|
|
2982
2982
|
|
|
@@ -3102,7 +3102,7 @@ FLAG DESCRIPTIONS
|
|
|
3102
3102
|
If you specify this parameter, don’t specify --metadata or --sourcepath.
|
|
3103
3103
|
```
|
|
3104
3104
|
|
|
3105
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.
|
|
3105
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/retrieve.ts)_
|
|
3106
3106
|
|
|
3107
3107
|
## `sf force source status`
|
|
3108
3108
|
|
|
@@ -3133,7 +3133,7 @@ EXAMPLES
|
|
|
3133
3133
|
$ sf force source status --remote
|
|
3134
3134
|
```
|
|
3135
3135
|
|
|
3136
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.
|
|
3136
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/status.ts)_
|
|
3137
3137
|
|
|
3138
3138
|
## `sf force user password generate`
|
|
3139
3139
|
|
|
@@ -3218,7 +3218,7 @@ DESCRIPTION
|
|
|
3218
3218
|
Display help for sf.
|
|
3219
3219
|
```
|
|
3220
3220
|
|
|
3221
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.
|
|
3221
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.9/src/commands/help.ts)_
|
|
3222
3222
|
|
|
3223
3223
|
## `sf info releasenotes display`
|
|
3224
3224
|
|
|
@@ -6528,12 +6528,12 @@ DESCRIPTION
|
|
|
6528
6528
|
Verifies the digital signature on an npm package matches the signature and key stored at the expected URLs.
|
|
6529
6529
|
|
|
6530
6530
|
EXAMPLES
|
|
6531
|
-
$ sf plugins trust verify --npm @scope/npmName --registry
|
|
6531
|
+
$ sf plugins trust verify --npm @scope/npmName --registry https://npm.pkg.github.com
|
|
6532
6532
|
|
|
6533
6533
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6534
6534
|
```
|
|
6535
6535
|
|
|
6536
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.2.
|
|
6536
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.2.1/src/commands/plugins/trust/verify.ts)_
|
|
6537
6537
|
|
|
6538
6538
|
## `sf plugins:uninstall PLUGIN...`
|
|
6539
6539
|
|
|
@@ -6641,7 +6641,7 @@ FLAG DESCRIPTIONS
|
|
|
6641
6641
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
6642
6642
|
```
|
|
6643
6643
|
|
|
6644
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
6644
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/convert/mdapi.ts)_
|
|
6645
6645
|
|
|
6646
6646
|
## `sf project convert source`
|
|
6647
6647
|
|
|
@@ -6653,7 +6653,7 @@ USAGE
|
|
|
6653
6653
|
<value> | -m <value>]
|
|
6654
6654
|
|
|
6655
6655
|
FLAGS
|
|
6656
|
-
-d, --output-dir=<value> [default:
|
|
6656
|
+
-d, --output-dir=<value> [default: metadataPackage_1702727224668] Output directory to store the Metadata
|
|
6657
6657
|
API–formatted files in.
|
|
6658
6658
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
6659
6659
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -6713,7 +6713,7 @@ FLAG DESCRIPTIONS
|
|
|
6713
6713
|
Override the api version used for api requests made by this command
|
|
6714
6714
|
```
|
|
6715
6715
|
|
|
6716
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
6716
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/convert/source.ts)_
|
|
6717
6717
|
|
|
6718
6718
|
## `sf project delete source`
|
|
6719
6719
|
|
|
@@ -6852,7 +6852,7 @@ FLAG DESCRIPTIONS
|
|
|
6852
6852
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6853
6853
|
```
|
|
6854
6854
|
|
|
6855
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
6855
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/delete/source.ts)_
|
|
6856
6856
|
|
|
6857
6857
|
## `sf project delete tracking`
|
|
6858
6858
|
|
|
@@ -6888,7 +6888,7 @@ EXAMPLES
|
|
|
6888
6888
|
$ sf project delete tracking --target-org my-scratch
|
|
6889
6889
|
```
|
|
6890
6890
|
|
|
6891
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
6891
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/delete/tracking.ts)_
|
|
6892
6892
|
|
|
6893
6893
|
## `sf project deploy cancel`
|
|
6894
6894
|
|
|
@@ -6958,7 +6958,7 @@ FLAG DESCRIPTIONS
|
|
|
6958
6958
|
project deploy report".
|
|
6959
6959
|
```
|
|
6960
6960
|
|
|
6961
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
6961
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/cancel.ts)_
|
|
6962
6962
|
|
|
6963
6963
|
## `sf project deploy preview`
|
|
6964
6964
|
|
|
@@ -7041,7 +7041,7 @@ FLAG DESCRIPTIONS
|
|
|
7041
7041
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
7042
7042
|
```
|
|
7043
7043
|
|
|
7044
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7044
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/preview.ts)_
|
|
7045
7045
|
|
|
7046
7046
|
## `sf project deploy quick`
|
|
7047
7047
|
|
|
@@ -7134,7 +7134,7 @@ ERROR CODES
|
|
|
7134
7134
|
Canceling (69) The deploy is being canceled.
|
|
7135
7135
|
```
|
|
7136
7136
|
|
|
7137
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7137
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/quick.ts)_
|
|
7138
7138
|
|
|
7139
7139
|
## `sf project deploy report`
|
|
7140
7140
|
|
|
@@ -7229,7 +7229,7 @@ FLAG DESCRIPTIONS
|
|
|
7229
7229
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7230
7230
|
```
|
|
7231
7231
|
|
|
7232
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7232
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/report.ts)_
|
|
7233
7233
|
|
|
7234
7234
|
## `sf project deploy resume`
|
|
7235
7235
|
|
|
@@ -7325,7 +7325,7 @@ ERROR CODES
|
|
|
7325
7325
|
Canceling (69) The deploy is being canceled.
|
|
7326
7326
|
```
|
|
7327
7327
|
|
|
7328
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7328
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/resume.ts)_
|
|
7329
7329
|
|
|
7330
7330
|
## `sf project deploy start`
|
|
7331
7331
|
|
|
@@ -7554,7 +7554,7 @@ ERROR CODES
|
|
|
7554
7554
|
Canceling (69) The deploy is being canceled.
|
|
7555
7555
|
```
|
|
7556
7556
|
|
|
7557
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7557
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/start.ts)_
|
|
7558
7558
|
|
|
7559
7559
|
## `sf project deploy validate`
|
|
7560
7560
|
|
|
@@ -7733,7 +7733,7 @@ ERROR CODES
|
|
|
7733
7733
|
Canceling (69) The deploy is being canceled.
|
|
7734
7734
|
```
|
|
7735
7735
|
|
|
7736
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7736
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/validate.ts)_
|
|
7737
7737
|
|
|
7738
7738
|
## `sf project generate`
|
|
7739
7739
|
|
|
@@ -7912,7 +7912,7 @@ EXAMPLES
|
|
|
7912
7912
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7913
7913
|
```
|
|
7914
7914
|
|
|
7915
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7915
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/generate/manifest.ts)_
|
|
7916
7916
|
|
|
7917
7917
|
## `sf project list ignored`
|
|
7918
7918
|
|
|
@@ -7953,7 +7953,7 @@ EXAMPLES
|
|
|
7953
7953
|
$ sf project list ignored --source-dir package.xml
|
|
7954
7954
|
```
|
|
7955
7955
|
|
|
7956
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
7956
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/list/ignored.ts)_
|
|
7957
7957
|
|
|
7958
7958
|
## `sf project reset tracking`
|
|
7959
7959
|
|
|
@@ -8001,7 +8001,7 @@ EXAMPLES
|
|
|
8001
8001
|
$ sf project reset tracking --revision 30
|
|
8002
8002
|
```
|
|
8003
8003
|
|
|
8004
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
8004
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/reset/tracking.ts)_
|
|
8005
8005
|
|
|
8006
8006
|
## `sf project retrieve preview`
|
|
8007
8007
|
|
|
@@ -8057,7 +8057,7 @@ FLAG DESCRIPTIONS
|
|
|
8057
8057
|
Overrides your default org.
|
|
8058
8058
|
```
|
|
8059
8059
|
|
|
8060
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
8060
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/retrieve/preview.ts)_
|
|
8061
8061
|
|
|
8062
8062
|
## `sf project retrieve start`
|
|
8063
8063
|
|
|
@@ -8211,7 +8211,7 @@ ENVIRONMENT VARIABLES
|
|
|
8211
8211
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8212
8212
|
```
|
|
8213
8213
|
|
|
8214
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.
|
|
8214
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/retrieve/start.ts)_
|
|
8215
8215
|
|
|
8216
8216
|
## `sf schema generate field`
|
|
8217
8217
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.23.
|
|
3
|
+
"version": "2.23.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.23.
|
|
9
|
+
"version": "2.23.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "3.15.0",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.3",
|
|
15
|
-
"@oclif/plugin-commands": "3.0.
|
|
16
|
-
"@oclif/plugin-help": "6.0.
|
|
15
|
+
"@oclif/plugin-commands": "3.0.8",
|
|
16
|
+
"@oclif/plugin-help": "6.0.9",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.5",
|
|
18
18
|
"@oclif/plugin-plugins": "4.1.10",
|
|
19
19
|
"@oclif/plugin-search": "1.0.8",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@salesforce/plugin-apex": "3.0.9",
|
|
26
26
|
"@salesforce/plugin-auth": "3.0.12",
|
|
27
27
|
"@salesforce/plugin-data": "3.0.8",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "2.2.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "2.2.11",
|
|
29
29
|
"@salesforce/plugin-info": "3.0.8",
|
|
30
30
|
"@salesforce/plugin-limits": "3.0.6",
|
|
31
31
|
"@salesforce/plugin-marketplace": "1.0.11",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@salesforce/plugin-schema": "3.0.8",
|
|
35
35
|
"@salesforce/plugin-settings": "2.0.10",
|
|
36
36
|
"@salesforce/plugin-sobject": "1.0.6",
|
|
37
|
-
"@salesforce/plugin-source": "3.0.
|
|
37
|
+
"@salesforce/plugin-source": "3.0.8",
|
|
38
38
|
"@salesforce/plugin-telemetry": "3.1.6",
|
|
39
39
|
"@salesforce/plugin-templates": "56.0.4",
|
|
40
|
-
"@salesforce/plugin-trust": "3.2.
|
|
40
|
+
"@salesforce/plugin-trust": "3.2.1",
|
|
41
41
|
"@salesforce/plugin-user": "3.1.1",
|
|
42
42
|
"@salesforce/sf-plugins-core": "5.0.10",
|
|
43
43
|
"debug": "^4.3.4"
|
|
@@ -2376,12 +2376,12 @@
|
|
|
2376
2376
|
}
|
|
2377
2377
|
},
|
|
2378
2378
|
"node_modules/@oclif/plugin-commands": {
|
|
2379
|
-
"version": "3.0.
|
|
2380
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.
|
|
2381
|
-
"integrity": "sha512-
|
|
2379
|
+
"version": "3.0.8",
|
|
2380
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.0.8.tgz",
|
|
2381
|
+
"integrity": "sha512-ow32KgA1JBuLpELYF7X3Ce3r+btXU6KXTiFk4ThEVDGpdBuuVU7PQkiyLw6Yjfehg2TD3wDWi7YoU9yXevG4QA==",
|
|
2382
2382
|
"license": "MIT",
|
|
2383
2383
|
"dependencies": {
|
|
2384
|
-
"@oclif/core": "^3.
|
|
2384
|
+
"@oclif/core": "^3.15.0",
|
|
2385
2385
|
"lodash.pickby": "^4.6.0",
|
|
2386
2386
|
"lodash.sortby": "^4.7.0",
|
|
2387
2387
|
"lodash.template": "^4.5.0",
|
|
@@ -2392,12 +2392,12 @@
|
|
|
2392
2392
|
}
|
|
2393
2393
|
},
|
|
2394
2394
|
"node_modules/@oclif/plugin-help": {
|
|
2395
|
-
"version": "6.0.
|
|
2396
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
2397
|
-
"integrity": "sha512-
|
|
2395
|
+
"version": "6.0.9",
|
|
2396
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.9.tgz",
|
|
2397
|
+
"integrity": "sha512-O9zHzjsj8G3DWV+Ju4prrBwHUmwT1pcq7AJNxguedMk8jGZhwKWrcQHdZX6kjC+7QbupSzgjcvXvXpYVR1y3ow==",
|
|
2398
2398
|
"license": "MIT",
|
|
2399
2399
|
"dependencies": {
|
|
2400
|
-
"@oclif/core": "^3.
|
|
2400
|
+
"@oclif/core": "^3.15.0"
|
|
2401
2401
|
},
|
|
2402
2402
|
"engines": {
|
|
2403
2403
|
"node": ">=18.0.0"
|
|
@@ -2878,12 +2878,12 @@
|
|
|
2878
2878
|
}
|
|
2879
2879
|
},
|
|
2880
2880
|
"node_modules/@salesforce/apex-node": {
|
|
2881
|
-
"version": "2.1.
|
|
2882
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-2.1.
|
|
2883
|
-
"integrity": "sha512-
|
|
2881
|
+
"version": "2.1.7",
|
|
2882
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-2.1.7.tgz",
|
|
2883
|
+
"integrity": "sha512-2s29mbHNL0vXmbcfndkLbKEYclHHc7sj7ei2vscsR8/HdHGy3SsEfir1IU/Sqeqd79yxJdxMUfwmzVnRFR6WJA==",
|
|
2884
2884
|
"license": "BSD-3-Clause",
|
|
2885
2885
|
"dependencies": {
|
|
2886
|
-
"@salesforce/core": "^
|
|
2886
|
+
"@salesforce/core": "^6.1.0",
|
|
2887
2887
|
"@salesforce/kit": "^3.0.15",
|
|
2888
2888
|
"@types/istanbul-reports": "^3.0.4",
|
|
2889
2889
|
"faye": "1.4.0",
|
|
@@ -2897,35 +2897,6 @@
|
|
|
2897
2897
|
"node": ">=18.18.2"
|
|
2898
2898
|
}
|
|
2899
2899
|
},
|
|
2900
|
-
"node_modules/@salesforce/apex-node/node_modules/@salesforce/core": {
|
|
2901
|
-
"version": "5.3.20",
|
|
2902
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.20.tgz",
|
|
2903
|
-
"integrity": "sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==",
|
|
2904
|
-
"license": "BSD-3-Clause",
|
|
2905
|
-
"dependencies": {
|
|
2906
|
-
"@salesforce/kit": "^3.0.15",
|
|
2907
|
-
"@salesforce/schemas": "^1.6.1",
|
|
2908
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
2909
|
-
"@types/semver": "^7.5.4",
|
|
2910
|
-
"ajv": "^8.12.0",
|
|
2911
|
-
"change-case": "^4.1.2",
|
|
2912
|
-
"faye": "^1.4.0",
|
|
2913
|
-
"form-data": "^4.0.0",
|
|
2914
|
-
"js2xmlparser": "^4.0.1",
|
|
2915
|
-
"jsforce": "^2.0.0-beta.28",
|
|
2916
|
-
"jsonwebtoken": "9.0.2",
|
|
2917
|
-
"jszip": "3.10.1",
|
|
2918
|
-
"pino": "^8.16.0",
|
|
2919
|
-
"pino-abstract-transport": "^1.0.0",
|
|
2920
|
-
"pino-pretty": "^10.2.3",
|
|
2921
|
-
"proper-lockfile": "^4.1.2",
|
|
2922
|
-
"semver": "^7.5.4",
|
|
2923
|
-
"ts-retry-promise": "^0.7.1"
|
|
2924
|
-
},
|
|
2925
|
-
"engines": {
|
|
2926
|
-
"node": ">=16.0.0"
|
|
2927
|
-
}
|
|
2928
|
-
},
|
|
2929
2900
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
2930
2901
|
"version": "4.4.12",
|
|
2931
2902
|
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.4.12.tgz",
|
|
@@ -3402,18 +3373,18 @@
|
|
|
3402
3373
|
"license": "MIT"
|
|
3403
3374
|
},
|
|
3404
3375
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
3405
|
-
"version": "2.2.
|
|
3406
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.2.
|
|
3407
|
-
"integrity": "sha512-
|
|
3376
|
+
"version": "2.2.11",
|
|
3377
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.2.11.tgz",
|
|
3378
|
+
"integrity": "sha512-2oqr7nPufLV0EVudHkEmjty4RedAnM57dspkZUhCnxGFbZFzLOXvZIbrIBHQWqtvm1fZ4PYDTFkwo7j1ueKYbw==",
|
|
3408
3379
|
"license": "BSD-3-Clause",
|
|
3409
3380
|
"dependencies": {
|
|
3410
3381
|
"@oclif/core": "^3.12.0",
|
|
3411
|
-
"@salesforce/apex-node": "^2.1.
|
|
3382
|
+
"@salesforce/apex-node": "^2.1.7",
|
|
3412
3383
|
"@salesforce/core": "^6.4.0",
|
|
3413
3384
|
"@salesforce/kit": "^3.0.15",
|
|
3414
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
3415
|
-
"@salesforce/source-deploy-retrieve": "^10.2.
|
|
3416
|
-
"@salesforce/source-tracking": "^5.1.
|
|
3385
|
+
"@salesforce/sf-plugins-core": "^5.0.10",
|
|
3386
|
+
"@salesforce/source-deploy-retrieve": "^10.2.3",
|
|
3387
|
+
"@salesforce/source-tracking": "^5.1.3",
|
|
3417
3388
|
"@salesforce/ts-types": "^2.0.9",
|
|
3418
3389
|
"chalk": "^5.3.0"
|
|
3419
3390
|
},
|
|
@@ -8382,16 +8353,16 @@
|
|
|
8382
8353
|
}
|
|
8383
8354
|
},
|
|
8384
8355
|
"node_modules/@salesforce/plugin-source": {
|
|
8385
|
-
"version": "3.0.
|
|
8386
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.0.
|
|
8387
|
-
"integrity": "sha512-
|
|
8356
|
+
"version": "3.0.8",
|
|
8357
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.0.8.tgz",
|
|
8358
|
+
"integrity": "sha512-qNutcHzNfvrKIyOc5e7xRG6tFmeR/vxNd3tjr81lySV5/BGp6cUgNBoNHJyf8RZkbqp/7qedRnBSN7NdaWs6xA==",
|
|
8388
8359
|
"license": "BSD-3-Clause",
|
|
8389
8360
|
"dependencies": {
|
|
8390
8361
|
"@oclif/core": "^3.13.1",
|
|
8391
|
-
"@salesforce/apex-node": "^2.1.
|
|
8362
|
+
"@salesforce/apex-node": "^2.1.7",
|
|
8392
8363
|
"@salesforce/core": "^6.4.0",
|
|
8393
8364
|
"@salesforce/kit": "^3.0.15",
|
|
8394
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
8365
|
+
"@salesforce/sf-plugins-core": "^5.0.10",
|
|
8395
8366
|
"@salesforce/source-deploy-retrieve": "^10.2.1",
|
|
8396
8367
|
"@salesforce/source-tracking": "^5.1.3",
|
|
8397
8368
|
"chalk": "^5.3.0",
|
|
@@ -8597,14 +8568,14 @@
|
|
|
8597
8568
|
}
|
|
8598
8569
|
},
|
|
8599
8570
|
"node_modules/@salesforce/plugin-trust": {
|
|
8600
|
-
"version": "3.2.
|
|
8601
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.2.
|
|
8602
|
-
"integrity": "sha512-
|
|
8571
|
+
"version": "3.2.1",
|
|
8572
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.2.1.tgz",
|
|
8573
|
+
"integrity": "sha512-Lw7wwocs82Mf6UpWdgIE20BF+kX+zdQRBXugfNxf1oW0vshOb51E/d5E89J6W7AhPrftFtX0zzdm0j7CBLeoJQ==",
|
|
8603
8574
|
"license": "BSD-3-Clause",
|
|
8604
8575
|
"dependencies": {
|
|
8605
8576
|
"@oclif/core": "^3.13.1",
|
|
8606
|
-
"@salesforce/core": "^6.
|
|
8607
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
8577
|
+
"@salesforce/core": "^6.4.0",
|
|
8578
|
+
"@salesforce/sf-plugins-core": "^5.0.10",
|
|
8608
8579
|
"got": "^13.0.0",
|
|
8609
8580
|
"npm": "10.2.3",
|
|
8610
8581
|
"npm-run-path": "^4.0.1",
|
package/oclif.manifest.json
CHANGED
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
],
|
|
949
949
|
"args": {},
|
|
950
950
|
"deprecateAliases": true,
|
|
951
|
-
"description": "Each time you publish a site, you update the live site with the most recent updates. When you publish an Experience Builder site for the first time, you make the site's URL live and enable login access for site members.\n\nIn addition to publishing, you must activate a site to send a welcome email to all site members. Activation is also required to set up SEO for Experience Builder sites. To activate a site, update the status field of the Network type in Metadata API. (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_network.htm)Alternatively, in Experience Workspaces, go to Administration | Settings, and click Activate.\n\nAn email notification informs you when your changes are live on the published site. The site publish process is an async job that generates a jobId. To check the site publish status manually, query the BackgroundOperation object and enter the jobId as the Id. See ‘BackgroundOperation’ in the Object Reference for the Salesforce Platform for more information. (https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_backgroundoperation.htm)\n\nIf the job doesn’t complete within 15 minutes, it times out. You receive an error message and must restart the site publish process. Completed jobs expire after 24 hours and are removed from the database.",
|
|
951
|
+
"description": "Each time you publish a site, you update the live site with the most recent updates. When you publish an Experience Builder site for the first time, you make the site's URL live and enable login access for site members.\n\nIn addition to publishing, you must activate a site to send a welcome email to all site members. Activation is also required to set up SEO for Experience Builder sites. To activate a site, update the status field of the Network type in Metadata API. (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_network.htm) Alternatively, in Experience Workspaces, go to Administration | Settings, and click Activate.\n\nAn email notification informs you when your changes are live on the published site. The site publish process is an async job that generates a jobId. To check the site publish status manually, query the BackgroundOperation object and enter the jobId as the Id. See ‘BackgroundOperation’ in the Object Reference for the Salesforce Platform for more information. (https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_backgroundoperation.htm)\n\nIf the job doesn’t complete within 15 minutes, it times out. You receive an error message and must restart the site publish process. Completed jobs expire after 24 hours and are removed from the database.",
|
|
952
952
|
"examples": [
|
|
953
953
|
"Publish the Experience Builder site with name \"My Customer Site':\n<%= config.bin %> <%= command.id %> --name 'My Customer Site'"
|
|
954
954
|
],
|
|
@@ -3662,16 +3662,16 @@
|
|
|
3662
3662
|
"snapshot:create:org"
|
|
3663
3663
|
]
|
|
3664
3664
|
},
|
|
3665
|
-
"org:
|
|
3665
|
+
"org:list:shape": {
|
|
3666
3666
|
"aliases": [
|
|
3667
|
-
"force:org:shape:
|
|
3667
|
+
"force:org:shape:list"
|
|
3668
3668
|
],
|
|
3669
3669
|
"args": {},
|
|
3670
3670
|
"deprecateAliases": true,
|
|
3671
|
-
"description": "
|
|
3671
|
+
"description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
|
|
3672
3672
|
"examples": [
|
|
3673
|
-
"
|
|
3674
|
-
"
|
|
3673
|
+
"List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
|
|
3674
|
+
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
|
3675
3675
|
],
|
|
3676
3676
|
"flags": {
|
|
3677
3677
|
"json": {
|
|
@@ -3681,31 +3681,12 @@
|
|
|
3681
3681
|
"allowNo": false,
|
|
3682
3682
|
"type": "boolean"
|
|
3683
3683
|
},
|
|
3684
|
-
"
|
|
3685
|
-
"
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
"
|
|
3690
|
-
"deprecateAliases": true,
|
|
3691
|
-
"name": "target-org",
|
|
3692
|
-
"noCacheDefault": true,
|
|
3693
|
-
"required": true,
|
|
3694
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3695
|
-
"hasDynamicHelp": true,
|
|
3696
|
-
"multiple": false,
|
|
3697
|
-
"type": "option"
|
|
3698
|
-
},
|
|
3699
|
-
"api-version": {
|
|
3700
|
-
"aliases": [
|
|
3701
|
-
"apiversion"
|
|
3702
|
-
],
|
|
3703
|
-
"deprecateAliases": true,
|
|
3704
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3705
|
-
"name": "api-version",
|
|
3706
|
-
"hasDynamicHelp": false,
|
|
3707
|
-
"multiple": false,
|
|
3708
|
-
"type": "option"
|
|
3684
|
+
"verbose": {
|
|
3685
|
+
"hidden": true,
|
|
3686
|
+
"name": "verbose",
|
|
3687
|
+
"summary": "List more information about each org shape.",
|
|
3688
|
+
"allowNo": false,
|
|
3689
|
+
"type": "boolean"
|
|
3709
3690
|
},
|
|
3710
3691
|
"loglevel": {
|
|
3711
3692
|
"deprecated": {
|
|
@@ -3716,27 +3697,16 @@
|
|
|
3716
3697
|
"hasDynamicHelp": false,
|
|
3717
3698
|
"multiple": false,
|
|
3718
3699
|
"type": "option"
|
|
3719
|
-
},
|
|
3720
|
-
"no-prompt": {
|
|
3721
|
-
"aliases": [
|
|
3722
|
-
"noprompt"
|
|
3723
|
-
],
|
|
3724
|
-
"char": "p",
|
|
3725
|
-
"deprecateAliases": true,
|
|
3726
|
-
"name": "no-prompt",
|
|
3727
|
-
"summary": "Don't prompt for confirmation.",
|
|
3728
|
-
"allowNo": false,
|
|
3729
|
-
"type": "boolean"
|
|
3730
3700
|
}
|
|
3731
3701
|
},
|
|
3732
|
-
"hasDynamicHelp":
|
|
3702
|
+
"hasDynamicHelp": false,
|
|
3733
3703
|
"hiddenAliases": [],
|
|
3734
|
-
"id": "org:
|
|
3704
|
+
"id": "org:list:shape",
|
|
3735
3705
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3736
3706
|
"pluginName": "@salesforce/plugin-signups",
|
|
3737
3707
|
"pluginType": "jit",
|
|
3738
3708
|
"strict": true,
|
|
3739
|
-
"summary": "
|
|
3709
|
+
"summary": "List all org shapes you’ve created.",
|
|
3740
3710
|
"enableJsonFlag": true,
|
|
3741
3711
|
"SF_ENV": "SF_ENV",
|
|
3742
3712
|
"isESM": true,
|
|
@@ -3744,54 +3714,54 @@
|
|
|
3744
3714
|
"lib",
|
|
3745
3715
|
"commands",
|
|
3746
3716
|
"org",
|
|
3747
|
-
"
|
|
3717
|
+
"list",
|
|
3748
3718
|
"shape.js"
|
|
3749
3719
|
],
|
|
3750
3720
|
"aliasPermutations": [
|
|
3751
|
-
"force:org:shape:
|
|
3752
|
-
"org:force:shape:
|
|
3753
|
-
"org:shape:force:
|
|
3754
|
-
"org:shape:
|
|
3755
|
-
"force:shape:org:
|
|
3756
|
-
"shape:force:org:
|
|
3757
|
-
"shape:org:force:
|
|
3758
|
-
"shape:org:
|
|
3759
|
-
"force:shape:
|
|
3760
|
-
"shape:force:
|
|
3761
|
-
"shape:
|
|
3762
|
-
"shape:
|
|
3763
|
-
"force:org:
|
|
3764
|
-
"org:force:
|
|
3765
|
-
"org:
|
|
3766
|
-
"org:
|
|
3767
|
-
"force:
|
|
3768
|
-
"
|
|
3769
|
-
"
|
|
3770
|
-
"
|
|
3771
|
-
"force:
|
|
3772
|
-
"
|
|
3773
|
-
"
|
|
3774
|
-
"
|
|
3721
|
+
"force:org:shape:list",
|
|
3722
|
+
"org:force:shape:list",
|
|
3723
|
+
"org:shape:force:list",
|
|
3724
|
+
"org:shape:list:force",
|
|
3725
|
+
"force:shape:org:list",
|
|
3726
|
+
"shape:force:org:list",
|
|
3727
|
+
"shape:org:force:list",
|
|
3728
|
+
"shape:org:list:force",
|
|
3729
|
+
"force:shape:list:org",
|
|
3730
|
+
"shape:force:list:org",
|
|
3731
|
+
"shape:list:force:org",
|
|
3732
|
+
"shape:list:org:force",
|
|
3733
|
+
"force:org:list:shape",
|
|
3734
|
+
"org:force:list:shape",
|
|
3735
|
+
"org:list:force:shape",
|
|
3736
|
+
"org:list:shape:force",
|
|
3737
|
+
"force:list:org:shape",
|
|
3738
|
+
"list:force:org:shape",
|
|
3739
|
+
"list:org:force:shape",
|
|
3740
|
+
"list:org:shape:force",
|
|
3741
|
+
"force:list:shape:org",
|
|
3742
|
+
"list:force:shape:org",
|
|
3743
|
+
"list:shape:force:org",
|
|
3744
|
+
"list:shape:org:force"
|
|
3775
3745
|
],
|
|
3776
3746
|
"permutations": [
|
|
3777
|
-
"org:
|
|
3778
|
-
"
|
|
3779
|
-
"
|
|
3780
|
-
"org:shape:
|
|
3781
|
-
"shape:org:
|
|
3782
|
-
"shape:
|
|
3747
|
+
"org:list:shape",
|
|
3748
|
+
"list:org:shape",
|
|
3749
|
+
"list:shape:org",
|
|
3750
|
+
"org:shape:list",
|
|
3751
|
+
"shape:org:list",
|
|
3752
|
+
"shape:list:org"
|
|
3783
3753
|
]
|
|
3784
3754
|
},
|
|
3785
|
-
"org:
|
|
3755
|
+
"org:list:snapshot": {
|
|
3786
3756
|
"aliases": [
|
|
3787
|
-
"force:org:snapshot:
|
|
3757
|
+
"force:org:snapshot:list"
|
|
3788
3758
|
],
|
|
3789
3759
|
"args": {},
|
|
3790
3760
|
"deprecateAliases": true,
|
|
3791
|
-
"description": "Dev Hub
|
|
3761
|
+
"description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
|
|
3792
3762
|
"examples": [
|
|
3793
|
-
"
|
|
3794
|
-
"
|
|
3763
|
+
"List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
|
|
3764
|
+
"List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
|
|
3795
3765
|
],
|
|
3796
3766
|
"flags": {
|
|
3797
3767
|
"json": {
|
|
@@ -3835,27 +3805,17 @@
|
|
|
3835
3805
|
"hasDynamicHelp": false,
|
|
3836
3806
|
"multiple": false,
|
|
3837
3807
|
"type": "option"
|
|
3838
|
-
},
|
|
3839
|
-
"snapshot": {
|
|
3840
|
-
"char": "s",
|
|
3841
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3842
|
-
"name": "snapshot",
|
|
3843
|
-
"required": true,
|
|
3844
|
-
"summary": "Name or ID of snapshot to delete.",
|
|
3845
|
-
"hasDynamicHelp": false,
|
|
3846
|
-
"multiple": false,
|
|
3847
|
-
"type": "option"
|
|
3848
3808
|
}
|
|
3849
3809
|
},
|
|
3850
3810
|
"hasDynamicHelp": true,
|
|
3851
3811
|
"hiddenAliases": [],
|
|
3852
|
-
"id": "org:
|
|
3812
|
+
"id": "org:list:snapshot",
|
|
3853
3813
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3854
3814
|
"pluginName": "@salesforce/plugin-signups",
|
|
3855
3815
|
"pluginType": "jit",
|
|
3856
3816
|
"state": "beta",
|
|
3857
3817
|
"strict": true,
|
|
3858
|
-
"summary": "
|
|
3818
|
+
"summary": "List scratch org snapshots.",
|
|
3859
3819
|
"enableJsonFlag": true,
|
|
3860
3820
|
"SF_ENV": "SF_ENV",
|
|
3861
3821
|
"isESM": true,
|
|
@@ -3863,42 +3823,42 @@
|
|
|
3863
3823
|
"lib",
|
|
3864
3824
|
"commands",
|
|
3865
3825
|
"org",
|
|
3866
|
-
"
|
|
3826
|
+
"list",
|
|
3867
3827
|
"snapshot.js"
|
|
3868
3828
|
],
|
|
3869
3829
|
"aliasPermutations": [
|
|
3870
|
-
"force:org:snapshot:
|
|
3871
|
-
"org:force:snapshot:
|
|
3872
|
-
"org:snapshot:force:
|
|
3873
|
-
"org:snapshot:
|
|
3874
|
-
"force:snapshot:org:
|
|
3875
|
-
"snapshot:force:org:
|
|
3876
|
-
"snapshot:org:force:
|
|
3877
|
-
"snapshot:org:
|
|
3878
|
-
"force:snapshot:
|
|
3879
|
-
"snapshot:force:
|
|
3880
|
-
"snapshot:
|
|
3881
|
-
"snapshot:
|
|
3882
|
-
"force:org:
|
|
3883
|
-
"org:force:
|
|
3884
|
-
"org:
|
|
3885
|
-
"org:
|
|
3886
|
-
"force:
|
|
3887
|
-
"
|
|
3888
|
-
"
|
|
3889
|
-
"
|
|
3890
|
-
"force:
|
|
3891
|
-
"
|
|
3892
|
-
"
|
|
3893
|
-
"
|
|
3830
|
+
"force:org:snapshot:list",
|
|
3831
|
+
"org:force:snapshot:list",
|
|
3832
|
+
"org:snapshot:force:list",
|
|
3833
|
+
"org:snapshot:list:force",
|
|
3834
|
+
"force:snapshot:org:list",
|
|
3835
|
+
"snapshot:force:org:list",
|
|
3836
|
+
"snapshot:org:force:list",
|
|
3837
|
+
"snapshot:org:list:force",
|
|
3838
|
+
"force:snapshot:list:org",
|
|
3839
|
+
"snapshot:force:list:org",
|
|
3840
|
+
"snapshot:list:force:org",
|
|
3841
|
+
"snapshot:list:org:force",
|
|
3842
|
+
"force:org:list:snapshot",
|
|
3843
|
+
"org:force:list:snapshot",
|
|
3844
|
+
"org:list:force:snapshot",
|
|
3845
|
+
"org:list:snapshot:force",
|
|
3846
|
+
"force:list:org:snapshot",
|
|
3847
|
+
"list:force:org:snapshot",
|
|
3848
|
+
"list:org:force:snapshot",
|
|
3849
|
+
"list:org:snapshot:force",
|
|
3850
|
+
"force:list:snapshot:org",
|
|
3851
|
+
"list:force:snapshot:org",
|
|
3852
|
+
"list:snapshot:force:org",
|
|
3853
|
+
"list:snapshot:org:force"
|
|
3894
3854
|
],
|
|
3895
3855
|
"permutations": [
|
|
3896
|
-
"org:
|
|
3897
|
-
"
|
|
3898
|
-
"
|
|
3899
|
-
"org:snapshot:
|
|
3900
|
-
"snapshot:org:
|
|
3901
|
-
"snapshot:
|
|
3856
|
+
"org:list:snapshot",
|
|
3857
|
+
"list:org:snapshot",
|
|
3858
|
+
"list:snapshot:org",
|
|
3859
|
+
"org:snapshot:list",
|
|
3860
|
+
"snapshot:org:list",
|
|
3861
|
+
"snapshot:list:org"
|
|
3902
3862
|
]
|
|
3903
3863
|
},
|
|
3904
3864
|
"org:get:snapshot": {
|
|
@@ -4020,16 +3980,16 @@
|
|
|
4020
3980
|
"snapshot:get:org"
|
|
4021
3981
|
]
|
|
4022
3982
|
},
|
|
4023
|
-
"org:
|
|
3983
|
+
"org:delete:shape": {
|
|
4024
3984
|
"aliases": [
|
|
4025
|
-
"force:org:shape:
|
|
3985
|
+
"force:org:shape:delete"
|
|
4026
3986
|
],
|
|
4027
3987
|
"args": {},
|
|
4028
3988
|
"deprecateAliases": true,
|
|
4029
|
-
"description": "
|
|
3989
|
+
"description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
|
|
4030
3990
|
"examples": [
|
|
4031
|
-
"
|
|
4032
|
-
"
|
|
3991
|
+
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
|
3992
|
+
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
|
4033
3993
|
],
|
|
4034
3994
|
"flags": {
|
|
4035
3995
|
"json": {
|
|
@@ -4039,12 +3999,31 @@
|
|
|
4039
3999
|
"allowNo": false,
|
|
4040
4000
|
"type": "boolean"
|
|
4041
4001
|
},
|
|
4042
|
-
"
|
|
4043
|
-
"
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
"
|
|
4002
|
+
"target-org": {
|
|
4003
|
+
"aliases": [
|
|
4004
|
+
"targetusername",
|
|
4005
|
+
"u"
|
|
4006
|
+
],
|
|
4007
|
+
"char": "o",
|
|
4008
|
+
"deprecateAliases": true,
|
|
4009
|
+
"name": "target-org",
|
|
4010
|
+
"noCacheDefault": true,
|
|
4011
|
+
"required": true,
|
|
4012
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
4013
|
+
"hasDynamicHelp": true,
|
|
4014
|
+
"multiple": false,
|
|
4015
|
+
"type": "option"
|
|
4016
|
+
},
|
|
4017
|
+
"api-version": {
|
|
4018
|
+
"aliases": [
|
|
4019
|
+
"apiversion"
|
|
4020
|
+
],
|
|
4021
|
+
"deprecateAliases": true,
|
|
4022
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4023
|
+
"name": "api-version",
|
|
4024
|
+
"hasDynamicHelp": false,
|
|
4025
|
+
"multiple": false,
|
|
4026
|
+
"type": "option"
|
|
4048
4027
|
},
|
|
4049
4028
|
"loglevel": {
|
|
4050
4029
|
"deprecated": {
|
|
@@ -4055,16 +4034,27 @@
|
|
|
4055
4034
|
"hasDynamicHelp": false,
|
|
4056
4035
|
"multiple": false,
|
|
4057
4036
|
"type": "option"
|
|
4037
|
+
},
|
|
4038
|
+
"no-prompt": {
|
|
4039
|
+
"aliases": [
|
|
4040
|
+
"noprompt"
|
|
4041
|
+
],
|
|
4042
|
+
"char": "p",
|
|
4043
|
+
"deprecateAliases": true,
|
|
4044
|
+
"name": "no-prompt",
|
|
4045
|
+
"summary": "Don't prompt for confirmation.",
|
|
4046
|
+
"allowNo": false,
|
|
4047
|
+
"type": "boolean"
|
|
4058
4048
|
}
|
|
4059
4049
|
},
|
|
4060
|
-
"hasDynamicHelp":
|
|
4050
|
+
"hasDynamicHelp": true,
|
|
4061
4051
|
"hiddenAliases": [],
|
|
4062
|
-
"id": "org:
|
|
4052
|
+
"id": "org:delete:shape",
|
|
4063
4053
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
4064
4054
|
"pluginName": "@salesforce/plugin-signups",
|
|
4065
4055
|
"pluginType": "jit",
|
|
4066
4056
|
"strict": true,
|
|
4067
|
-
"summary": "
|
|
4057
|
+
"summary": "Delete all org shapes for a target org.",
|
|
4068
4058
|
"enableJsonFlag": true,
|
|
4069
4059
|
"SF_ENV": "SF_ENV",
|
|
4070
4060
|
"isESM": true,
|
|
@@ -4072,54 +4062,54 @@
|
|
|
4072
4062
|
"lib",
|
|
4073
4063
|
"commands",
|
|
4074
4064
|
"org",
|
|
4075
|
-
"
|
|
4065
|
+
"delete",
|
|
4076
4066
|
"shape.js"
|
|
4077
4067
|
],
|
|
4078
4068
|
"aliasPermutations": [
|
|
4079
|
-
"force:org:shape:
|
|
4080
|
-
"org:force:shape:
|
|
4081
|
-
"org:shape:force:
|
|
4082
|
-
"org:shape:
|
|
4083
|
-
"force:shape:org:
|
|
4084
|
-
"shape:force:org:
|
|
4085
|
-
"shape:org:force:
|
|
4086
|
-
"shape:org:
|
|
4087
|
-
"force:shape:
|
|
4088
|
-
"shape:force:
|
|
4089
|
-
"shape:
|
|
4090
|
-
"shape:
|
|
4091
|
-
"force:org:
|
|
4092
|
-
"org:force:
|
|
4093
|
-
"org:
|
|
4094
|
-
"org:
|
|
4095
|
-
"force:
|
|
4096
|
-
"
|
|
4097
|
-
"
|
|
4098
|
-
"
|
|
4099
|
-
"force:
|
|
4100
|
-
"
|
|
4101
|
-
"
|
|
4102
|
-
"
|
|
4069
|
+
"force:org:shape:delete",
|
|
4070
|
+
"org:force:shape:delete",
|
|
4071
|
+
"org:shape:force:delete",
|
|
4072
|
+
"org:shape:delete:force",
|
|
4073
|
+
"force:shape:org:delete",
|
|
4074
|
+
"shape:force:org:delete",
|
|
4075
|
+
"shape:org:force:delete",
|
|
4076
|
+
"shape:org:delete:force",
|
|
4077
|
+
"force:shape:delete:org",
|
|
4078
|
+
"shape:force:delete:org",
|
|
4079
|
+
"shape:delete:force:org",
|
|
4080
|
+
"shape:delete:org:force",
|
|
4081
|
+
"force:org:delete:shape",
|
|
4082
|
+
"org:force:delete:shape",
|
|
4083
|
+
"org:delete:force:shape",
|
|
4084
|
+
"org:delete:shape:force",
|
|
4085
|
+
"force:delete:org:shape",
|
|
4086
|
+
"delete:force:org:shape",
|
|
4087
|
+
"delete:org:force:shape",
|
|
4088
|
+
"delete:org:shape:force",
|
|
4089
|
+
"force:delete:shape:org",
|
|
4090
|
+
"delete:force:shape:org",
|
|
4091
|
+
"delete:shape:force:org",
|
|
4092
|
+
"delete:shape:org:force"
|
|
4103
4093
|
],
|
|
4104
4094
|
"permutations": [
|
|
4105
|
-
"org:
|
|
4106
|
-
"
|
|
4107
|
-
"
|
|
4108
|
-
"org:shape:
|
|
4109
|
-
"shape:org:
|
|
4110
|
-
"shape:
|
|
4095
|
+
"org:delete:shape",
|
|
4096
|
+
"delete:org:shape",
|
|
4097
|
+
"delete:shape:org",
|
|
4098
|
+
"org:shape:delete",
|
|
4099
|
+
"shape:org:delete",
|
|
4100
|
+
"shape:delete:org"
|
|
4111
4101
|
]
|
|
4112
4102
|
},
|
|
4113
|
-
"org:
|
|
4103
|
+
"org:delete:snapshot": {
|
|
4114
4104
|
"aliases": [
|
|
4115
|
-
"force:org:snapshot:
|
|
4105
|
+
"force:org:snapshot:delete"
|
|
4116
4106
|
],
|
|
4117
4107
|
"args": {},
|
|
4118
4108
|
"deprecateAliases": true,
|
|
4119
|
-
"description": "
|
|
4109
|
+
"description": "Dev Hub admins can delete any snapshot, while users can delete only their own unless a Dev Hub admin gives the user Modify All permissions.",
|
|
4120
4110
|
"examples": [
|
|
4121
|
-
"
|
|
4122
|
-
"
|
|
4111
|
+
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
4112
|
+
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
|
4123
4113
|
],
|
|
4124
4114
|
"flags": {
|
|
4125
4115
|
"json": {
|
|
@@ -4163,17 +4153,27 @@
|
|
|
4163
4153
|
"hasDynamicHelp": false,
|
|
4164
4154
|
"multiple": false,
|
|
4165
4155
|
"type": "option"
|
|
4156
|
+
},
|
|
4157
|
+
"snapshot": {
|
|
4158
|
+
"char": "s",
|
|
4159
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
4160
|
+
"name": "snapshot",
|
|
4161
|
+
"required": true,
|
|
4162
|
+
"summary": "Name or ID of snapshot to delete.",
|
|
4163
|
+
"hasDynamicHelp": false,
|
|
4164
|
+
"multiple": false,
|
|
4165
|
+
"type": "option"
|
|
4166
4166
|
}
|
|
4167
4167
|
},
|
|
4168
4168
|
"hasDynamicHelp": true,
|
|
4169
4169
|
"hiddenAliases": [],
|
|
4170
|
-
"id": "org:
|
|
4170
|
+
"id": "org:delete:snapshot",
|
|
4171
4171
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
4172
4172
|
"pluginName": "@salesforce/plugin-signups",
|
|
4173
4173
|
"pluginType": "jit",
|
|
4174
4174
|
"state": "beta",
|
|
4175
4175
|
"strict": true,
|
|
4176
|
-
"summary": "
|
|
4176
|
+
"summary": "Delete a scratch org snapshot.",
|
|
4177
4177
|
"enableJsonFlag": true,
|
|
4178
4178
|
"SF_ENV": "SF_ENV",
|
|
4179
4179
|
"isESM": true,
|
|
@@ -4181,42 +4181,42 @@
|
|
|
4181
4181
|
"lib",
|
|
4182
4182
|
"commands",
|
|
4183
4183
|
"org",
|
|
4184
|
-
"
|
|
4184
|
+
"delete",
|
|
4185
4185
|
"snapshot.js"
|
|
4186
4186
|
],
|
|
4187
4187
|
"aliasPermutations": [
|
|
4188
|
-
"force:org:snapshot:
|
|
4189
|
-
"org:force:snapshot:
|
|
4190
|
-
"org:snapshot:force:
|
|
4191
|
-
"org:snapshot:
|
|
4192
|
-
"force:snapshot:org:
|
|
4193
|
-
"snapshot:force:org:
|
|
4194
|
-
"snapshot:org:force:
|
|
4195
|
-
"snapshot:org:
|
|
4196
|
-
"force:snapshot:
|
|
4197
|
-
"snapshot:force:
|
|
4198
|
-
"snapshot:
|
|
4199
|
-
"snapshot:
|
|
4200
|
-
"force:org:
|
|
4201
|
-
"org:force:
|
|
4202
|
-
"org:
|
|
4203
|
-
"org:
|
|
4204
|
-
"force:
|
|
4205
|
-
"
|
|
4206
|
-
"
|
|
4207
|
-
"
|
|
4208
|
-
"force:
|
|
4209
|
-
"
|
|
4210
|
-
"
|
|
4211
|
-
"
|
|
4188
|
+
"force:org:snapshot:delete",
|
|
4189
|
+
"org:force:snapshot:delete",
|
|
4190
|
+
"org:snapshot:force:delete",
|
|
4191
|
+
"org:snapshot:delete:force",
|
|
4192
|
+
"force:snapshot:org:delete",
|
|
4193
|
+
"snapshot:force:org:delete",
|
|
4194
|
+
"snapshot:org:force:delete",
|
|
4195
|
+
"snapshot:org:delete:force",
|
|
4196
|
+
"force:snapshot:delete:org",
|
|
4197
|
+
"snapshot:force:delete:org",
|
|
4198
|
+
"snapshot:delete:force:org",
|
|
4199
|
+
"snapshot:delete:org:force",
|
|
4200
|
+
"force:org:delete:snapshot",
|
|
4201
|
+
"org:force:delete:snapshot",
|
|
4202
|
+
"org:delete:force:snapshot",
|
|
4203
|
+
"org:delete:snapshot:force",
|
|
4204
|
+
"force:delete:org:snapshot",
|
|
4205
|
+
"delete:force:org:snapshot",
|
|
4206
|
+
"delete:org:force:snapshot",
|
|
4207
|
+
"delete:org:snapshot:force",
|
|
4208
|
+
"force:delete:snapshot:org",
|
|
4209
|
+
"delete:force:snapshot:org",
|
|
4210
|
+
"delete:snapshot:force:org",
|
|
4211
|
+
"delete:snapshot:org:force"
|
|
4212
4212
|
],
|
|
4213
4213
|
"permutations": [
|
|
4214
|
-
"org:
|
|
4215
|
-
"
|
|
4216
|
-
"
|
|
4217
|
-
"org:snapshot:
|
|
4218
|
-
"snapshot:org:
|
|
4219
|
-
"snapshot:
|
|
4214
|
+
"org:delete:snapshot",
|
|
4215
|
+
"delete:org:snapshot",
|
|
4216
|
+
"delete:snapshot:org",
|
|
4217
|
+
"org:snapshot:delete",
|
|
4218
|
+
"snapshot:org:delete",
|
|
4219
|
+
"snapshot:delete:org"
|
|
4220
4220
|
]
|
|
4221
4221
|
},
|
|
4222
4222
|
"force:lightning:lwc:test:create": {
|
|
@@ -5240,5 +5240,5 @@
|
|
|
5240
5240
|
]
|
|
5241
5241
|
}
|
|
5242
5242
|
},
|
|
5243
|
-
"version": "2.23.
|
|
5243
|
+
"version": "2.23.3"
|
|
5244
5244
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.23.
|
|
4
|
+
"version": "2.23.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
"@salesforce/plugin-user"
|
|
72
72
|
],
|
|
73
73
|
"jitPlugins": {
|
|
74
|
-
"@salesforce/plugin-custom-metadata": "3.0.
|
|
75
|
-
"@salesforce/plugin-community": "3.0.
|
|
76
|
-
"@salesforce/plugin-dev": "2.1.
|
|
74
|
+
"@salesforce/plugin-custom-metadata": "3.0.8",
|
|
75
|
+
"@salesforce/plugin-community": "3.0.7",
|
|
76
|
+
"@salesforce/plugin-dev": "2.1.1",
|
|
77
77
|
"@salesforce/plugin-devops-center": "1.2.5",
|
|
78
78
|
"@salesforce/plugin-env": "3.0.10",
|
|
79
79
|
"@salesforce/plugin-functions": "1.22.11",
|
|
80
|
-
"@salesforce/plugin-signups": "2.0.
|
|
80
|
+
"@salesforce/plugin-signups": "2.0.10",
|
|
81
81
|
"@salesforce/sfdx-plugin-lwc-test": "1.1.1",
|
|
82
82
|
"@salesforce/sfdx-scanner": "3.19.0"
|
|
83
83
|
},
|
|
@@ -135,8 +135,8 @@
|
|
|
135
135
|
"dependencies": {
|
|
136
136
|
"@oclif/core": "3.15.0",
|
|
137
137
|
"@oclif/plugin-autocomplete": "3.0.3",
|
|
138
|
-
"@oclif/plugin-commands": "3.0.
|
|
139
|
-
"@oclif/plugin-help": "6.0.
|
|
138
|
+
"@oclif/plugin-commands": "3.0.8",
|
|
139
|
+
"@oclif/plugin-help": "6.0.9",
|
|
140
140
|
"@oclif/plugin-not-found": "3.0.5",
|
|
141
141
|
"@oclif/plugin-plugins": "4.1.10",
|
|
142
142
|
"@oclif/plugin-search": "1.0.8",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"@salesforce/plugin-apex": "3.0.9",
|
|
149
149
|
"@salesforce/plugin-auth": "3.0.12",
|
|
150
150
|
"@salesforce/plugin-data": "3.0.8",
|
|
151
|
-
"@salesforce/plugin-deploy-retrieve": "2.2.
|
|
151
|
+
"@salesforce/plugin-deploy-retrieve": "2.2.11",
|
|
152
152
|
"@salesforce/plugin-info": "3.0.8",
|
|
153
153
|
"@salesforce/plugin-limits": "3.0.6",
|
|
154
154
|
"@salesforce/plugin-marketplace": "1.0.11",
|
|
@@ -157,10 +157,10 @@
|
|
|
157
157
|
"@salesforce/plugin-schema": "3.0.8",
|
|
158
158
|
"@salesforce/plugin-settings": "2.0.10",
|
|
159
159
|
"@salesforce/plugin-sobject": "1.0.6",
|
|
160
|
-
"@salesforce/plugin-source": "3.0.
|
|
160
|
+
"@salesforce/plugin-source": "3.0.8",
|
|
161
161
|
"@salesforce/plugin-telemetry": "3.1.6",
|
|
162
162
|
"@salesforce/plugin-templates": "56.0.4",
|
|
163
|
-
"@salesforce/plugin-trust": "3.2.
|
|
163
|
+
"@salesforce/plugin-trust": "3.2.1",
|
|
164
164
|
"@salesforce/plugin-user": "3.1.1",
|
|
165
165
|
"@salesforce/sf-plugins-core": "5.0.10",
|
|
166
166
|
"debug": "^4.3.4"
|