@salesforce/cli 2.25.5 → 2.25.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 +21 -21
- package/npm-shrinkwrap.json +15889 -16193
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.25.
|
|
27
|
+
@salesforce/cli/2.25.6 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2421,7 +2421,7 @@ FLAG DESCRIPTIONS
|
|
|
2421
2421
|
sandbox.
|
|
2422
2422
|
```
|
|
2423
2423
|
|
|
2424
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2424
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/create/sandbox.ts)_
|
|
2425
2425
|
|
|
2426
2426
|
## `sf org create scratch`
|
|
2427
2427
|
|
|
@@ -2574,7 +2574,7 @@ FLAG DESCRIPTIONS
|
|
|
2574
2574
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2575
2575
|
```
|
|
2576
2576
|
|
|
2577
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2577
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/create/scratch.ts)_
|
|
2578
2578
|
|
|
2579
2579
|
## `sf org create user`
|
|
2580
2580
|
|
|
@@ -2717,7 +2717,7 @@ EXAMPLES
|
|
|
2717
2717
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2718
2718
|
```
|
|
2719
2719
|
|
|
2720
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2720
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/delete/sandbox.ts)_
|
|
2721
2721
|
|
|
2722
2722
|
## `sf org delete scratch`
|
|
2723
2723
|
|
|
@@ -2759,7 +2759,7 @@ EXAMPLES
|
|
|
2759
2759
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2760
2760
|
```
|
|
2761
2761
|
|
|
2762
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2762
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/delete/scratch.ts)_
|
|
2763
2763
|
|
|
2764
2764
|
## `sf org disable tracking`
|
|
2765
2765
|
|
|
@@ -2797,7 +2797,7 @@ EXAMPLES
|
|
|
2797
2797
|
$ sf org disable tracking
|
|
2798
2798
|
```
|
|
2799
2799
|
|
|
2800
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2800
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/disable/tracking.ts)_
|
|
2801
2801
|
|
|
2802
2802
|
## `sf org display`
|
|
2803
2803
|
|
|
@@ -2841,7 +2841,7 @@ EXAMPLES
|
|
|
2841
2841
|
$ sf org display --target-org TestOrg1 --verbose
|
|
2842
2842
|
```
|
|
2843
2843
|
|
|
2844
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2844
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/display.ts)_
|
|
2845
2845
|
|
|
2846
2846
|
## `sf org display user`
|
|
2847
2847
|
|
|
@@ -2920,7 +2920,7 @@ EXAMPLES
|
|
|
2920
2920
|
$ sf org enable tracking
|
|
2921
2921
|
```
|
|
2922
2922
|
|
|
2923
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2923
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/enable/tracking.ts)_
|
|
2924
2924
|
|
|
2925
2925
|
## `sf org generate password`
|
|
2926
2926
|
|
|
@@ -3023,7 +3023,7 @@ EXAMPLES
|
|
|
3023
3023
|
$ sf org list --clean
|
|
3024
3024
|
```
|
|
3025
3025
|
|
|
3026
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3026
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/list.ts)_
|
|
3027
3027
|
|
|
3028
3028
|
## `sf org list auth`
|
|
3029
3029
|
|
|
@@ -3158,7 +3158,7 @@ FLAG DESCRIPTIONS
|
|
|
3158
3158
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3159
3159
|
```
|
|
3160
3160
|
|
|
3161
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3161
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/list/metadata.ts)_
|
|
3162
3162
|
|
|
3163
3163
|
## `sf org list metadata-types`
|
|
3164
3164
|
|
|
@@ -3212,7 +3212,7 @@ FLAG DESCRIPTIONS
|
|
|
3212
3212
|
Override the api version used for api requests made by this command
|
|
3213
3213
|
```
|
|
3214
3214
|
|
|
3215
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3215
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/list/metadata-types.ts)_
|
|
3216
3216
|
|
|
3217
3217
|
## `sf org list sobject record-counts`
|
|
3218
3218
|
|
|
@@ -3778,7 +3778,7 @@ EXAMPLES
|
|
|
3778
3778
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3779
3779
|
```
|
|
3780
3780
|
|
|
3781
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3781
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/open.ts)_
|
|
3782
3782
|
|
|
3783
3783
|
## `sf org resume sandbox`
|
|
3784
3784
|
|
|
@@ -3840,7 +3840,7 @@ FLAG DESCRIPTIONS
|
|
|
3840
3840
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
3841
3841
|
```
|
|
3842
3842
|
|
|
3843
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3843
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/resume/sandbox.ts)_
|
|
3844
3844
|
|
|
3845
3845
|
## `sf org resume scratch`
|
|
3846
3846
|
|
|
@@ -3886,7 +3886,7 @@ FLAG DESCRIPTIONS
|
|
|
3886
3886
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
3887
3887
|
```
|
|
3888
3888
|
|
|
3889
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3889
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/resume/scratch.ts)_
|
|
3890
3890
|
|
|
3891
3891
|
## `sf package1 version create`
|
|
3892
3892
|
|
|
@@ -5082,7 +5082,7 @@ EXAMPLES
|
|
|
5082
5082
|
$ sf plugins
|
|
5083
5083
|
```
|
|
5084
5084
|
|
|
5085
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5085
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/index.ts)_
|
|
5086
5086
|
|
|
5087
5087
|
## `sf plugins discover`
|
|
5088
5088
|
|
|
@@ -5126,7 +5126,7 @@ EXAMPLES
|
|
|
5126
5126
|
$ sf plugins inspect myplugin
|
|
5127
5127
|
```
|
|
5128
5128
|
|
|
5129
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5129
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/inspect.ts)_
|
|
5130
5130
|
|
|
5131
5131
|
## `sf plugins:install PLUGIN...`
|
|
5132
5132
|
|
|
@@ -5170,7 +5170,7 @@ EXAMPLES
|
|
|
5170
5170
|
$ sf plugins install someuser/someplugin
|
|
5171
5171
|
```
|
|
5172
5172
|
|
|
5173
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5173
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/install.ts)_
|
|
5174
5174
|
|
|
5175
5175
|
## `sf plugins:link PLUGIN`
|
|
5176
5176
|
|
|
@@ -5200,7 +5200,7 @@ EXAMPLES
|
|
|
5200
5200
|
$ sf plugins link myplugin
|
|
5201
5201
|
```
|
|
5202
5202
|
|
|
5203
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5203
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/link.ts)_
|
|
5204
5204
|
|
|
5205
5205
|
## `sf plugins reset`
|
|
5206
5206
|
|
|
@@ -5211,7 +5211,7 @@ USAGE
|
|
|
5211
5211
|
$ sf plugins reset
|
|
5212
5212
|
```
|
|
5213
5213
|
|
|
5214
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5214
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/reset.ts)_
|
|
5215
5215
|
|
|
5216
5216
|
## `sf plugins trust verify`
|
|
5217
5217
|
|
|
@@ -5267,7 +5267,7 @@ EXAMPLES
|
|
|
5267
5267
|
$ sf plugins uninstall myplugin
|
|
5268
5268
|
```
|
|
5269
5269
|
|
|
5270
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5270
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/uninstall.ts)_
|
|
5271
5271
|
|
|
5272
5272
|
## `sf plugins update`
|
|
5273
5273
|
|
|
@@ -5285,7 +5285,7 @@ DESCRIPTION
|
|
|
5285
5285
|
Update installed plugins.
|
|
5286
5286
|
```
|
|
5287
5287
|
|
|
5288
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5288
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.17/src/commands/plugins/update.ts)_
|
|
5289
5289
|
|
|
5290
5290
|
## `sf project convert mdapi`
|
|
5291
5291
|
|