@salesforce/cli 2.48.3 → 2.48.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 +17 -17
- package/npm-shrinkwrap.json +1285 -1112
- package/oclif.lock +837 -604
- package/oclif.manifest.json +80 -122
- package/package.json +9 -9
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.5 linux-x64 node-v20.14.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2660,7 +2660,7 @@ FLAG DESCRIPTIONS
|
|
|
2660
2660
|
sandbox.
|
|
2661
2661
|
```
|
|
2662
2662
|
|
|
2663
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
2663
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/create/sandbox.ts)_
|
|
2664
2664
|
|
|
2665
2665
|
## `sf org create scratch`
|
|
2666
2666
|
|
|
@@ -2814,7 +2814,7 @@ FLAG DESCRIPTIONS
|
|
|
2814
2814
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2815
2815
|
```
|
|
2816
2816
|
|
|
2817
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
2817
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/create/scratch.ts)_
|
|
2818
2818
|
|
|
2819
2819
|
## `sf org create user`
|
|
2820
2820
|
|
|
@@ -2968,7 +2968,7 @@ EXAMPLES
|
|
|
2968
2968
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2969
2969
|
```
|
|
2970
2970
|
|
|
2971
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
2971
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/delete/sandbox.ts)_
|
|
2972
2972
|
|
|
2973
2973
|
## `sf org delete scratch`
|
|
2974
2974
|
|
|
@@ -3012,7 +3012,7 @@ EXAMPLES
|
|
|
3012
3012
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3013
3013
|
```
|
|
3014
3014
|
|
|
3015
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3015
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/delete/scratch.ts)_
|
|
3016
3016
|
|
|
3017
3017
|
## `sf org disable tracking`
|
|
3018
3018
|
|
|
@@ -3051,7 +3051,7 @@ EXAMPLES
|
|
|
3051
3051
|
$ sf org disable tracking
|
|
3052
3052
|
```
|
|
3053
3053
|
|
|
3054
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3054
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/disable/tracking.ts)_
|
|
3055
3055
|
|
|
3056
3056
|
## `sf org display`
|
|
3057
3057
|
|
|
@@ -3096,7 +3096,7 @@ EXAMPLES
|
|
|
3096
3096
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3097
3097
|
```
|
|
3098
3098
|
|
|
3099
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3099
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/display.ts)_
|
|
3100
3100
|
|
|
3101
3101
|
## `sf org display user`
|
|
3102
3102
|
|
|
@@ -3177,7 +3177,7 @@ EXAMPLES
|
|
|
3177
3177
|
$ sf org enable tracking
|
|
3178
3178
|
```
|
|
3179
3179
|
|
|
3180
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3180
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/enable/tracking.ts)_
|
|
3181
3181
|
|
|
3182
3182
|
## `sf org generate password`
|
|
3183
3183
|
|
|
@@ -3283,7 +3283,7 @@ EXAMPLES
|
|
|
3283
3283
|
$ sf org list --clean
|
|
3284
3284
|
```
|
|
3285
3285
|
|
|
3286
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3286
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/list.ts)_
|
|
3287
3287
|
|
|
3288
3288
|
## `sf org list auth`
|
|
3289
3289
|
|
|
@@ -3422,7 +3422,7 @@ FLAG DESCRIPTIONS
|
|
|
3422
3422
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3423
3423
|
```
|
|
3424
3424
|
|
|
3425
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3425
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/list/metadata.ts)_
|
|
3426
3426
|
|
|
3427
3427
|
## `sf org list metadata-types`
|
|
3428
3428
|
|
|
@@ -3477,7 +3477,7 @@ FLAG DESCRIPTIONS
|
|
|
3477
3477
|
Override the api version used for api requests made by this command
|
|
3478
3478
|
```
|
|
3479
3479
|
|
|
3480
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
3480
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/list/metadata-types.ts)_
|
|
3481
3481
|
|
|
3482
3482
|
## `sf org list sobject record-counts`
|
|
3483
3483
|
|
|
@@ -4051,7 +4051,7 @@ EXAMPLES
|
|
|
4051
4051
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
4052
4052
|
```
|
|
4053
4053
|
|
|
4054
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4054
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/open.ts)_
|
|
4055
4055
|
|
|
4056
4056
|
## `sf org refresh sandbox`
|
|
4057
4057
|
|
|
@@ -4130,7 +4130,7 @@ FLAG DESCRIPTIONS
|
|
|
4130
4130
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4131
4131
|
```
|
|
4132
4132
|
|
|
4133
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4133
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/refresh/sandbox.ts)_
|
|
4134
4134
|
|
|
4135
4135
|
## `sf org resume sandbox`
|
|
4136
4136
|
|
|
@@ -4193,7 +4193,7 @@ FLAG DESCRIPTIONS
|
|
|
4193
4193
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4194
4194
|
```
|
|
4195
4195
|
|
|
4196
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4196
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/resume/sandbox.ts)_
|
|
4197
4197
|
|
|
4198
4198
|
## `sf org resume scratch`
|
|
4199
4199
|
|
|
@@ -4240,7 +4240,7 @@ FLAG DESCRIPTIONS
|
|
|
4240
4240
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4241
4241
|
```
|
|
4242
4242
|
|
|
4243
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.
|
|
4243
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.3.0/src/commands/org/resume/scratch.ts)_
|
|
4244
4244
|
|
|
4245
4245
|
## `sf package create`
|
|
4246
4246
|
|
|
@@ -5494,7 +5494,7 @@ EXAMPLES
|
|
|
5494
5494
|
$ sf plugins discover
|
|
5495
5495
|
```
|
|
5496
5496
|
|
|
5497
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.
|
|
5497
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.17/src/commands/plugins/discover.ts)_
|
|
5498
5498
|
|
|
5499
5499
|
## `sf plugins:inspect PLUGIN...`
|
|
5500
5500
|
|
|
@@ -7631,7 +7631,7 @@ DESCRIPTION
|
|
|
7631
7631
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7632
7632
|
```
|
|
7633
7633
|
|
|
7634
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.
|
|
7634
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.0/src/commands/search.ts)_
|
|
7635
7635
|
|
|
7636
7636
|
## `sf sobject describe`
|
|
7637
7637
|
|