@salesforce/cli 2.14.0 → 2.14.2
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 +36 -28
- package/npm-shrinkwrap.json +457 -190
- package/oclif.manifest.json +1 -1
- 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.14.
|
|
27
|
+
@salesforce/cli/2.14.2 linux-x64 node-v18.18.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -818,8 +818,8 @@ list all the commands
|
|
|
818
818
|
|
|
819
819
|
```
|
|
820
820
|
USAGE
|
|
821
|
-
$ sf commands [--json] [-h] [--hidden] [--tree] [--columns <value> | -x] [--
|
|
822
|
-
[--output csv|json|yaml | |
|
|
821
|
+
$ sf commands [--json] [-h] [--hidden] [--tree] [--columns <value> | -x] [--filter <value>] [--no-header |
|
|
822
|
+
[--csv | --no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
|
|
823
823
|
|
|
824
824
|
FLAGS
|
|
825
825
|
-h, --help Show CLI help.
|
|
@@ -842,7 +842,7 @@ DESCRIPTION
|
|
|
842
842
|
list all the commands
|
|
843
843
|
```
|
|
844
844
|
|
|
845
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/
|
|
845
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.1/src/commands/commands.ts)_
|
|
846
846
|
|
|
847
847
|
## `sf config get`
|
|
848
848
|
|
|
@@ -2343,7 +2343,7 @@ FLAG DESCRIPTIONS
|
|
|
2343
2343
|
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
|
|
2344
2344
|
```
|
|
2345
2345
|
|
|
2346
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
2346
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/clone.ts)_
|
|
2347
2347
|
|
|
2348
2348
|
## `sf force org create`
|
|
2349
2349
|
|
|
@@ -2391,7 +2391,7 @@ EXAMPLES
|
|
|
2391
2391
|
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
|
|
2392
2392
|
```
|
|
2393
2393
|
|
|
2394
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
2394
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/create.ts)_
|
|
2395
2395
|
|
|
2396
2396
|
## `sf force org delete`
|
|
2397
2397
|
|
|
@@ -2423,7 +2423,7 @@ EXAMPLES
|
|
|
2423
2423
|
$ sf force org delete -u MyOrgAlias -p
|
|
2424
2424
|
```
|
|
2425
2425
|
|
|
2426
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
2426
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/delete.ts)_
|
|
2427
2427
|
|
|
2428
2428
|
## `sf force org status`
|
|
2429
2429
|
|
|
@@ -2461,7 +2461,7 @@ EXAMPLES
|
|
|
2461
2461
|
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
|
|
2462
2462
|
```
|
|
2463
2463
|
|
|
2464
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
2464
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/status.ts)_
|
|
2465
2465
|
|
|
2466
2466
|
## `sf force source deploy`
|
|
2467
2467
|
|
|
@@ -3163,7 +3163,7 @@ DESCRIPTION
|
|
|
3163
3163
|
Display help for sf.
|
|
3164
3164
|
```
|
|
3165
3165
|
|
|
3166
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/
|
|
3166
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.2/src/commands/help.ts)_
|
|
3167
3167
|
|
|
3168
3168
|
## `sf info releasenotes display`
|
|
3169
3169
|
|
|
@@ -3577,6 +3577,8 @@ USAGE
|
|
|
3577
3577
|
DESCRIPTION
|
|
3578
3578
|
Log interactively into an environment.
|
|
3579
3579
|
|
|
3580
|
+
NOTE: This general command is deprecated. Use specific commands instead, such as "org login web" or "org login jwt".
|
|
3581
|
+
|
|
3580
3582
|
Logging into an environment authorizes the CLI to run other commands that connect to that environment.
|
|
3581
3583
|
|
|
3582
3584
|
EXAMPLES
|
|
@@ -3585,7 +3587,7 @@ EXAMPLES
|
|
|
3585
3587
|
$ sf login
|
|
3586
3588
|
```
|
|
3587
3589
|
|
|
3588
|
-
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.
|
|
3590
|
+
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.36/src/commands/login.ts)_
|
|
3589
3591
|
|
|
3590
3592
|
## `sf logout`
|
|
3591
3593
|
|
|
@@ -3604,6 +3606,8 @@ GLOBAL FLAGS
|
|
|
3604
3606
|
DESCRIPTION
|
|
3605
3607
|
Log out interactively from environments.
|
|
3606
3608
|
|
|
3609
|
+
NOTE: This general command is deprecated. Use specific commands instead, such as "org login web" or "org login jwt".
|
|
3610
|
+
|
|
3607
3611
|
By default, the command prompts you to select which environments you want to log out of. Use --no-prompt to not be
|
|
3608
3612
|
prompted and log out of all environments.
|
|
3609
3613
|
|
|
@@ -3617,7 +3621,7 @@ EXAMPLES
|
|
|
3617
3621
|
$ sf logout --no-prompt
|
|
3618
3622
|
```
|
|
3619
3623
|
|
|
3620
|
-
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.
|
|
3624
|
+
_See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.36/src/commands/logout.ts)_
|
|
3621
3625
|
|
|
3622
3626
|
## `sf org assign permset`
|
|
3623
3627
|
|
|
@@ -3809,7 +3813,7 @@ FLAG DESCRIPTIONS
|
|
|
3809
3813
|
sandbox.
|
|
3810
3814
|
```
|
|
3811
3815
|
|
|
3812
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
3816
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/create/sandbox.ts)_
|
|
3813
3817
|
|
|
3814
3818
|
## `sf org create scratch`
|
|
3815
3819
|
|
|
@@ -3962,7 +3966,7 @@ FLAG DESCRIPTIONS
|
|
|
3962
3966
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3963
3967
|
```
|
|
3964
3968
|
|
|
3965
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
3969
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/create/scratch.ts)_
|
|
3966
3970
|
|
|
3967
3971
|
## `sf org create user`
|
|
3968
3972
|
|
|
@@ -4102,7 +4106,7 @@ EXAMPLES
|
|
|
4102
4106
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4103
4107
|
```
|
|
4104
4108
|
|
|
4105
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
4109
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/delete/sandbox.ts)_
|
|
4106
4110
|
|
|
4107
4111
|
## `sf org delete scratch`
|
|
4108
4112
|
|
|
@@ -4144,7 +4148,7 @@ EXAMPLES
|
|
|
4144
4148
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4145
4149
|
```
|
|
4146
4150
|
|
|
4147
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
4151
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/delete/scratch.ts)_
|
|
4148
4152
|
|
|
4149
4153
|
## `sf org display`
|
|
4150
4154
|
|
|
@@ -4187,7 +4191,7 @@ EXAMPLES
|
|
|
4187
4191
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4188
4192
|
```
|
|
4189
4193
|
|
|
4190
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
4194
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/display.ts)_
|
|
4191
4195
|
|
|
4192
4196
|
## `sf org display user`
|
|
4193
4197
|
|
|
@@ -4326,7 +4330,7 @@ EXAMPLES
|
|
|
4326
4330
|
$ sf org list --clean
|
|
4327
4331
|
```
|
|
4328
4332
|
|
|
4329
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
4333
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list.ts)_
|
|
4330
4334
|
|
|
4331
4335
|
## `sf org list auth`
|
|
4332
4336
|
|
|
@@ -4421,7 +4425,7 @@ FLAG DESCRIPTIONS
|
|
|
4421
4425
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4422
4426
|
```
|
|
4423
4427
|
|
|
4424
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
4428
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list/metadata.ts)_
|
|
4425
4429
|
|
|
4426
4430
|
## `sf org list metadata-types`
|
|
4427
4431
|
|
|
@@ -4474,7 +4478,7 @@ FLAG DESCRIPTIONS
|
|
|
4474
4478
|
Override the api version used for api requests made by this command
|
|
4475
4479
|
```
|
|
4476
4480
|
|
|
4477
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
4481
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list/metadata-types.ts)_
|
|
4478
4482
|
|
|
4479
4483
|
## `sf org list users`
|
|
4480
4484
|
|
|
@@ -4973,9 +4977,13 @@ EXAMPLES
|
|
|
4973
4977
|
Open a local Lightning page in your default org's Lightning App Builder:
|
|
4974
4978
|
|
|
4975
4979
|
$ sf org open --source-path force-app/main/default/flexipages/Hello.flexipage-meta.xml
|
|
4980
|
+
|
|
4981
|
+
Open a local Flow in Flow Builder:
|
|
4982
|
+
|
|
4983
|
+
$ sf org open --source-path force-app/main/default/flows/Hello.flow-meta.xml
|
|
4976
4984
|
```
|
|
4977
4985
|
|
|
4978
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
4986
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/open.ts)_
|
|
4979
4987
|
|
|
4980
4988
|
## `sf org resume sandbox`
|
|
4981
4989
|
|
|
@@ -5037,7 +5045,7 @@ FLAG DESCRIPTIONS
|
|
|
5037
5045
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5038
5046
|
```
|
|
5039
5047
|
|
|
5040
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
5048
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/resume/sandbox.ts)_
|
|
5041
5049
|
|
|
5042
5050
|
## `sf org resume scratch`
|
|
5043
5051
|
|
|
@@ -5083,7 +5091,7 @@ FLAG DESCRIPTIONS
|
|
|
5083
5091
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
5084
5092
|
```
|
|
5085
5093
|
|
|
5086
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.
|
|
5094
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/resume/scratch.ts)_
|
|
5087
5095
|
|
|
5088
5096
|
## `sf plugins`
|
|
5089
5097
|
|
|
@@ -7108,7 +7116,7 @@ DESCRIPTION
|
|
|
7108
7116
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7109
7117
|
```
|
|
7110
7118
|
|
|
7111
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/
|
|
7119
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.2/src/commands/search.ts)_
|
|
7112
7120
|
|
|
7113
7121
|
## `sf sobject describe`
|
|
7114
7122
|
|
|
@@ -7258,10 +7266,10 @@ update the sf CLI
|
|
|
7258
7266
|
|
|
7259
7267
|
```
|
|
7260
7268
|
USAGE
|
|
7261
|
-
$ sf update [CHANNEL] [-a] [-v <value>
|
|
7269
|
+
$ sf update [CHANNEL] [-a] [--force] [-i | -v <value>]
|
|
7262
7270
|
|
|
7263
7271
|
FLAGS
|
|
7264
|
-
-a, --available
|
|
7272
|
+
-a, --available See available versions.
|
|
7265
7273
|
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
|
|
7266
7274
|
-v, --version=<value> Install a specific version.
|
|
7267
7275
|
--force Force a re-download of the requested version.
|
|
@@ -7287,7 +7295,7 @@ EXAMPLES
|
|
|
7287
7295
|
$ sf update --available
|
|
7288
7296
|
```
|
|
7289
7297
|
|
|
7290
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/
|
|
7298
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.2/src/commands/update.ts)_
|
|
7291
7299
|
|
|
7292
7300
|
## `sf version`
|
|
7293
7301
|
|
|
@@ -7307,7 +7315,7 @@ FLAG DESCRIPTIONS
|
|
|
7307
7315
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
7308
7316
|
```
|
|
7309
7317
|
|
|
7310
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.
|
|
7318
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.2/src/commands/version.ts)_
|
|
7311
7319
|
|
|
7312
7320
|
## `sf visualforce generate component`
|
|
7313
7321
|
|
|
@@ -7429,6 +7437,6 @@ EXAMPLES
|
|
|
7429
7437
|
$ sf which help
|
|
7430
7438
|
```
|
|
7431
7439
|
|
|
7432
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/
|
|
7440
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.0.3/src/commands/which.ts)_
|
|
7433
7441
|
|
|
7434
7442
|
<!-- commandsstop -->
|