@salesforce/cli 2.38.0 → 2.38.1
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 +14 -14
- package/dist/hooks/incomplete.js +1 -1
- package/dist/util/env.js +1 -1
- package/npm-shrinkwrap.json +817 -1123
- package/oclif.lock +12951 -0
- package/oclif.manifest.json +1 -1
- package/package.json +17 -14
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.38.
|
|
27
|
+
@salesforce/cli/2.38.1 linux-x64 node-v20.12.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -333,7 +333,7 @@ FLAG DESCRIPTIONS
|
|
|
333
333
|
directory.
|
|
334
334
|
```
|
|
335
335
|
|
|
336
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
336
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.0/src/commands/analytics/generate/template.ts)_
|
|
337
337
|
|
|
338
338
|
## `sf apex generate class`
|
|
339
339
|
|
|
@@ -390,7 +390,7 @@ FLAG DESCRIPTIONS
|
|
|
390
390
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
391
391
|
```
|
|
392
392
|
|
|
393
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
393
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.0/src/commands/apex/generate/class.ts)_
|
|
394
394
|
|
|
395
395
|
## `sf apex generate trigger`
|
|
396
396
|
|
|
@@ -459,7 +459,7 @@ FLAG DESCRIPTIONS
|
|
|
459
459
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
460
460
|
```
|
|
461
461
|
|
|
462
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
462
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.0/src/commands/apex/generate/trigger.ts)_
|
|
463
463
|
|
|
464
464
|
## `sf apex get log`
|
|
465
465
|
|
|
@@ -871,7 +871,7 @@ DESCRIPTION
|
|
|
871
871
|
list all the commands
|
|
872
872
|
```
|
|
873
873
|
|
|
874
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.
|
|
874
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.3.0/src/commands/commands.ts)_
|
|
875
875
|
|
|
876
876
|
## `sf config get`
|
|
877
877
|
|
|
@@ -2155,7 +2155,7 @@ FLAG DESCRIPTIONS
|
|
|
2155
2155
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2156
2156
|
```
|
|
2157
2157
|
|
|
2158
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
2158
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.0/src/commands/lightning/generate/app.ts)_
|
|
2159
2159
|
|
|
2160
2160
|
## `sf lightning generate component`
|
|
2161
2161
|
|
|
@@ -2224,7 +2224,7 @@ FLAG DESCRIPTIONS
|
|
|
2224
2224
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2225
2225
|
```
|
|
2226
2226
|
|
|
2227
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
2227
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.0/src/commands/lightning/generate/component.ts)_
|
|
2228
2228
|
|
|
2229
2229
|
## `sf lightning generate event`
|
|
2230
2230
|
|
|
@@ -2279,7 +2279,7 @@ FLAG DESCRIPTIONS
|
|
|
2279
2279
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2280
2280
|
```
|
|
2281
2281
|
|
|
2282
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
2282
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.0/src/commands/lightning/generate/event.ts)_
|
|
2283
2283
|
|
|
2284
2284
|
## `sf lightning generate interface`
|
|
2285
2285
|
|
|
@@ -2334,7 +2334,7 @@ FLAG DESCRIPTIONS
|
|
|
2334
2334
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2335
2335
|
```
|
|
2336
2336
|
|
|
2337
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
2337
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.0/src/commands/lightning/generate/interface.ts)_
|
|
2338
2338
|
|
|
2339
2339
|
## `sf lightning generate test`
|
|
2340
2340
|
|
|
@@ -2389,7 +2389,7 @@ FLAG DESCRIPTIONS
|
|
|
2389
2389
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2390
2390
|
```
|
|
2391
2391
|
|
|
2392
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
2392
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.0/src/commands/lightning/generate/test.ts)_
|
|
2393
2393
|
|
|
2394
2394
|
## `sf org assign permset`
|
|
2395
2395
|
|
|
@@ -6903,7 +6903,7 @@ FLAG DESCRIPTIONS
|
|
|
6903
6903
|
Override the api version used for api requests made by this command
|
|
6904
6904
|
```
|
|
6905
6905
|
|
|
6906
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
6906
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.0/src/commands/project/generate.ts)_
|
|
6907
6907
|
|
|
6908
6908
|
## `sf project generate manifest`
|
|
6909
6909
|
|
|
@@ -7641,7 +7641,7 @@ FLAG DESCRIPTIONS
|
|
|
7641
7641
|
etc.
|
|
7642
7642
|
```
|
|
7643
7643
|
|
|
7644
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
7644
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.0/src/commands/static-resource/generate.ts)_
|
|
7645
7645
|
|
|
7646
7646
|
## `sf update [CHANNEL]`
|
|
7647
7647
|
|
|
@@ -7754,7 +7754,7 @@ FLAG DESCRIPTIONS
|
|
|
7754
7754
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7755
7755
|
```
|
|
7756
7756
|
|
|
7757
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
7757
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.0/src/commands/visualforce/generate/component.ts)_
|
|
7758
7758
|
|
|
7759
7759
|
## `sf visualforce generate page`
|
|
7760
7760
|
|
|
@@ -7804,7 +7804,7 @@ FLAG DESCRIPTIONS
|
|
|
7804
7804
|
The name can be up to 40 characters and must start with a letter.
|
|
7805
7805
|
```
|
|
7806
7806
|
|
|
7807
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
7807
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.0/src/commands/visualforce/generate/page.ts)_
|
|
7808
7808
|
|
|
7809
7809
|
## `sf which`
|
|
7810
7810
|
|
package/dist/hooks/incomplete.js
CHANGED
|
@@ -21,7 +21,7 @@ function buildChoices(matches, config) {
|
|
|
21
21
|
async function determineCommand(config, matches) {
|
|
22
22
|
const [{ setTimeout }, { SfError }, select] = await Promise.all([
|
|
23
23
|
import('node:timers/promises'),
|
|
24
|
-
import('@salesforce/core'),
|
|
24
|
+
import('@salesforce/core/sfError'),
|
|
25
25
|
import('@inquirer/select'),
|
|
26
26
|
]);
|
|
27
27
|
const choices = buildChoices(matches, config);
|
package/dist/util/env.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
import { EnvVars } from '@salesforce/core/
|
|
7
|
+
import { EnvVars } from '@salesforce/core/envVars';
|
|
8
8
|
export class Env extends EnvVars {
|
|
9
9
|
constructor(env = process.env) {
|
|
10
10
|
super(env);
|