@salesforce/cli 2.66.4 → 2.66.5
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 +13 -13
- package/npm-shrinkwrap.json +288 -908
- package/oclif.lock +138 -510
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.66.
|
|
27
|
+
@salesforce/cli/2.66.5 linux-x64 node-v22.11.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -343,7 +343,7 @@ FLAG DESCRIPTIONS
|
|
|
343
343
|
directory.
|
|
344
344
|
```
|
|
345
345
|
|
|
346
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
346
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/analytics/generate/template.ts)_
|
|
347
347
|
|
|
348
348
|
## `sf apex generate class`
|
|
349
349
|
|
|
@@ -402,7 +402,7 @@ FLAG DESCRIPTIONS
|
|
|
402
402
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
403
403
|
```
|
|
404
404
|
|
|
405
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
405
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/apex/generate/class.ts)_
|
|
406
406
|
|
|
407
407
|
## `sf apex generate trigger`
|
|
408
408
|
|
|
@@ -471,7 +471,7 @@ FLAG DESCRIPTIONS
|
|
|
471
471
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
472
472
|
```
|
|
473
473
|
|
|
474
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
474
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/apex/generate/trigger.ts)_
|
|
475
475
|
|
|
476
476
|
## `sf apex get log`
|
|
477
477
|
|
|
@@ -2734,7 +2734,7 @@ FLAG DESCRIPTIONS
|
|
|
2734
2734
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2735
2735
|
```
|
|
2736
2736
|
|
|
2737
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2737
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/lightning/generate/app.ts)_
|
|
2738
2738
|
|
|
2739
2739
|
## `sf lightning generate component`
|
|
2740
2740
|
|
|
@@ -2803,7 +2803,7 @@ FLAG DESCRIPTIONS
|
|
|
2803
2803
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2804
2804
|
```
|
|
2805
2805
|
|
|
2806
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2806
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/lightning/generate/component.ts)_
|
|
2807
2807
|
|
|
2808
2808
|
## `sf lightning generate event`
|
|
2809
2809
|
|
|
@@ -2858,7 +2858,7 @@ FLAG DESCRIPTIONS
|
|
|
2858
2858
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2859
2859
|
```
|
|
2860
2860
|
|
|
2861
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2861
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/lightning/generate/event.ts)_
|
|
2862
2862
|
|
|
2863
2863
|
## `sf lightning generate interface`
|
|
2864
2864
|
|
|
@@ -2913,7 +2913,7 @@ FLAG DESCRIPTIONS
|
|
|
2913
2913
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2914
2914
|
```
|
|
2915
2915
|
|
|
2916
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2916
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/lightning/generate/interface.ts)_
|
|
2917
2917
|
|
|
2918
2918
|
## `sf lightning generate test`
|
|
2919
2919
|
|
|
@@ -2968,7 +2968,7 @@ FLAG DESCRIPTIONS
|
|
|
2968
2968
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2969
2969
|
```
|
|
2970
2970
|
|
|
2971
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2971
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/lightning/generate/test.ts)_
|
|
2972
2972
|
|
|
2973
2973
|
## `sf org assign permset`
|
|
2974
2974
|
|
|
@@ -7593,7 +7593,7 @@ FLAG DESCRIPTIONS
|
|
|
7593
7593
|
Override the api version used for api requests made by this command
|
|
7594
7594
|
```
|
|
7595
7595
|
|
|
7596
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
7596
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/project/generate.ts)_
|
|
7597
7597
|
|
|
7598
7598
|
## `sf project generate manifest`
|
|
7599
7599
|
|
|
@@ -8347,7 +8347,7 @@ FLAG DESCRIPTIONS
|
|
|
8347
8347
|
etc.
|
|
8348
8348
|
```
|
|
8349
8349
|
|
|
8350
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8350
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/static-resource/generate.ts)_
|
|
8351
8351
|
|
|
8352
8352
|
## `sf update [CHANNEL]`
|
|
8353
8353
|
|
|
@@ -8461,7 +8461,7 @@ FLAG DESCRIPTIONS
|
|
|
8461
8461
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
8462
8462
|
```
|
|
8463
8463
|
|
|
8464
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8464
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/visualforce/generate/component.ts)_
|
|
8465
8465
|
|
|
8466
8466
|
## `sf visualforce generate page`
|
|
8467
8467
|
|
|
@@ -8511,7 +8511,7 @@ FLAG DESCRIPTIONS
|
|
|
8511
8511
|
The name can be up to 40 characters and must start with a letter.
|
|
8512
8512
|
```
|
|
8513
8513
|
|
|
8514
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8514
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.28/src/commands/visualforce/generate/page.ts)_
|
|
8515
8515
|
|
|
8516
8516
|
## `sf which`
|
|
8517
8517
|
|