@salesforce/cli 2.34.4 → 2.34.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 +24 -24
- package/npm-shrinkwrap.json +821 -1508
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.34.
|
|
27
|
+
@salesforce/cli/2.34.5 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2426,8 +2426,8 @@ Create a sandbox org.
|
|
|
2426
2426
|
|
|
2427
2427
|
```
|
|
2428
2428
|
USAGE
|
|
2429
|
-
$ sf org create sandbox -o <value> [--json] [-f <value>
|
|
2430
|
-
|
|
2429
|
+
$ sf org create sandbox -o <value> [--json] [-f <value>] [-s] [-a <value>] [-w <value> | --async] [-i <value> | ] [-n
|
|
2430
|
+
<value>] [-c <value> | -l Developer|Developer_Pro|Partial|Full] [--no-prompt] [--no-track-source]
|
|
2431
2431
|
|
|
2432
2432
|
FLAGS
|
|
2433
2433
|
-a, --alias=<value> Alias for the sandbox org.
|
|
@@ -2533,7 +2533,7 @@ FLAG DESCRIPTIONS
|
|
|
2533
2533
|
sandbox.
|
|
2534
2534
|
```
|
|
2535
2535
|
|
|
2536
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2536
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/create/sandbox.ts)_
|
|
2537
2537
|
|
|
2538
2538
|
## `sf org create scratch`
|
|
2539
2539
|
|
|
@@ -2686,7 +2686,7 @@ FLAG DESCRIPTIONS
|
|
|
2686
2686
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2687
2687
|
```
|
|
2688
2688
|
|
|
2689
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2689
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/create/scratch.ts)_
|
|
2690
2690
|
|
|
2691
2691
|
## `sf org create user`
|
|
2692
2692
|
|
|
@@ -2836,7 +2836,7 @@ EXAMPLES
|
|
|
2836
2836
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2837
2837
|
```
|
|
2838
2838
|
|
|
2839
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2839
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/delete/sandbox.ts)_
|
|
2840
2840
|
|
|
2841
2841
|
## `sf org delete scratch`
|
|
2842
2842
|
|
|
@@ -2878,7 +2878,7 @@ EXAMPLES
|
|
|
2878
2878
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2879
2879
|
```
|
|
2880
2880
|
|
|
2881
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2881
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/delete/scratch.ts)_
|
|
2882
2882
|
|
|
2883
2883
|
## `sf org disable tracking`
|
|
2884
2884
|
|
|
@@ -2916,7 +2916,7 @@ EXAMPLES
|
|
|
2916
2916
|
$ sf org disable tracking
|
|
2917
2917
|
```
|
|
2918
2918
|
|
|
2919
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2919
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/disable/tracking.ts)_
|
|
2920
2920
|
|
|
2921
2921
|
## `sf org display`
|
|
2922
2922
|
|
|
@@ -2960,7 +2960,7 @@ EXAMPLES
|
|
|
2960
2960
|
$ sf org display --target-org TestOrg1 --verbose
|
|
2961
2961
|
```
|
|
2962
2962
|
|
|
2963
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2963
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/display.ts)_
|
|
2964
2964
|
|
|
2965
2965
|
## `sf org display user`
|
|
2966
2966
|
|
|
@@ -3039,7 +3039,7 @@ EXAMPLES
|
|
|
3039
3039
|
$ sf org enable tracking
|
|
3040
3040
|
```
|
|
3041
3041
|
|
|
3042
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3042
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/enable/tracking.ts)_
|
|
3043
3043
|
|
|
3044
3044
|
## `sf org generate password`
|
|
3045
3045
|
|
|
@@ -3142,7 +3142,7 @@ EXAMPLES
|
|
|
3142
3142
|
$ sf org list --clean
|
|
3143
3143
|
```
|
|
3144
3144
|
|
|
3145
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3145
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/list.ts)_
|
|
3146
3146
|
|
|
3147
3147
|
## `sf org list auth`
|
|
3148
3148
|
|
|
@@ -3277,7 +3277,7 @@ FLAG DESCRIPTIONS
|
|
|
3277
3277
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3278
3278
|
```
|
|
3279
3279
|
|
|
3280
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3280
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/list/metadata.ts)_
|
|
3281
3281
|
|
|
3282
3282
|
## `sf org list metadata-types`
|
|
3283
3283
|
|
|
@@ -3331,7 +3331,7 @@ FLAG DESCRIPTIONS
|
|
|
3331
3331
|
Override the api version used for api requests made by this command
|
|
3332
3332
|
```
|
|
3333
3333
|
|
|
3334
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3334
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/list/metadata-types.ts)_
|
|
3335
3335
|
|
|
3336
3336
|
## `sf org list sobject record-counts`
|
|
3337
3337
|
|
|
@@ -3895,7 +3895,7 @@ EXAMPLES
|
|
|
3895
3895
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3896
3896
|
```
|
|
3897
3897
|
|
|
3898
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3898
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/open.ts)_
|
|
3899
3899
|
|
|
3900
3900
|
## `sf org refresh sandbox`
|
|
3901
3901
|
|
|
@@ -3971,7 +3971,7 @@ FLAG DESCRIPTIONS
|
|
|
3971
3971
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
3972
3972
|
```
|
|
3973
3973
|
|
|
3974
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3974
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/refresh/sandbox.ts)_
|
|
3975
3975
|
|
|
3976
3976
|
## `sf org resume sandbox`
|
|
3977
3977
|
|
|
@@ -4033,7 +4033,7 @@ FLAG DESCRIPTIONS
|
|
|
4033
4033
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4034
4034
|
```
|
|
4035
4035
|
|
|
4036
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
4036
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/resume/sandbox.ts)_
|
|
4037
4037
|
|
|
4038
4038
|
## `sf org resume scratch`
|
|
4039
4039
|
|
|
@@ -4079,7 +4079,7 @@ FLAG DESCRIPTIONS
|
|
|
4079
4079
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4080
4080
|
```
|
|
4081
4081
|
|
|
4082
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
4082
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/resume/scratch.ts)_
|
|
4083
4083
|
|
|
4084
4084
|
## `sf package1 version create`
|
|
4085
4085
|
|
|
@@ -5275,7 +5275,7 @@ EXAMPLES
|
|
|
5275
5275
|
$ sf plugins
|
|
5276
5276
|
```
|
|
5277
5277
|
|
|
5278
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5278
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/index.ts)_
|
|
5279
5279
|
|
|
5280
5280
|
## `sf plugins discover`
|
|
5281
5281
|
|
|
@@ -5319,7 +5319,7 @@ EXAMPLES
|
|
|
5319
5319
|
$ sf plugins inspect myplugin
|
|
5320
5320
|
```
|
|
5321
5321
|
|
|
5322
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5322
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/inspect.ts)_
|
|
5323
5323
|
|
|
5324
5324
|
## `sf plugins:install PLUGIN...`
|
|
5325
5325
|
|
|
@@ -5363,7 +5363,7 @@ EXAMPLES
|
|
|
5363
5363
|
$ sf plugins install someuser/someplugin
|
|
5364
5364
|
```
|
|
5365
5365
|
|
|
5366
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5366
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/install.ts)_
|
|
5367
5367
|
|
|
5368
5368
|
## `sf plugins:link PLUGIN`
|
|
5369
5369
|
|
|
@@ -5393,7 +5393,7 @@ EXAMPLES
|
|
|
5393
5393
|
$ sf plugins link myplugin
|
|
5394
5394
|
```
|
|
5395
5395
|
|
|
5396
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5396
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/link.ts)_
|
|
5397
5397
|
|
|
5398
5398
|
## `sf plugins reset`
|
|
5399
5399
|
|
|
@@ -5408,7 +5408,7 @@ FLAGS
|
|
|
5408
5408
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5409
5409
|
```
|
|
5410
5410
|
|
|
5411
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5411
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/reset.ts)_
|
|
5412
5412
|
|
|
5413
5413
|
## `sf plugins trust verify`
|
|
5414
5414
|
|
|
@@ -5464,7 +5464,7 @@ EXAMPLES
|
|
|
5464
5464
|
$ sf plugins uninstall myplugin
|
|
5465
5465
|
```
|
|
5466
5466
|
|
|
5467
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5467
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/uninstall.ts)_
|
|
5468
5468
|
|
|
5469
5469
|
## `sf plugins update`
|
|
5470
5470
|
|
|
@@ -5482,7 +5482,7 @@ DESCRIPTION
|
|
|
5482
5482
|
Update installed plugins.
|
|
5483
5483
|
```
|
|
5484
5484
|
|
|
5485
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.
|
|
5485
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/update.ts)_
|
|
5486
5486
|
|
|
5487
5487
|
## `sf project convert mdapi`
|
|
5488
5488
|
|