@salesforce/cli 2.48.5 → 2.48.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 +13 -13
- package/npm-shrinkwrap.json +870 -3914
- package/oclif.lock +97 -1763
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.48.
|
|
27
|
+
@salesforce/cli/2.48.6 linux-x64 node-v20.14.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -335,7 +335,7 @@ FLAG DESCRIPTIONS
|
|
|
335
335
|
directory.
|
|
336
336
|
```
|
|
337
337
|
|
|
338
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
338
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.0/src/commands/analytics/generate/template.ts)_
|
|
339
339
|
|
|
340
340
|
## `sf apex generate class`
|
|
341
341
|
|
|
@@ -394,7 +394,7 @@ FLAG DESCRIPTIONS
|
|
|
394
394
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
395
395
|
```
|
|
396
396
|
|
|
397
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
397
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.0/src/commands/apex/generate/class.ts)_
|
|
398
398
|
|
|
399
399
|
## `sf apex generate trigger`
|
|
400
400
|
|
|
@@ -463,7 +463,7 @@ FLAG DESCRIPTIONS
|
|
|
463
463
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
464
464
|
```
|
|
465
465
|
|
|
466
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
466
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.0/src/commands/apex/generate/trigger.ts)_
|
|
467
467
|
|
|
468
468
|
## `sf apex get log`
|
|
469
469
|
|
|
@@ -2218,7 +2218,7 @@ FLAG DESCRIPTIONS
|
|
|
2218
2218
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2219
2219
|
```
|
|
2220
2220
|
|
|
2221
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
2221
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.0/src/commands/lightning/generate/app.ts)_
|
|
2222
2222
|
|
|
2223
2223
|
## `sf lightning generate component`
|
|
2224
2224
|
|
|
@@ -2287,7 +2287,7 @@ FLAG DESCRIPTIONS
|
|
|
2287
2287
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2288
2288
|
```
|
|
2289
2289
|
|
|
2290
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
2290
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.0/src/commands/lightning/generate/component.ts)_
|
|
2291
2291
|
|
|
2292
2292
|
## `sf lightning generate event`
|
|
2293
2293
|
|
|
@@ -2342,7 +2342,7 @@ FLAG DESCRIPTIONS
|
|
|
2342
2342
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2343
2343
|
```
|
|
2344
2344
|
|
|
2345
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
2345
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.0/src/commands/lightning/generate/event.ts)_
|
|
2346
2346
|
|
|
2347
2347
|
## `sf lightning generate interface`
|
|
2348
2348
|
|
|
@@ -2397,7 +2397,7 @@ FLAG DESCRIPTIONS
|
|
|
2397
2397
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2398
2398
|
```
|
|
2399
2399
|
|
|
2400
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
2400
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.0/src/commands/lightning/generate/interface.ts)_
|
|
2401
2401
|
|
|
2402
2402
|
## `sf lightning generate test`
|
|
2403
2403
|
|
|
@@ -2452,7 +2452,7 @@ FLAG DESCRIPTIONS
|
|
|
2452
2452
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2453
2453
|
```
|
|
2454
2454
|
|
|
2455
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
2455
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.0/src/commands/lightning/generate/test.ts)_
|
|
2456
2456
|
|
|
2457
2457
|
## `sf org assign permset`
|
|
2458
2458
|
|
|
@@ -7035,7 +7035,7 @@ FLAG DESCRIPTIONS
|
|
|
7035
7035
|
Override the api version used for api requests made by this command
|
|
7036
7036
|
```
|
|
7037
7037
|
|
|
7038
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
7038
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.0/src/commands/project/generate.ts)_
|
|
7039
7039
|
|
|
7040
7040
|
## `sf project generate manifest`
|
|
7041
7041
|
|
|
@@ -7779,7 +7779,7 @@ FLAG DESCRIPTIONS
|
|
|
7779
7779
|
etc.
|
|
7780
7780
|
```
|
|
7781
7781
|
|
|
7782
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
7782
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.0/src/commands/static-resource/generate.ts)_
|
|
7783
7783
|
|
|
7784
7784
|
## `sf update [CHANNEL]`
|
|
7785
7785
|
|
|
@@ -7892,7 +7892,7 @@ FLAG DESCRIPTIONS
|
|
|
7892
7892
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7893
7893
|
```
|
|
7894
7894
|
|
|
7895
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
7895
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.0/src/commands/visualforce/generate/component.ts)_
|
|
7896
7896
|
|
|
7897
7897
|
## `sf visualforce generate page`
|
|
7898
7898
|
|
|
@@ -7942,7 +7942,7 @@ FLAG DESCRIPTIONS
|
|
|
7942
7942
|
The name can be up to 40 characters and must start with a letter.
|
|
7943
7943
|
```
|
|
7944
7944
|
|
|
7945
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
7945
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.0/src/commands/visualforce/generate/page.ts)_
|
|
7946
7946
|
|
|
7947
7947
|
## `sf which`
|
|
7948
7948
|
|