@salesforce/cli 2.45.3 → 2.45.4
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 +21 -21
- package/npm-shrinkwrap.json +862 -771
- package/oclif.lock +114 -89
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
- package/theme.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.45.
|
|
27
|
+
@salesforce/cli/2.45.4 linux-x64 node-v20.13.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -871,7 +871,7 @@ DESCRIPTION
|
|
|
871
871
|
List all sf commands.
|
|
872
872
|
```
|
|
873
873
|
|
|
874
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.
|
|
874
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.1/src/commands/commands.ts)_
|
|
875
875
|
|
|
876
876
|
## `sf config get`
|
|
877
877
|
|
|
@@ -2645,7 +2645,7 @@ FLAG DESCRIPTIONS
|
|
|
2645
2645
|
sandbox.
|
|
2646
2646
|
```
|
|
2647
2647
|
|
|
2648
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2648
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/create/sandbox.ts)_
|
|
2649
2649
|
|
|
2650
2650
|
## `sf org create scratch`
|
|
2651
2651
|
|
|
@@ -2799,7 +2799,7 @@ FLAG DESCRIPTIONS
|
|
|
2799
2799
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2800
2800
|
```
|
|
2801
2801
|
|
|
2802
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2802
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/create/scratch.ts)_
|
|
2803
2803
|
|
|
2804
2804
|
## `sf org create user`
|
|
2805
2805
|
|
|
@@ -2953,7 +2953,7 @@ EXAMPLES
|
|
|
2953
2953
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2954
2954
|
```
|
|
2955
2955
|
|
|
2956
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2956
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/delete/sandbox.ts)_
|
|
2957
2957
|
|
|
2958
2958
|
## `sf org delete scratch`
|
|
2959
2959
|
|
|
@@ -2997,7 +2997,7 @@ EXAMPLES
|
|
|
2997
2997
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2998
2998
|
```
|
|
2999
2999
|
|
|
3000
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3000
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/delete/scratch.ts)_
|
|
3001
3001
|
|
|
3002
3002
|
## `sf org disable tracking`
|
|
3003
3003
|
|
|
@@ -3036,7 +3036,7 @@ EXAMPLES
|
|
|
3036
3036
|
$ sf org disable tracking
|
|
3037
3037
|
```
|
|
3038
3038
|
|
|
3039
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3039
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/disable/tracking.ts)_
|
|
3040
3040
|
|
|
3041
3041
|
## `sf org display`
|
|
3042
3042
|
|
|
@@ -3081,7 +3081,7 @@ EXAMPLES
|
|
|
3081
3081
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3082
3082
|
```
|
|
3083
3083
|
|
|
3084
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3084
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/display.ts)_
|
|
3085
3085
|
|
|
3086
3086
|
## `sf org display user`
|
|
3087
3087
|
|
|
@@ -3162,7 +3162,7 @@ EXAMPLES
|
|
|
3162
3162
|
$ sf org enable tracking
|
|
3163
3163
|
```
|
|
3164
3164
|
|
|
3165
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3165
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/enable/tracking.ts)_
|
|
3166
3166
|
|
|
3167
3167
|
## `sf org generate password`
|
|
3168
3168
|
|
|
@@ -3268,7 +3268,7 @@ EXAMPLES
|
|
|
3268
3268
|
$ sf org list --clean
|
|
3269
3269
|
```
|
|
3270
3270
|
|
|
3271
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3271
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/list.ts)_
|
|
3272
3272
|
|
|
3273
3273
|
## `sf org list auth`
|
|
3274
3274
|
|
|
@@ -3407,7 +3407,7 @@ FLAG DESCRIPTIONS
|
|
|
3407
3407
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3408
3408
|
```
|
|
3409
3409
|
|
|
3410
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3410
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/list/metadata.ts)_
|
|
3411
3411
|
|
|
3412
3412
|
## `sf org list metadata-types`
|
|
3413
3413
|
|
|
@@ -3462,7 +3462,7 @@ FLAG DESCRIPTIONS
|
|
|
3462
3462
|
Override the api version used for api requests made by this command
|
|
3463
3463
|
```
|
|
3464
3464
|
|
|
3465
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3465
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/list/metadata-types.ts)_
|
|
3466
3466
|
|
|
3467
3467
|
## `sf org list sobject record-counts`
|
|
3468
3468
|
|
|
@@ -4036,7 +4036,7 @@ EXAMPLES
|
|
|
4036
4036
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
4037
4037
|
```
|
|
4038
4038
|
|
|
4039
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4039
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/open.ts)_
|
|
4040
4040
|
|
|
4041
4041
|
## `sf org refresh sandbox`
|
|
4042
4042
|
|
|
@@ -4113,7 +4113,7 @@ FLAG DESCRIPTIONS
|
|
|
4113
4113
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4114
4114
|
```
|
|
4115
4115
|
|
|
4116
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4116
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/refresh/sandbox.ts)_
|
|
4117
4117
|
|
|
4118
4118
|
## `sf org resume sandbox`
|
|
4119
4119
|
|
|
@@ -4176,7 +4176,7 @@ FLAG DESCRIPTIONS
|
|
|
4176
4176
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4177
4177
|
```
|
|
4178
4178
|
|
|
4179
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4179
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/resume/sandbox.ts)_
|
|
4180
4180
|
|
|
4181
4181
|
## `sf org resume scratch`
|
|
4182
4182
|
|
|
@@ -4223,7 +4223,7 @@ FLAG DESCRIPTIONS
|
|
|
4223
4223
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4224
4224
|
```
|
|
4225
4225
|
|
|
4226
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4226
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.19/src/commands/org/resume/scratch.ts)_
|
|
4227
4227
|
|
|
4228
4228
|
## `sf package create`
|
|
4229
4229
|
|
|
@@ -7438,7 +7438,7 @@ FLAG DESCRIPTIONS
|
|
|
7438
7438
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7439
7439
|
```
|
|
7440
7440
|
|
|
7441
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7441
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.8/src/commands/schema/generate/field.ts)_
|
|
7442
7442
|
|
|
7443
7443
|
## `sf schema generate platformevent`
|
|
7444
7444
|
|
|
@@ -7470,7 +7470,7 @@ EXAMPLES
|
|
|
7470
7470
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7471
7471
|
```
|
|
7472
7472
|
|
|
7473
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7473
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.8/src/commands/schema/generate/platformevent.ts)_
|
|
7474
7474
|
|
|
7475
7475
|
## `sf schema generate sobject`
|
|
7476
7476
|
|
|
@@ -7527,7 +7527,7 @@ FLAG DESCRIPTIONS
|
|
|
7527
7527
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7528
7528
|
```
|
|
7529
7529
|
|
|
7530
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7530
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.8/src/commands/schema/generate/sobject.ts)_
|
|
7531
7531
|
|
|
7532
7532
|
## `sf schema generate tab`
|
|
7533
7533
|
|
|
@@ -7575,7 +7575,7 @@ FLAG DESCRIPTIONS
|
|
|
7575
7575
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7576
7576
|
```
|
|
7577
7577
|
|
|
7578
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7578
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.8/src/commands/schema/generate/tab.ts)_
|
|
7579
7579
|
|
|
7580
7580
|
## `sf search`
|
|
7581
7581
|
|
|
@@ -7796,7 +7796,7 @@ FLAG DESCRIPTIONS
|
|
|
7796
7796
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7797
7797
|
```
|
|
7798
7798
|
|
|
7799
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
7799
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.1/src/commands/version.ts)_
|
|
7800
7800
|
|
|
7801
7801
|
## `sf visualforce generate component`
|
|
7802
7802
|
|