@salesforce/cli 2.31.7 → 2.32.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 +22 -22
- package/npm-shrinkwrap.json +510 -519
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.
|
|
27
|
+
@salesforce/cli/2.32.1 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -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.4.
|
|
2536
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/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.4.
|
|
2689
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/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.4.
|
|
2839
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/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.4.
|
|
2881
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/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.4.
|
|
2919
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/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.4.
|
|
2963
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/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.4.
|
|
3042
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/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.4.
|
|
3145
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/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.4.
|
|
3280
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/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.4.
|
|
3334
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/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.4.
|
|
3898
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/open.ts)_
|
|
3899
3899
|
|
|
3900
3900
|
## `sf org refresh sandbox`
|
|
3901
3901
|
|
|
@@ -3967,7 +3967,7 @@ FLAG DESCRIPTIONS
|
|
|
3967
3967
|
to use the CLI. To check the status of the sandbox refresh, run "sf org resume sandbox".
|
|
3968
3968
|
```
|
|
3969
3969
|
|
|
3970
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
3970
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/refresh/sandbox.ts)_
|
|
3971
3971
|
|
|
3972
3972
|
## `sf org resume sandbox`
|
|
3973
3973
|
|
|
@@ -4029,7 +4029,7 @@ FLAG DESCRIPTIONS
|
|
|
4029
4029
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4030
4030
|
```
|
|
4031
4031
|
|
|
4032
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
4032
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/resume/sandbox.ts)_
|
|
4033
4033
|
|
|
4034
4034
|
## `sf org resume scratch`
|
|
4035
4035
|
|
|
@@ -4075,7 +4075,7 @@ FLAG DESCRIPTIONS
|
|
|
4075
4075
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4076
4076
|
```
|
|
4077
4077
|
|
|
4078
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
4078
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/resume/scratch.ts)_
|
|
4079
4079
|
|
|
4080
4080
|
## `sf package1 version create`
|
|
4081
4081
|
|
|
@@ -5271,7 +5271,7 @@ EXAMPLES
|
|
|
5271
5271
|
$ sf plugins
|
|
5272
5272
|
```
|
|
5273
5273
|
|
|
5274
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5274
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/index.ts)_
|
|
5275
5275
|
|
|
5276
5276
|
## `sf plugins discover`
|
|
5277
5277
|
|
|
@@ -5315,7 +5315,7 @@ EXAMPLES
|
|
|
5315
5315
|
$ sf plugins inspect myplugin
|
|
5316
5316
|
```
|
|
5317
5317
|
|
|
5318
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5318
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/inspect.ts)_
|
|
5319
5319
|
|
|
5320
5320
|
## `sf plugins:install PLUGIN...`
|
|
5321
5321
|
|
|
@@ -5359,7 +5359,7 @@ EXAMPLES
|
|
|
5359
5359
|
$ sf plugins install someuser/someplugin
|
|
5360
5360
|
```
|
|
5361
5361
|
|
|
5362
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5362
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/install.ts)_
|
|
5363
5363
|
|
|
5364
5364
|
## `sf plugins:link PLUGIN`
|
|
5365
5365
|
|
|
@@ -5389,7 +5389,7 @@ EXAMPLES
|
|
|
5389
5389
|
$ sf plugins link myplugin
|
|
5390
5390
|
```
|
|
5391
5391
|
|
|
5392
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5392
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/link.ts)_
|
|
5393
5393
|
|
|
5394
5394
|
## `sf plugins reset`
|
|
5395
5395
|
|
|
@@ -5404,7 +5404,7 @@ FLAGS
|
|
|
5404
5404
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5405
5405
|
```
|
|
5406
5406
|
|
|
5407
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5407
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/reset.ts)_
|
|
5408
5408
|
|
|
5409
5409
|
## `sf plugins trust verify`
|
|
5410
5410
|
|
|
@@ -5460,7 +5460,7 @@ EXAMPLES
|
|
|
5460
5460
|
$ sf plugins uninstall myplugin
|
|
5461
5461
|
```
|
|
5462
5462
|
|
|
5463
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5463
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/uninstall.ts)_
|
|
5464
5464
|
|
|
5465
5465
|
## `sf plugins update`
|
|
5466
5466
|
|
|
@@ -5478,7 +5478,7 @@ DESCRIPTION
|
|
|
5478
5478
|
Update installed plugins.
|
|
5479
5479
|
```
|
|
5480
5480
|
|
|
5481
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5481
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/update.ts)_
|
|
5482
5482
|
|
|
5483
5483
|
## `sf project convert mdapi`
|
|
5484
5484
|
|