@salesforce/cli 2.23.16 → 2.23.17
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 +41 -41
- package/npm-shrinkwrap.json +42 -42
- package/oclif.manifest.json +137 -137
- package/package.json +12 -12
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.17 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1768,7 +1768,7 @@ EXAMPLES
|
|
|
1768
1768
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1769
1769
|
```
|
|
1770
1770
|
|
|
1771
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
1771
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.13/src/commands/doctor.ts)_
|
|
1772
1772
|
|
|
1773
1773
|
## `sf force data bulk delete`
|
|
1774
1774
|
|
|
@@ -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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/src/commands/force/source/status.ts)_
|
|
3137
3137
|
|
|
3138
3138
|
## `sf force user password generate`
|
|
3139
3139
|
|
|
@@ -3257,7 +3257,7 @@ EXAMPLES
|
|
|
3257
3257
|
$ sf info releasenotes display --version latest
|
|
3258
3258
|
```
|
|
3259
3259
|
|
|
3260
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
3260
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.13/src/commands/info/releasenotes/display.ts)_
|
|
3261
3261
|
|
|
3262
3262
|
## `sf lightning generate app`
|
|
3263
3263
|
|
|
@@ -4362,7 +4362,7 @@ EXAMPLES
|
|
|
4362
4362
|
$ sf org list auth
|
|
4363
4363
|
```
|
|
4364
4364
|
|
|
4365
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4365
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.15/src/commands/org/list/auth.ts)_
|
|
4366
4366
|
|
|
4367
4367
|
## `sf org list limits`
|
|
4368
4368
|
|
|
@@ -4655,7 +4655,7 @@ FLAG DESCRIPTIONS
|
|
|
4655
4655
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4656
4656
|
```
|
|
4657
4657
|
|
|
4658
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4658
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.15/src/commands/org/login/access-token.ts)_
|
|
4659
4659
|
|
|
4660
4660
|
## `sf org login device`
|
|
4661
4661
|
|
|
@@ -4714,7 +4714,7 @@ FLAG DESCRIPTIONS
|
|
|
4714
4714
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4715
4715
|
```
|
|
4716
4716
|
|
|
4717
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4717
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.15/src/commands/org/login/device.ts)_
|
|
4718
4718
|
|
|
4719
4719
|
## `sf org login jwt`
|
|
4720
4720
|
|
|
@@ -4803,7 +4803,7 @@ FLAG DESCRIPTIONS
|
|
|
4803
4803
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4804
4804
|
```
|
|
4805
4805
|
|
|
4806
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4806
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.15/src/commands/org/login/jwt.ts)_
|
|
4807
4807
|
|
|
4808
4808
|
## `sf org login sfdx-url`
|
|
4809
4809
|
|
|
@@ -4861,7 +4861,7 @@ EXAMPLES
|
|
|
4861
4861
|
$ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
|
|
4862
4862
|
```
|
|
4863
4863
|
|
|
4864
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4864
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.15/src/commands/org/login/sfdx-url.ts)_
|
|
4865
4865
|
|
|
4866
4866
|
## `sf org login web`
|
|
4867
4867
|
|
|
@@ -4946,7 +4946,7 @@ FLAG DESCRIPTIONS
|
|
|
4946
4946
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4947
4947
|
```
|
|
4948
4948
|
|
|
4949
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4949
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.15/src/commands/org/login/web.ts)_
|
|
4950
4950
|
|
|
4951
4951
|
## `sf org logout`
|
|
4952
4952
|
|
|
@@ -5006,7 +5006,7 @@ FLAG DESCRIPTIONS
|
|
|
5006
5006
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5007
5007
|
```
|
|
5008
5008
|
|
|
5009
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
5009
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.15/src/commands/org/logout.ts)_
|
|
5010
5010
|
|
|
5011
5011
|
## `sf org open`
|
|
5012
5012
|
|
|
@@ -6533,7 +6533,7 @@ EXAMPLES
|
|
|
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.5/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.12/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_1703926032003] 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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/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.12/src/commands/project/retrieve/start.ts)_
|
|
8215
8215
|
|
|
8216
8216
|
## `sf schema generate field`
|
|
8217
8217
|
|
|
@@ -8609,7 +8609,7 @@ FLAG DESCRIPTIONS
|
|
|
8609
8609
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8610
8610
|
```
|
|
8611
8611
|
|
|
8612
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.
|
|
8612
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.11/src/commands/version.ts)_
|
|
8613
8613
|
|
|
8614
8614
|
## `sf visualforce generate component`
|
|
8615
8615
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.23.
|
|
3
|
+
"version": "2.23.17",
|
|
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.17",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"@oclif/plugin-plugins": "4.1.12",
|
|
19
19
|
"@oclif/plugin-search": "1.0.10",
|
|
20
20
|
"@oclif/plugin-update": "4.1.6",
|
|
21
|
-
"@oclif/plugin-version": "2.0.
|
|
21
|
+
"@oclif/plugin-version": "2.0.11",
|
|
22
22
|
"@oclif/plugin-warn-if-update-available": "3.0.8",
|
|
23
23
|
"@oclif/plugin-which": "3.0.14",
|
|
24
24
|
"@salesforce/core": "^6.1.4",
|
|
25
25
|
"@salesforce/plugin-apex": "3.0.13",
|
|
26
|
-
"@salesforce/plugin-auth": "3.0.
|
|
26
|
+
"@salesforce/plugin-auth": "3.0.15",
|
|
27
27
|
"@salesforce/plugin-data": "3.0.12",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "2.2.
|
|
29
|
-
"@salesforce/plugin-info": "3.0.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "2.2.12",
|
|
29
|
+
"@salesforce/plugin-info": "3.0.13",
|
|
30
30
|
"@salesforce/plugin-limits": "3.0.11",
|
|
31
31
|
"@salesforce/plugin-marketplace": "1.0.14",
|
|
32
32
|
"@salesforce/plugin-org": "3.1.6",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@salesforce/plugin-schema": "3.0.10",
|
|
35
35
|
"@salesforce/plugin-settings": "2.0.13",
|
|
36
36
|
"@salesforce/plugin-sobject": "1.0.7",
|
|
37
|
-
"@salesforce/plugin-source": "3.0.
|
|
38
|
-
"@salesforce/plugin-telemetry": "3.1.
|
|
37
|
+
"@salesforce/plugin-source": "3.0.10",
|
|
38
|
+
"@salesforce/plugin-telemetry": "3.1.8",
|
|
39
39
|
"@salesforce/plugin-templates": "56.0.7",
|
|
40
|
-
"@salesforce/plugin-trust": "3.2.
|
|
40
|
+
"@salesforce/plugin-trust": "3.2.5",
|
|
41
41
|
"@salesforce/plugin-user": "3.1.4",
|
|
42
42
|
"@salesforce/sf-plugins-core": "5.0.13",
|
|
43
43
|
"debug": "^4.3.4"
|
|
@@ -2592,12 +2592,12 @@
|
|
|
2592
2592
|
}
|
|
2593
2593
|
},
|
|
2594
2594
|
"node_modules/@oclif/plugin-version": {
|
|
2595
|
-
"version": "2.0.
|
|
2596
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.
|
|
2597
|
-
"integrity": "sha512-
|
|
2595
|
+
"version": "2.0.11",
|
|
2596
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.11.tgz",
|
|
2597
|
+
"integrity": "sha512-FGwIJDaSf8QqXdzSPfGiXihOG3SL1jPMiWDcIVHtOIUMoB3FS5SUQaNwLhr1oq5ml4HRPp8OjfTGN/wJyL0RHQ==",
|
|
2598
2598
|
"license": "MIT",
|
|
2599
2599
|
"dependencies": {
|
|
2600
|
-
"@oclif/core": "^3.15.
|
|
2600
|
+
"@oclif/core": "^3.15.1"
|
|
2601
2601
|
},
|
|
2602
2602
|
"engines": {
|
|
2603
2603
|
"node": ">=18.0.0"
|
|
@@ -3206,15 +3206,15 @@
|
|
|
3206
3206
|
}
|
|
3207
3207
|
},
|
|
3208
3208
|
"node_modules/@salesforce/plugin-auth": {
|
|
3209
|
-
"version": "3.0.
|
|
3210
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.
|
|
3211
|
-
"integrity": "sha512-
|
|
3209
|
+
"version": "3.0.15",
|
|
3210
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.15.tgz",
|
|
3211
|
+
"integrity": "sha512-yq1Lpdj4VkLG6/M1dpPubnKNx0sEATYVQVFPTwqHOR8wqQg7Gh9FSjvb5kPH5srZOZEDN3LOmVld3UKlduCymg==",
|
|
3212
3212
|
"license": "BSD-3-Clause",
|
|
3213
3213
|
"dependencies": {
|
|
3214
3214
|
"@oclif/core": "^3.15.0",
|
|
3215
|
-
"@salesforce/core": "^6.4.
|
|
3215
|
+
"@salesforce/core": "^6.4.2",
|
|
3216
3216
|
"@salesforce/kit": "^3.0.15",
|
|
3217
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
3217
|
+
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
3218
3218
|
"@salesforce/ts-types": "^2.0.9",
|
|
3219
3219
|
"chalk": "^5.3.0",
|
|
3220
3220
|
"open": "^9.1.0"
|
|
@@ -3374,16 +3374,16 @@
|
|
|
3374
3374
|
"license": "MIT"
|
|
3375
3375
|
},
|
|
3376
3376
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
3377
|
-
"version": "2.2.
|
|
3378
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.2.
|
|
3379
|
-
"integrity": "sha512-
|
|
3377
|
+
"version": "2.2.12",
|
|
3378
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.2.12.tgz",
|
|
3379
|
+
"integrity": "sha512-cMLUqOvD3JXiMkRg9HAykdKT7TxH5t4PH8Z/6c0M+TU+c+2+8jKQRTm/+RJFlKLviM5tU/VJMhFGU3E5uDSzRg==",
|
|
3380
3380
|
"license": "BSD-3-Clause",
|
|
3381
3381
|
"dependencies": {
|
|
3382
3382
|
"@oclif/core": "^3.12.0",
|
|
3383
3383
|
"@salesforce/apex-node": "^2.1.7",
|
|
3384
|
-
"@salesforce/core": "^6.4.
|
|
3384
|
+
"@salesforce/core": "^6.4.2",
|
|
3385
3385
|
"@salesforce/kit": "^3.0.15",
|
|
3386
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
3386
|
+
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
3387
3387
|
"@salesforce/source-deploy-retrieve": "^10.2.3",
|
|
3388
3388
|
"@salesforce/source-tracking": "^5.1.3",
|
|
3389
3389
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3406,15 +3406,15 @@
|
|
|
3406
3406
|
}
|
|
3407
3407
|
},
|
|
3408
3408
|
"node_modules/@salesforce/plugin-info": {
|
|
3409
|
-
"version": "3.0.
|
|
3410
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.
|
|
3411
|
-
"integrity": "sha512-
|
|
3409
|
+
"version": "3.0.13",
|
|
3410
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.13.tgz",
|
|
3411
|
+
"integrity": "sha512-7aKWbmBTKa2acIaCO2x7EQtFaVc2cesha25VZeTZEWFVC+G6m+SEtxf6/JcQaLjW2gJ8IiqoDWGplEsK/hK9pg==",
|
|
3412
3412
|
"license": "BSD-3-Clause",
|
|
3413
3413
|
"dependencies": {
|
|
3414
3414
|
"@oclif/core": "^3.15.1",
|
|
3415
3415
|
"@salesforce/core": "^6.4.0",
|
|
3416
3416
|
"@salesforce/kit": "^3.0.15",
|
|
3417
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
3417
|
+
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
3418
3418
|
"got": "^13.0.0",
|
|
3419
3419
|
"marked": "^4.3.0",
|
|
3420
3420
|
"marked-terminal": "^4.2.0",
|
|
@@ -8360,16 +8360,16 @@
|
|
|
8360
8360
|
}
|
|
8361
8361
|
},
|
|
8362
8362
|
"node_modules/@salesforce/plugin-source": {
|
|
8363
|
-
"version": "3.0.
|
|
8364
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.0.
|
|
8365
|
-
"integrity": "sha512-
|
|
8363
|
+
"version": "3.0.10",
|
|
8364
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.0.10.tgz",
|
|
8365
|
+
"integrity": "sha512-Nag4JHkDX+sRmZTBzI0YKQDOkOXYpT1jAmlC+Sz1WUVe2UtodokkJ9vzyu0WrRHcpDM86YKIrc/BVeiddQNOqw==",
|
|
8366
8366
|
"license": "BSD-3-Clause",
|
|
8367
8367
|
"dependencies": {
|
|
8368
|
-
"@oclif/core": "^3.
|
|
8368
|
+
"@oclif/core": "^3.15.1",
|
|
8369
8369
|
"@salesforce/apex-node": "^2.1.7",
|
|
8370
|
-
"@salesforce/core": "^6.4.
|
|
8370
|
+
"@salesforce/core": "^6.4.2",
|
|
8371
8371
|
"@salesforce/kit": "^3.0.15",
|
|
8372
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
8372
|
+
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
8373
8373
|
"@salesforce/source-deploy-retrieve": "^10.2.1",
|
|
8374
8374
|
"@salesforce/source-tracking": "^5.1.3",
|
|
8375
8375
|
"chalk": "^5.3.0",
|
|
@@ -8542,13 +8542,13 @@
|
|
|
8542
8542
|
}
|
|
8543
8543
|
},
|
|
8544
8544
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
8545
|
-
"version": "3.1.
|
|
8546
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.
|
|
8547
|
-
"integrity": "sha512-
|
|
8545
|
+
"version": "3.1.8",
|
|
8546
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.8.tgz",
|
|
8547
|
+
"integrity": "sha512-fMYXfNVsF9h7z71LnMvC4NJNBLyMnVQLBtWEUZVRkV1eErP80RIGzCptug26rsm97HxMHx1Ai5Cu+il+HSaFAw==",
|
|
8548
8548
|
"license": "BSD-3-Clause",
|
|
8549
8549
|
"dependencies": {
|
|
8550
|
-
"@oclif/core": "^3.
|
|
8551
|
-
"@salesforce/core": "^6.4.
|
|
8550
|
+
"@oclif/core": "^3.15.1",
|
|
8551
|
+
"@salesforce/core": "^6.4.2",
|
|
8552
8552
|
"@salesforce/sf-plugins-core": "^5.0.3",
|
|
8553
8553
|
"@salesforce/telemetry": "^5.0.5",
|
|
8554
8554
|
"debug": "^4.3.4"
|
|
@@ -8575,14 +8575,14 @@
|
|
|
8575
8575
|
}
|
|
8576
8576
|
},
|
|
8577
8577
|
"node_modules/@salesforce/plugin-trust": {
|
|
8578
|
-
"version": "3.2.
|
|
8579
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.2.
|
|
8580
|
-
"integrity": "sha512-
|
|
8578
|
+
"version": "3.2.5",
|
|
8579
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.2.5.tgz",
|
|
8580
|
+
"integrity": "sha512-1SkrwJyFg9OhqGCm2t8j+Ip9eObIw9b2aBkU4w58yylJilWHyJ7xhd7/N/AA3JSowXd3+BPo3zFaSz0C+TU2Dw==",
|
|
8581
8581
|
"license": "BSD-3-Clause",
|
|
8582
8582
|
"dependencies": {
|
|
8583
8583
|
"@oclif/core": "^3.15.0",
|
|
8584
8584
|
"@salesforce/core": "^6.4.2",
|
|
8585
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
8585
|
+
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
8586
8586
|
"got": "^13.0.0",
|
|
8587
8587
|
"npm": "10.2.3",
|
|
8588
8588
|
"npm-run-path": "^4.0.1",
|
package/oclif.manifest.json
CHANGED
|
@@ -1226,6 +1226,142 @@
|
|
|
1226
1226
|
"messages:audit:dev"
|
|
1227
1227
|
]
|
|
1228
1228
|
},
|
|
1229
|
+
"dev:configure:repo": {
|
|
1230
|
+
"aliases": [],
|
|
1231
|
+
"args": {},
|
|
1232
|
+
"description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
|
|
1233
|
+
"examples": [
|
|
1234
|
+
"Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1235
|
+
],
|
|
1236
|
+
"flags": {
|
|
1237
|
+
"json": {
|
|
1238
|
+
"description": "Format output as json.",
|
|
1239
|
+
"helpGroup": "GLOBAL",
|
|
1240
|
+
"name": "json",
|
|
1241
|
+
"allowNo": false,
|
|
1242
|
+
"type": "boolean"
|
|
1243
|
+
},
|
|
1244
|
+
"repository": {
|
|
1245
|
+
"char": "r",
|
|
1246
|
+
"name": "repository",
|
|
1247
|
+
"required": true,
|
|
1248
|
+
"summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
|
|
1249
|
+
"hasDynamicHelp": false,
|
|
1250
|
+
"multiple": false,
|
|
1251
|
+
"type": "option"
|
|
1252
|
+
},
|
|
1253
|
+
"dry-run": {
|
|
1254
|
+
"aliases": [
|
|
1255
|
+
"dryrun"
|
|
1256
|
+
],
|
|
1257
|
+
"char": "d",
|
|
1258
|
+
"name": "dry-run",
|
|
1259
|
+
"summary": "Make no changes.",
|
|
1260
|
+
"allowNo": false,
|
|
1261
|
+
"type": "boolean"
|
|
1262
|
+
},
|
|
1263
|
+
"bot": {
|
|
1264
|
+
"char": "b",
|
|
1265
|
+
"name": "bot",
|
|
1266
|
+
"summary": "GitHub login/username for the bot.",
|
|
1267
|
+
"default": "SF-CLI-BOT",
|
|
1268
|
+
"hasDynamicHelp": false,
|
|
1269
|
+
"multiple": false,
|
|
1270
|
+
"type": "option"
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"hasDynamicHelp": false,
|
|
1274
|
+
"hiddenAliases": [],
|
|
1275
|
+
"id": "dev:configure:repo",
|
|
1276
|
+
"pluginAlias": "@salesforce/plugin-dev",
|
|
1277
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1278
|
+
"pluginType": "jit",
|
|
1279
|
+
"strict": true,
|
|
1280
|
+
"summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
|
|
1281
|
+
"enableJsonFlag": true,
|
|
1282
|
+
"SF_ENV": "SF_ENV",
|
|
1283
|
+
"isESM": true,
|
|
1284
|
+
"relativePath": [
|
|
1285
|
+
"lib",
|
|
1286
|
+
"commands",
|
|
1287
|
+
"dev",
|
|
1288
|
+
"configure",
|
|
1289
|
+
"repo.js"
|
|
1290
|
+
],
|
|
1291
|
+
"aliasPermutations": [],
|
|
1292
|
+
"permutations": [
|
|
1293
|
+
"dev:configure:repo",
|
|
1294
|
+
"configure:dev:repo",
|
|
1295
|
+
"configure:repo:dev",
|
|
1296
|
+
"dev:repo:configure",
|
|
1297
|
+
"repo:dev:configure",
|
|
1298
|
+
"repo:configure:dev"
|
|
1299
|
+
]
|
|
1300
|
+
},
|
|
1301
|
+
"dev:configure:secrets": {
|
|
1302
|
+
"aliases": [],
|
|
1303
|
+
"args": {},
|
|
1304
|
+
"description": "Inspects a repo's yaml files and verifies that secrets required are available for the repo (either set at the repo level or shared via organization-level secrets).\n\nThis command requires scope:admin permissions to inspect the org secrets and admin access to the repo to inspect the repo secrets.",
|
|
1305
|
+
"examples": [
|
|
1306
|
+
"Ensure secrets access for the repo \"testPackageRelease\", with owner \"salesforcecli\":",
|
|
1307
|
+
"<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1308
|
+
],
|
|
1309
|
+
"flags": {
|
|
1310
|
+
"json": {
|
|
1311
|
+
"description": "Format output as json.",
|
|
1312
|
+
"helpGroup": "GLOBAL",
|
|
1313
|
+
"name": "json",
|
|
1314
|
+
"allowNo": false,
|
|
1315
|
+
"type": "boolean"
|
|
1316
|
+
},
|
|
1317
|
+
"repository": {
|
|
1318
|
+
"char": "r",
|
|
1319
|
+
"name": "repository",
|
|
1320
|
+
"required": true,
|
|
1321
|
+
"summary": "Github owner/repo.",
|
|
1322
|
+
"hasDynamicHelp": false,
|
|
1323
|
+
"multiple": false,
|
|
1324
|
+
"type": "option"
|
|
1325
|
+
},
|
|
1326
|
+
"dry-run": {
|
|
1327
|
+
"aliases": [
|
|
1328
|
+
"dryrun"
|
|
1329
|
+
],
|
|
1330
|
+
"char": "d",
|
|
1331
|
+
"name": "dry-run",
|
|
1332
|
+
"summary": "Make no changes.",
|
|
1333
|
+
"allowNo": false,
|
|
1334
|
+
"type": "boolean"
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"hasDynamicHelp": false,
|
|
1338
|
+
"hiddenAliases": [],
|
|
1339
|
+
"id": "dev:configure:secrets",
|
|
1340
|
+
"pluginAlias": "@salesforce/plugin-dev",
|
|
1341
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1342
|
+
"pluginType": "jit",
|
|
1343
|
+
"strict": true,
|
|
1344
|
+
"summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
|
|
1345
|
+
"enableJsonFlag": true,
|
|
1346
|
+
"SF_ENV": "SF_ENV",
|
|
1347
|
+
"isESM": true,
|
|
1348
|
+
"relativePath": [
|
|
1349
|
+
"lib",
|
|
1350
|
+
"commands",
|
|
1351
|
+
"dev",
|
|
1352
|
+
"configure",
|
|
1353
|
+
"secrets.js"
|
|
1354
|
+
],
|
|
1355
|
+
"aliasPermutations": [],
|
|
1356
|
+
"permutations": [
|
|
1357
|
+
"dev:configure:secrets",
|
|
1358
|
+
"configure:dev:secrets",
|
|
1359
|
+
"configure:secrets:dev",
|
|
1360
|
+
"dev:secrets:configure",
|
|
1361
|
+
"secrets:dev:configure",
|
|
1362
|
+
"secrets:configure:dev"
|
|
1363
|
+
]
|
|
1364
|
+
},
|
|
1229
1365
|
"dev:convert:messages": {
|
|
1230
1366
|
"aliases": [],
|
|
1231
1367
|
"args": {},
|
|
@@ -1546,142 +1682,6 @@
|
|
|
1546
1682
|
"plugin:generate:dev"
|
|
1547
1683
|
]
|
|
1548
1684
|
},
|
|
1549
|
-
"dev:configure:repo": {
|
|
1550
|
-
"aliases": [],
|
|
1551
|
-
"args": {},
|
|
1552
|
-
"description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
|
|
1553
|
-
"examples": [
|
|
1554
|
-
"Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1555
|
-
],
|
|
1556
|
-
"flags": {
|
|
1557
|
-
"json": {
|
|
1558
|
-
"description": "Format output as json.",
|
|
1559
|
-
"helpGroup": "GLOBAL",
|
|
1560
|
-
"name": "json",
|
|
1561
|
-
"allowNo": false,
|
|
1562
|
-
"type": "boolean"
|
|
1563
|
-
},
|
|
1564
|
-
"repository": {
|
|
1565
|
-
"char": "r",
|
|
1566
|
-
"name": "repository",
|
|
1567
|
-
"required": true,
|
|
1568
|
-
"summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
|
|
1569
|
-
"hasDynamicHelp": false,
|
|
1570
|
-
"multiple": false,
|
|
1571
|
-
"type": "option"
|
|
1572
|
-
},
|
|
1573
|
-
"dry-run": {
|
|
1574
|
-
"aliases": [
|
|
1575
|
-
"dryrun"
|
|
1576
|
-
],
|
|
1577
|
-
"char": "d",
|
|
1578
|
-
"name": "dry-run",
|
|
1579
|
-
"summary": "Make no changes.",
|
|
1580
|
-
"allowNo": false,
|
|
1581
|
-
"type": "boolean"
|
|
1582
|
-
},
|
|
1583
|
-
"bot": {
|
|
1584
|
-
"char": "b",
|
|
1585
|
-
"name": "bot",
|
|
1586
|
-
"summary": "GitHub login/username for the bot.",
|
|
1587
|
-
"default": "SF-CLI-BOT",
|
|
1588
|
-
"hasDynamicHelp": false,
|
|
1589
|
-
"multiple": false,
|
|
1590
|
-
"type": "option"
|
|
1591
|
-
}
|
|
1592
|
-
},
|
|
1593
|
-
"hasDynamicHelp": false,
|
|
1594
|
-
"hiddenAliases": [],
|
|
1595
|
-
"id": "dev:configure:repo",
|
|
1596
|
-
"pluginAlias": "@salesforce/plugin-dev",
|
|
1597
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1598
|
-
"pluginType": "jit",
|
|
1599
|
-
"strict": true,
|
|
1600
|
-
"summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
|
|
1601
|
-
"enableJsonFlag": true,
|
|
1602
|
-
"SF_ENV": "SF_ENV",
|
|
1603
|
-
"isESM": true,
|
|
1604
|
-
"relativePath": [
|
|
1605
|
-
"lib",
|
|
1606
|
-
"commands",
|
|
1607
|
-
"dev",
|
|
1608
|
-
"configure",
|
|
1609
|
-
"repo.js"
|
|
1610
|
-
],
|
|
1611
|
-
"aliasPermutations": [],
|
|
1612
|
-
"permutations": [
|
|
1613
|
-
"dev:configure:repo",
|
|
1614
|
-
"configure:dev:repo",
|
|
1615
|
-
"configure:repo:dev",
|
|
1616
|
-
"dev:repo:configure",
|
|
1617
|
-
"repo:dev:configure",
|
|
1618
|
-
"repo:configure:dev"
|
|
1619
|
-
]
|
|
1620
|
-
},
|
|
1621
|
-
"dev:configure:secrets": {
|
|
1622
|
-
"aliases": [],
|
|
1623
|
-
"args": {},
|
|
1624
|
-
"description": "Inspects a repo's yaml files and verifies that secrets required are available for the repo (either set at the repo level or shared via organization-level secrets).\n\nThis command requires scope:admin permissions to inspect the org secrets and admin access to the repo to inspect the repo secrets.",
|
|
1625
|
-
"examples": [
|
|
1626
|
-
"Ensure secrets access for the repo \"testPackageRelease\", with owner \"salesforcecli\":",
|
|
1627
|
-
"<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1628
|
-
],
|
|
1629
|
-
"flags": {
|
|
1630
|
-
"json": {
|
|
1631
|
-
"description": "Format output as json.",
|
|
1632
|
-
"helpGroup": "GLOBAL",
|
|
1633
|
-
"name": "json",
|
|
1634
|
-
"allowNo": false,
|
|
1635
|
-
"type": "boolean"
|
|
1636
|
-
},
|
|
1637
|
-
"repository": {
|
|
1638
|
-
"char": "r",
|
|
1639
|
-
"name": "repository",
|
|
1640
|
-
"required": true,
|
|
1641
|
-
"summary": "Github owner/repo.",
|
|
1642
|
-
"hasDynamicHelp": false,
|
|
1643
|
-
"multiple": false,
|
|
1644
|
-
"type": "option"
|
|
1645
|
-
},
|
|
1646
|
-
"dry-run": {
|
|
1647
|
-
"aliases": [
|
|
1648
|
-
"dryrun"
|
|
1649
|
-
],
|
|
1650
|
-
"char": "d",
|
|
1651
|
-
"name": "dry-run",
|
|
1652
|
-
"summary": "Make no changes.",
|
|
1653
|
-
"allowNo": false,
|
|
1654
|
-
"type": "boolean"
|
|
1655
|
-
}
|
|
1656
|
-
},
|
|
1657
|
-
"hasDynamicHelp": false,
|
|
1658
|
-
"hiddenAliases": [],
|
|
1659
|
-
"id": "dev:configure:secrets",
|
|
1660
|
-
"pluginAlias": "@salesforce/plugin-dev",
|
|
1661
|
-
"pluginName": "@salesforce/plugin-dev",
|
|
1662
|
-
"pluginType": "jit",
|
|
1663
|
-
"strict": true,
|
|
1664
|
-
"summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
|
|
1665
|
-
"enableJsonFlag": true,
|
|
1666
|
-
"SF_ENV": "SF_ENV",
|
|
1667
|
-
"isESM": true,
|
|
1668
|
-
"relativePath": [
|
|
1669
|
-
"lib",
|
|
1670
|
-
"commands",
|
|
1671
|
-
"dev",
|
|
1672
|
-
"configure",
|
|
1673
|
-
"secrets.js"
|
|
1674
|
-
],
|
|
1675
|
-
"aliasPermutations": [],
|
|
1676
|
-
"permutations": [
|
|
1677
|
-
"dev:configure:secrets",
|
|
1678
|
-
"configure:dev:secrets",
|
|
1679
|
-
"configure:secrets:dev",
|
|
1680
|
-
"dev:secrets:configure",
|
|
1681
|
-
"secrets:dev:configure",
|
|
1682
|
-
"secrets:configure:dev"
|
|
1683
|
-
]
|
|
1684
|
-
},
|
|
1685
1685
|
"project:deploy:pipeline:quick": {
|
|
1686
1686
|
"id": "project:deploy:pipeline:quick",
|
|
1687
1687
|
"summary": "Quickly deploy a validated deployment to an org.",
|
|
@@ -5240,5 +5240,5 @@
|
|
|
5240
5240
|
]
|
|
5241
5241
|
}
|
|
5242
5242
|
},
|
|
5243
|
-
"version": "2.23.
|
|
5243
|
+
"version": "2.23.17"
|
|
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.17",
|
|
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.12",
|
|
75
|
+
"@salesforce/plugin-community": "3.0.10",
|
|
76
|
+
"@salesforce/plugin-dev": "2.1.3",
|
|
77
77
|
"@salesforce/plugin-devops-center": "1.2.5",
|
|
78
78
|
"@salesforce/plugin-env": "3.0.12",
|
|
79
79
|
"@salesforce/plugin-functions": "1.22.11",
|
|
80
|
-
"@salesforce/plugin-signups": "2.0.
|
|
80
|
+
"@salesforce/plugin-signups": "2.0.13",
|
|
81
81
|
"@salesforce/sfdx-plugin-lwc-test": "1.1.1",
|
|
82
82
|
"@salesforce/sfdx-scanner": "3.19.0"
|
|
83
83
|
},
|
|
@@ -141,15 +141,15 @@
|
|
|
141
141
|
"@oclif/plugin-plugins": "4.1.12",
|
|
142
142
|
"@oclif/plugin-search": "1.0.10",
|
|
143
143
|
"@oclif/plugin-update": "4.1.6",
|
|
144
|
-
"@oclif/plugin-version": "2.0.
|
|
144
|
+
"@oclif/plugin-version": "2.0.11",
|
|
145
145
|
"@oclif/plugin-warn-if-update-available": "3.0.8",
|
|
146
146
|
"@oclif/plugin-which": "3.0.14",
|
|
147
147
|
"@salesforce/core": "^6.1.4",
|
|
148
148
|
"@salesforce/plugin-apex": "3.0.13",
|
|
149
|
-
"@salesforce/plugin-auth": "3.0.
|
|
149
|
+
"@salesforce/plugin-auth": "3.0.15",
|
|
150
150
|
"@salesforce/plugin-data": "3.0.12",
|
|
151
|
-
"@salesforce/plugin-deploy-retrieve": "2.2.
|
|
152
|
-
"@salesforce/plugin-info": "3.0.
|
|
151
|
+
"@salesforce/plugin-deploy-retrieve": "2.2.12",
|
|
152
|
+
"@salesforce/plugin-info": "3.0.13",
|
|
153
153
|
"@salesforce/plugin-limits": "3.0.11",
|
|
154
154
|
"@salesforce/plugin-marketplace": "1.0.14",
|
|
155
155
|
"@salesforce/plugin-org": "3.1.6",
|
|
@@ -157,10 +157,10 @@
|
|
|
157
157
|
"@salesforce/plugin-schema": "3.0.10",
|
|
158
158
|
"@salesforce/plugin-settings": "2.0.13",
|
|
159
159
|
"@salesforce/plugin-sobject": "1.0.7",
|
|
160
|
-
"@salesforce/plugin-source": "3.0.
|
|
161
|
-
"@salesforce/plugin-telemetry": "3.1.
|
|
160
|
+
"@salesforce/plugin-source": "3.0.10",
|
|
161
|
+
"@salesforce/plugin-telemetry": "3.1.8",
|
|
162
162
|
"@salesforce/plugin-templates": "56.0.7",
|
|
163
|
-
"@salesforce/plugin-trust": "3.2.
|
|
163
|
+
"@salesforce/plugin-trust": "3.2.5",
|
|
164
164
|
"@salesforce/plugin-user": "3.1.4",
|
|
165
165
|
"@salesforce/sf-plugins-core": "5.0.13",
|
|
166
166
|
"debug": "^4.3.4"
|