@salesforce/cli 2.139.4 → 2.139.6
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 +45 -45
- package/npm-shrinkwrap.json +220 -381
- package/oclif.lock +255 -339
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.139.
|
|
28
|
+
@salesforce/cli/2.139.6 linux-x64 node-v22.22.3
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -6972,7 +6972,7 @@ FLAG DESCRIPTIONS
|
|
|
6972
6972
|
--installation-key-bypass flag is required.
|
|
6973
6973
|
```
|
|
6974
6974
|
|
|
6975
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6975
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/convert.ts)_
|
|
6976
6976
|
|
|
6977
6977
|
## `sf package create`
|
|
6978
6978
|
|
|
@@ -7051,7 +7051,7 @@ FLAG DESCRIPTIONS
|
|
|
7051
7051
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
7052
7052
|
```
|
|
7053
7053
|
|
|
7054
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7054
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/create.ts)_
|
|
7055
7055
|
|
|
7056
7056
|
## `sf package delete`
|
|
7057
7057
|
|
|
@@ -7093,7 +7093,7 @@ EXAMPLES
|
|
|
7093
7093
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
7094
7094
|
```
|
|
7095
7095
|
|
|
7096
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7096
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/delete.ts)_
|
|
7097
7097
|
|
|
7098
7098
|
## `sf package install`
|
|
7099
7099
|
|
|
@@ -7192,7 +7192,7 @@ FLAG DESCRIPTIONS
|
|
|
7192
7192
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
7193
7193
|
```
|
|
7194
7194
|
|
|
7195
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7195
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/install.ts)_
|
|
7196
7196
|
|
|
7197
7197
|
## `sf package install report`
|
|
7198
7198
|
|
|
@@ -7225,7 +7225,7 @@ EXAMPLES
|
|
|
7225
7225
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
7226
7226
|
```
|
|
7227
7227
|
|
|
7228
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7228
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/install/report.ts)_
|
|
7229
7229
|
|
|
7230
7230
|
## `sf package installed list`
|
|
7231
7231
|
|
|
@@ -7257,7 +7257,7 @@ EXAMPLES
|
|
|
7257
7257
|
$ sf package installed list --target-org me@example.com
|
|
7258
7258
|
```
|
|
7259
7259
|
|
|
7260
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7260
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/installed/list.ts)_
|
|
7261
7261
|
|
|
7262
7262
|
## `sf package list`
|
|
7263
7263
|
|
|
@@ -7295,7 +7295,7 @@ EXAMPLES
|
|
|
7295
7295
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
7296
7296
|
```
|
|
7297
7297
|
|
|
7298
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7298
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/list.ts)_
|
|
7299
7299
|
|
|
7300
7300
|
## `sf package push-upgrade abort`
|
|
7301
7301
|
|
|
@@ -7334,7 +7334,7 @@ EXAMPLES
|
|
|
7334
7334
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
7335
7335
|
```
|
|
7336
7336
|
|
|
7337
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7337
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/push-upgrade/abort.ts)_
|
|
7338
7338
|
|
|
7339
7339
|
## `sf package push-upgrade list`
|
|
7340
7340
|
|
|
@@ -7393,7 +7393,7 @@ EXAMPLES
|
|
|
7393
7393
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
7394
7394
|
```
|
|
7395
7395
|
|
|
7396
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7396
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/push-upgrade/list.ts)_
|
|
7397
7397
|
|
|
7398
7398
|
## `sf package push-upgrade report`
|
|
7399
7399
|
|
|
@@ -7435,7 +7435,7 @@ EXAMPLES
|
|
|
7435
7435
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
7436
7436
|
```
|
|
7437
7437
|
|
|
7438
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7438
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/push-upgrade/report.ts)_
|
|
7439
7439
|
|
|
7440
7440
|
## `sf package push-upgrade schedule`
|
|
7441
7441
|
|
|
@@ -7522,7 +7522,7 @@ FLAG DESCRIPTIONS
|
|
|
7522
7522
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
7523
7523
|
```
|
|
7524
7524
|
|
|
7525
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7525
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/push-upgrade/schedule.ts)_
|
|
7526
7526
|
|
|
7527
7527
|
## `sf package uninstall`
|
|
7528
7528
|
|
|
@@ -7570,7 +7570,7 @@ EXAMPLES
|
|
|
7570
7570
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
7571
7571
|
```
|
|
7572
7572
|
|
|
7573
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7573
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/uninstall.ts)_
|
|
7574
7574
|
|
|
7575
7575
|
## `sf package uninstall report`
|
|
7576
7576
|
|
|
@@ -7603,7 +7603,7 @@ EXAMPLES
|
|
|
7603
7603
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
7604
7604
|
```
|
|
7605
7605
|
|
|
7606
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7606
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/uninstall/report.ts)_
|
|
7607
7607
|
|
|
7608
7608
|
## `sf package update`
|
|
7609
7609
|
|
|
@@ -7671,7 +7671,7 @@ FLAG DESCRIPTIONS
|
|
|
7671
7671
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
7672
7672
|
```
|
|
7673
7673
|
|
|
7674
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7674
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/update.ts)_
|
|
7675
7675
|
|
|
7676
7676
|
## `sf package version create`
|
|
7677
7677
|
|
|
@@ -7848,7 +7848,7 @@ FLAG DESCRIPTIONS
|
|
|
7848
7848
|
periods of no output from commands.
|
|
7849
7849
|
```
|
|
7850
7850
|
|
|
7851
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7851
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/version/create.ts)_
|
|
7852
7852
|
|
|
7853
7853
|
## `sf package version create list`
|
|
7854
7854
|
|
|
@@ -7909,7 +7909,7 @@ EXAMPLES
|
|
|
7909
7909
|
$ sf package version create list --created-last-days 0 --status Success
|
|
7910
7910
|
```
|
|
7911
7911
|
|
|
7912
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7912
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/version/create/list.ts)_
|
|
7913
7913
|
|
|
7914
7914
|
## `sf package version create report`
|
|
7915
7915
|
|
|
@@ -7952,7 +7952,7 @@ EXAMPLES
|
|
|
7952
7952
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
7953
7953
|
```
|
|
7954
7954
|
|
|
7955
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7955
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/version/create/report.ts)_
|
|
7956
7956
|
|
|
7957
7957
|
## `sf package version delete`
|
|
7958
7958
|
|
|
@@ -7993,7 +7993,7 @@ EXAMPLES
|
|
|
7993
7993
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
7994
7994
|
```
|
|
7995
7995
|
|
|
7996
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
7996
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/version/delete.ts)_
|
|
7997
7997
|
|
|
7998
7998
|
## `sf package version displayancestry`
|
|
7999
7999
|
|
|
@@ -8053,7 +8053,7 @@ FLAG DESCRIPTIONS
|
|
|
8053
8053
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
8054
8054
|
```
|
|
8055
8055
|
|
|
8056
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
8056
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/version/displayancestry.ts)_
|
|
8057
8057
|
|
|
8058
8058
|
## `sf package version displaydependencies`
|
|
8059
8059
|
|
|
@@ -8115,7 +8115,7 @@ FLAG DESCRIPTIONS
|
|
|
8115
8115
|
package, which must be installed last.
|
|
8116
8116
|
```
|
|
8117
8117
|
|
|
8118
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
8118
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/version/displaydependencies.ts)_
|
|
8119
8119
|
|
|
8120
8120
|
## `sf package version list`
|
|
8121
8121
|
|
|
@@ -8191,7 +8191,7 @@ EXAMPLES
|
|
|
8191
8191
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
8192
8192
|
```
|
|
8193
8193
|
|
|
8194
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
8194
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/version/list.ts)_
|
|
8195
8195
|
|
|
8196
8196
|
## `sf package version promote`
|
|
8197
8197
|
|
|
@@ -8235,7 +8235,7 @@ EXAMPLES
|
|
|
8235
8235
|
$ sf package version promote --package "Awesome Package Alias"
|
|
8236
8236
|
```
|
|
8237
8237
|
|
|
8238
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
8238
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/version/promote.ts)_
|
|
8239
8239
|
|
|
8240
8240
|
## `sf package version report`
|
|
8241
8241
|
|
|
@@ -8275,7 +8275,7 @@ EXAMPLES
|
|
|
8275
8275
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
8276
8276
|
```
|
|
8277
8277
|
|
|
8278
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
8278
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/version/report.ts)_
|
|
8279
8279
|
|
|
8280
8280
|
## `sf package version retrieve`
|
|
8281
8281
|
|
|
@@ -8320,7 +8320,7 @@ EXAMPLES
|
|
|
8320
8320
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
8321
8321
|
```
|
|
8322
8322
|
|
|
8323
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
8323
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/version/retrieve.ts)_
|
|
8324
8324
|
|
|
8325
8325
|
## `sf package version update`
|
|
8326
8326
|
|
|
@@ -8373,7 +8373,7 @@ EXAMPLES
|
|
|
8373
8373
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
8374
8374
|
```
|
|
8375
8375
|
|
|
8376
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
8376
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package/version/update.ts)_
|
|
8377
8377
|
|
|
8378
8378
|
## `sf package1 version create`
|
|
8379
8379
|
|
|
@@ -8440,7 +8440,7 @@ FLAG DESCRIPTIONS
|
|
|
8440
8440
|
subscribers.
|
|
8441
8441
|
```
|
|
8442
8442
|
|
|
8443
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
8443
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package1/version/create.ts)_
|
|
8444
8444
|
|
|
8445
8445
|
## `sf package1 version create get`
|
|
8446
8446
|
|
|
@@ -8473,7 +8473,7 @@ EXAMPLES
|
|
|
8473
8473
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
8474
8474
|
```
|
|
8475
8475
|
|
|
8476
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
8476
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package1/version/create/get.ts)_
|
|
8477
8477
|
|
|
8478
8478
|
## `sf package1 version display`
|
|
8479
8479
|
|
|
@@ -8507,7 +8507,7 @@ EXAMPLES
|
|
|
8507
8507
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
8508
8508
|
```
|
|
8509
8509
|
|
|
8510
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
8510
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package1/version/display.ts)_
|
|
8511
8511
|
|
|
8512
8512
|
## `sf package1 version list`
|
|
8513
8513
|
|
|
@@ -8545,7 +8545,7 @@ FLAG DESCRIPTIONS
|
|
|
8545
8545
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
8546
8546
|
```
|
|
8547
8547
|
|
|
8548
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
8548
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.2/src/commands/package1/version/list.ts)_
|
|
8549
8549
|
|
|
8550
8550
|
## `sf plugins`
|
|
8551
8551
|
|
|
@@ -10936,7 +10936,7 @@ FLAG DESCRIPTIONS
|
|
|
10936
10936
|
directory.
|
|
10937
10937
|
```
|
|
10938
10938
|
|
|
10939
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
10939
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/analytics/template.ts)_
|
|
10940
10940
|
|
|
10941
10941
|
## `sf template generate apex class`
|
|
10942
10942
|
|
|
@@ -10996,7 +10996,7 @@ FLAG DESCRIPTIONS
|
|
|
10996
10996
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10997
10997
|
```
|
|
10998
10998
|
|
|
10999
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
10999
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/apex/class.ts)_
|
|
11000
11000
|
|
|
11001
11001
|
## `sf template generate apex trigger`
|
|
11002
11002
|
|
|
@@ -11066,7 +11066,7 @@ FLAG DESCRIPTIONS
|
|
|
11066
11066
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11067
11067
|
```
|
|
11068
11068
|
|
|
11069
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11069
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/apex/trigger.ts)_
|
|
11070
11070
|
|
|
11071
11071
|
## `sf template generate digital-experience site`
|
|
11072
11072
|
|
|
@@ -11120,7 +11120,7 @@ FLAG DESCRIPTIONS
|
|
|
11120
11120
|
project, defaults to the current directory.
|
|
11121
11121
|
```
|
|
11122
11122
|
|
|
11123
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11123
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/digital-experience/site.ts)_
|
|
11124
11124
|
|
|
11125
11125
|
## `sf template generate flexipage`
|
|
11126
11126
|
|
|
@@ -11202,7 +11202,7 @@ FLAG DESCRIPTIONS
|
|
|
11202
11202
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
11203
11203
|
```
|
|
11204
11204
|
|
|
11205
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11205
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/flexipage/index.ts)_
|
|
11206
11206
|
|
|
11207
11207
|
## `sf template generate lightning app`
|
|
11208
11208
|
|
|
@@ -11260,7 +11260,7 @@ FLAG DESCRIPTIONS
|
|
|
11260
11260
|
field in the DX project's "sfdx-project.json" file.
|
|
11261
11261
|
```
|
|
11262
11262
|
|
|
11263
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11263
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/lightning/app.ts)_
|
|
11264
11264
|
|
|
11265
11265
|
## `sf template generate lightning component`
|
|
11266
11266
|
|
|
@@ -11337,7 +11337,7 @@ FLAG DESCRIPTIONS
|
|
|
11337
11337
|
field in the DX project's "sfdx-project.json" file.
|
|
11338
11338
|
```
|
|
11339
11339
|
|
|
11340
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11340
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/lightning/component.ts)_
|
|
11341
11341
|
|
|
11342
11342
|
## `sf template generate lightning event`
|
|
11343
11343
|
|
|
@@ -11395,7 +11395,7 @@ FLAG DESCRIPTIONS
|
|
|
11395
11395
|
field in the DX project's "sfdx-project.json" file.
|
|
11396
11396
|
```
|
|
11397
11397
|
|
|
11398
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11398
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/lightning/event.ts)_
|
|
11399
11399
|
|
|
11400
11400
|
## `sf template generate lightning interface`
|
|
11401
11401
|
|
|
@@ -11453,7 +11453,7 @@ FLAG DESCRIPTIONS
|
|
|
11453
11453
|
field in the DX project's "sfdx-project.json" file.
|
|
11454
11454
|
```
|
|
11455
11455
|
|
|
11456
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11456
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/lightning/interface.ts)_
|
|
11457
11457
|
|
|
11458
11458
|
## `sf template generate lightning test`
|
|
11459
11459
|
|
|
@@ -11511,7 +11511,7 @@ FLAG DESCRIPTIONS
|
|
|
11511
11511
|
field in the DX project's "sfdx-project.json" file.
|
|
11512
11512
|
```
|
|
11513
11513
|
|
|
11514
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11514
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/lightning/test.ts)_
|
|
11515
11515
|
|
|
11516
11516
|
## `sf template generate project`
|
|
11517
11517
|
|
|
@@ -11637,7 +11637,7 @@ FLAG DESCRIPTIONS
|
|
|
11637
11637
|
server-side type stripping.
|
|
11638
11638
|
```
|
|
11639
11639
|
|
|
11640
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11640
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/project/index.ts)_
|
|
11641
11641
|
|
|
11642
11642
|
## `sf template generate static-resource`
|
|
11643
11643
|
|
|
@@ -11700,7 +11700,7 @@ FLAG DESCRIPTIONS
|
|
|
11700
11700
|
etc.
|
|
11701
11701
|
```
|
|
11702
11702
|
|
|
11703
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11703
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/static-resource/index.ts)_
|
|
11704
11704
|
|
|
11705
11705
|
## `sf template generate ui-bundle`
|
|
11706
11706
|
|
|
@@ -11784,7 +11784,7 @@ FLAG DESCRIPTIONS
|
|
|
11784
11784
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11785
11785
|
```
|
|
11786
11786
|
|
|
11787
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11787
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/ui-bundle/index.ts)_
|
|
11788
11788
|
|
|
11789
11789
|
## `sf template generate visualforce component`
|
|
11790
11790
|
|
|
@@ -11841,7 +11841,7 @@ FLAG DESCRIPTIONS
|
|
|
11841
11841
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11842
11842
|
```
|
|
11843
11843
|
|
|
11844
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11844
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/visualforce/component.ts)_
|
|
11845
11845
|
|
|
11846
11846
|
## `sf template generate visualforce page`
|
|
11847
11847
|
|
|
@@ -11892,7 +11892,7 @@ FLAG DESCRIPTIONS
|
|
|
11892
11892
|
The name can be up to 40 characters and must start with a letter.
|
|
11893
11893
|
```
|
|
11894
11894
|
|
|
11895
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11895
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.2/src/commands/template/generate/visualforce/page.ts)_
|
|
11896
11896
|
|
|
11897
11897
|
## `sf update [CHANNEL]`
|
|
11898
11898
|
|