@salesforce/cli 2.30.1 → 2.30.3
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 +55 -55
- package/npm-shrinkwrap.json +210 -467
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
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.30.
|
|
27
|
+
@salesforce/cli/2.30.3 linux-x64 node-v20.11.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -852,7 +852,7 @@ DESCRIPTION
|
|
|
852
852
|
list all the commands
|
|
853
853
|
```
|
|
854
854
|
|
|
855
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.1.
|
|
855
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.1.4/src/commands/commands.ts)_
|
|
856
856
|
|
|
857
857
|
## `sf config get`
|
|
858
858
|
|
|
@@ -1913,7 +1913,7 @@ DESCRIPTION
|
|
|
1913
1913
|
Display help for sf.
|
|
1914
1914
|
```
|
|
1915
1915
|
|
|
1916
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.
|
|
1916
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.13/src/commands/help.ts)_
|
|
1917
1917
|
|
|
1918
1918
|
## `sf info releasenotes display`
|
|
1919
1919
|
|
|
@@ -2275,7 +2275,7 @@ EXAMPLES
|
|
|
2275
2275
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
2276
2276
|
```
|
|
2277
2277
|
|
|
2278
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.
|
|
2278
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.9/src/commands/org/assign/permset.ts)_
|
|
2279
2279
|
|
|
2280
2280
|
## `sf org assign permsetlicense`
|
|
2281
2281
|
|
|
@@ -2319,7 +2319,7 @@ EXAMPLES
|
|
|
2319
2319
|
user3
|
|
2320
2320
|
```
|
|
2321
2321
|
|
|
2322
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.
|
|
2322
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.9/src/commands/org/assign/permsetlicense.ts)_
|
|
2323
2323
|
|
|
2324
2324
|
## `sf org create sandbox`
|
|
2325
2325
|
|
|
@@ -2683,7 +2683,7 @@ FLAG DESCRIPTIONS
|
|
|
2683
2683
|
might be different than what you specify in the definition file.
|
|
2684
2684
|
```
|
|
2685
2685
|
|
|
2686
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.
|
|
2686
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.9/src/commands/org/create/user.ts)_
|
|
2687
2687
|
|
|
2688
2688
|
## `sf org delete sandbox`
|
|
2689
2689
|
|
|
@@ -2889,7 +2889,7 @@ EXAMPLES
|
|
|
2889
2889
|
$ sf org display user --target-org me@my.org --json
|
|
2890
2890
|
```
|
|
2891
2891
|
|
|
2892
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.
|
|
2892
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.9/src/commands/org/display/user.ts)_
|
|
2893
2893
|
|
|
2894
2894
|
## `sf org enable tracking`
|
|
2895
2895
|
|
|
@@ -2995,7 +2995,7 @@ EXAMPLES
|
|
|
2995
2995
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
2996
2996
|
```
|
|
2997
2997
|
|
|
2998
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.
|
|
2998
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.9/src/commands/org/generate/password.ts)_
|
|
2999
2999
|
|
|
3000
3000
|
## `sf org list`
|
|
3001
3001
|
|
|
@@ -3304,7 +3304,7 @@ EXAMPLES
|
|
|
3304
3304
|
$ sf org list users --target-org me@my.org
|
|
3305
3305
|
```
|
|
3306
3306
|
|
|
3307
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.
|
|
3307
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.9/src/commands/org/list/users.ts)_
|
|
3308
3308
|
|
|
3309
3309
|
## `sf org login access-token`
|
|
3310
3310
|
|
|
@@ -3960,7 +3960,7 @@ FLAG DESCRIPTIONS
|
|
|
3960
3960
|
subscribers.
|
|
3961
3961
|
```
|
|
3962
3962
|
|
|
3963
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
3963
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package1/version/create.ts)_
|
|
3964
3964
|
|
|
3965
3965
|
## `sf package1 version create get`
|
|
3966
3966
|
|
|
@@ -3992,7 +3992,7 @@ EXAMPLES
|
|
|
3992
3992
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
3993
3993
|
```
|
|
3994
3994
|
|
|
3995
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
3995
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package1/version/create/get.ts)_
|
|
3996
3996
|
|
|
3997
3997
|
## `sf package1 version display`
|
|
3998
3998
|
|
|
@@ -4025,7 +4025,7 @@ EXAMPLES
|
|
|
4025
4025
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
4026
4026
|
```
|
|
4027
4027
|
|
|
4028
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4028
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package1/version/display.ts)_
|
|
4029
4029
|
|
|
4030
4030
|
## `sf package1 version list`
|
|
4031
4031
|
|
|
@@ -4062,7 +4062,7 @@ FLAG DESCRIPTIONS
|
|
|
4062
4062
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
4063
4063
|
```
|
|
4064
4064
|
|
|
4065
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4065
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package1/version/list.ts)_
|
|
4066
4066
|
|
|
4067
4067
|
## `sf package create`
|
|
4068
4068
|
|
|
@@ -4140,7 +4140,7 @@ FLAG DESCRIPTIONS
|
|
|
4140
4140
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4141
4141
|
```
|
|
4142
4142
|
|
|
4143
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4143
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/create.ts)_
|
|
4144
4144
|
|
|
4145
4145
|
## `sf package delete`
|
|
4146
4146
|
|
|
@@ -4181,7 +4181,7 @@ EXAMPLES
|
|
|
4181
4181
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4182
4182
|
```
|
|
4183
4183
|
|
|
4184
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4184
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/delete.ts)_
|
|
4185
4185
|
|
|
4186
4186
|
## `sf package install`
|
|
4187
4187
|
|
|
@@ -4279,7 +4279,7 @@ FLAG DESCRIPTIONS
|
|
|
4279
4279
|
specify DeprecateOnly or Delete only for unlocked package upgrades.
|
|
4280
4280
|
```
|
|
4281
4281
|
|
|
4282
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4282
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/install.ts)_
|
|
4283
4283
|
|
|
4284
4284
|
## `sf package install report`
|
|
4285
4285
|
|
|
@@ -4311,7 +4311,7 @@ EXAMPLES
|
|
|
4311
4311
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
4312
4312
|
```
|
|
4313
4313
|
|
|
4314
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4314
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/install/report.ts)_
|
|
4315
4315
|
|
|
4316
4316
|
## `sf package installed list`
|
|
4317
4317
|
|
|
@@ -4342,7 +4342,7 @@ EXAMPLES
|
|
|
4342
4342
|
$ sf package installed list --target-org me@example.com
|
|
4343
4343
|
```
|
|
4344
4344
|
|
|
4345
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4345
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/installed/list.ts)_
|
|
4346
4346
|
|
|
4347
4347
|
## `sf package list`
|
|
4348
4348
|
|
|
@@ -4379,7 +4379,7 @@ EXAMPLES
|
|
|
4379
4379
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
4380
4380
|
```
|
|
4381
4381
|
|
|
4382
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4382
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/list.ts)_
|
|
4383
4383
|
|
|
4384
4384
|
## `sf package uninstall`
|
|
4385
4385
|
|
|
@@ -4426,7 +4426,7 @@ EXAMPLES
|
|
|
4426
4426
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
4427
4427
|
```
|
|
4428
4428
|
|
|
4429
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4429
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/uninstall.ts)_
|
|
4430
4430
|
|
|
4431
4431
|
## `sf package uninstall report`
|
|
4432
4432
|
|
|
@@ -4458,7 +4458,7 @@ EXAMPLES
|
|
|
4458
4458
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
4459
4459
|
```
|
|
4460
4460
|
|
|
4461
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4461
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/uninstall/report.ts)_
|
|
4462
4462
|
|
|
4463
4463
|
## `sf package update`
|
|
4464
4464
|
|
|
@@ -4512,7 +4512,7 @@ FLAG DESCRIPTIONS
|
|
|
4512
4512
|
associated with your package.
|
|
4513
4513
|
```
|
|
4514
4514
|
|
|
4515
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4515
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/update.ts)_
|
|
4516
4516
|
|
|
4517
4517
|
## `sf package version create`
|
|
4518
4518
|
|
|
@@ -4667,7 +4667,7 @@ FLAG DESCRIPTIONS
|
|
|
4667
4667
|
periods of no output from commands.
|
|
4668
4668
|
```
|
|
4669
4669
|
|
|
4670
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4670
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/create.ts)_
|
|
4671
4671
|
|
|
4672
4672
|
## `sf package version create list`
|
|
4673
4673
|
|
|
@@ -4727,7 +4727,7 @@ EXAMPLES
|
|
|
4727
4727
|
$ sf package version create list --created-last-days 0 --status Success
|
|
4728
4728
|
```
|
|
4729
4729
|
|
|
4730
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4730
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/create/list.ts)_
|
|
4731
4731
|
|
|
4732
4732
|
## `sf package version create report`
|
|
4733
4733
|
|
|
@@ -4769,7 +4769,7 @@ EXAMPLES
|
|
|
4769
4769
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
4770
4770
|
```
|
|
4771
4771
|
|
|
4772
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4772
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/create/report.ts)_
|
|
4773
4773
|
|
|
4774
4774
|
## `sf package version delete`
|
|
4775
4775
|
|
|
@@ -4807,7 +4807,7 @@ EXAMPLES
|
|
|
4807
4807
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
4808
4808
|
```
|
|
4809
4809
|
|
|
4810
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4810
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/delete.ts)_
|
|
4811
4811
|
|
|
4812
4812
|
## `sf package version displayancestry`
|
|
4813
4813
|
|
|
@@ -4865,7 +4865,7 @@ FLAG DESCRIPTIONS
|
|
|
4865
4865
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
4866
4866
|
```
|
|
4867
4867
|
|
|
4868
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4868
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/displayancestry.ts)_
|
|
4869
4869
|
|
|
4870
4870
|
## `sf package version list`
|
|
4871
4871
|
|
|
@@ -4933,7 +4933,7 @@ EXAMPLES
|
|
|
4933
4933
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
4934
4934
|
```
|
|
4935
4935
|
|
|
4936
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4936
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/list.ts)_
|
|
4937
4937
|
|
|
4938
4938
|
## `sf package version promote`
|
|
4939
4939
|
|
|
@@ -4976,7 +4976,7 @@ EXAMPLES
|
|
|
4976
4976
|
$ sf package version promote --package "Awesome Package Alias"
|
|
4977
4977
|
```
|
|
4978
4978
|
|
|
4979
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
4979
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/promote.ts)_
|
|
4980
4980
|
|
|
4981
4981
|
## `sf package version report`
|
|
4982
4982
|
|
|
@@ -5015,7 +5015,7 @@ EXAMPLES
|
|
|
5015
5015
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5016
5016
|
```
|
|
5017
5017
|
|
|
5018
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
5018
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/report.ts)_
|
|
5019
5019
|
|
|
5020
5020
|
## `sf package version update`
|
|
5021
5021
|
|
|
@@ -5067,7 +5067,7 @@ EXAMPLES
|
|
|
5067
5067
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5068
5068
|
```
|
|
5069
5069
|
|
|
5070
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.
|
|
5070
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.1.9/src/commands/package/version/update.ts)_
|
|
5071
5071
|
|
|
5072
5072
|
## `sf plugins`
|
|
5073
5073
|
|
|
@@ -5090,7 +5090,7 @@ EXAMPLES
|
|
|
5090
5090
|
$ sf plugins
|
|
5091
5091
|
```
|
|
5092
5092
|
|
|
5093
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5093
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.3/src/commands/plugins/index.ts)_
|
|
5094
5094
|
|
|
5095
5095
|
## `sf plugins discover`
|
|
5096
5096
|
|
|
@@ -5134,7 +5134,7 @@ EXAMPLES
|
|
|
5134
5134
|
$ sf plugins inspect myplugin
|
|
5135
5135
|
```
|
|
5136
5136
|
|
|
5137
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5137
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.3/src/commands/plugins/inspect.ts)_
|
|
5138
5138
|
|
|
5139
5139
|
## `sf plugins:install PLUGIN...`
|
|
5140
5140
|
|
|
@@ -5178,7 +5178,7 @@ EXAMPLES
|
|
|
5178
5178
|
$ sf plugins install someuser/someplugin
|
|
5179
5179
|
```
|
|
5180
5180
|
|
|
5181
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5181
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.3/src/commands/plugins/install.ts)_
|
|
5182
5182
|
|
|
5183
5183
|
## `sf plugins:link PLUGIN`
|
|
5184
5184
|
|
|
@@ -5208,7 +5208,7 @@ EXAMPLES
|
|
|
5208
5208
|
$ sf plugins link myplugin
|
|
5209
5209
|
```
|
|
5210
5210
|
|
|
5211
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5211
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.3/src/commands/plugins/link.ts)_
|
|
5212
5212
|
|
|
5213
5213
|
## `sf plugins reset`
|
|
5214
5214
|
|
|
@@ -5223,7 +5223,7 @@ FLAGS
|
|
|
5223
5223
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5224
5224
|
```
|
|
5225
5225
|
|
|
5226
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5226
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.3/src/commands/plugins/reset.ts)_
|
|
5227
5227
|
|
|
5228
5228
|
## `sf plugins trust verify`
|
|
5229
5229
|
|
|
@@ -5279,7 +5279,7 @@ EXAMPLES
|
|
|
5279
5279
|
$ sf plugins uninstall myplugin
|
|
5280
5280
|
```
|
|
5281
5281
|
|
|
5282
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5282
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.3/src/commands/plugins/uninstall.ts)_
|
|
5283
5283
|
|
|
5284
5284
|
## `sf plugins update`
|
|
5285
5285
|
|
|
@@ -5297,7 +5297,7 @@ DESCRIPTION
|
|
|
5297
5297
|
Update installed plugins.
|
|
5298
5298
|
```
|
|
5299
5299
|
|
|
5300
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5300
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.3/src/commands/plugins/update.ts)_
|
|
5301
5301
|
|
|
5302
5302
|
## `sf project convert mdapi`
|
|
5303
5303
|
|
|
@@ -5359,7 +5359,7 @@ FLAG DESCRIPTIONS
|
|
|
5359
5359
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5360
5360
|
```
|
|
5361
5361
|
|
|
5362
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5362
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/convert/mdapi.ts)_
|
|
5363
5363
|
|
|
5364
5364
|
## `sf project convert source`
|
|
5365
5365
|
|
|
@@ -5371,7 +5371,7 @@ USAGE
|
|
|
5371
5371
|
<value> | -m <value>]
|
|
5372
5372
|
|
|
5373
5373
|
FLAGS
|
|
5374
|
-
-d, --output-dir=<value> [default:
|
|
5374
|
+
-d, --output-dir=<value> [default: metadataPackage_1708170524782] Output directory to store the Metadata
|
|
5375
5375
|
API–formatted files in.
|
|
5376
5376
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5377
5377
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5431,7 +5431,7 @@ FLAG DESCRIPTIONS
|
|
|
5431
5431
|
Override the api version used for api requests made by this command
|
|
5432
5432
|
```
|
|
5433
5433
|
|
|
5434
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5434
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/convert/source.ts)_
|
|
5435
5435
|
|
|
5436
5436
|
## `sf project delete source`
|
|
5437
5437
|
|
|
@@ -5570,7 +5570,7 @@ FLAG DESCRIPTIONS
|
|
|
5570
5570
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5571
5571
|
```
|
|
5572
5572
|
|
|
5573
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5573
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/delete/source.ts)_
|
|
5574
5574
|
|
|
5575
5575
|
## `sf project delete tracking`
|
|
5576
5576
|
|
|
@@ -5606,7 +5606,7 @@ EXAMPLES
|
|
|
5606
5606
|
$ sf project delete tracking --target-org my-scratch
|
|
5607
5607
|
```
|
|
5608
5608
|
|
|
5609
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5609
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/delete/tracking.ts)_
|
|
5610
5610
|
|
|
5611
5611
|
## `sf project deploy cancel`
|
|
5612
5612
|
|
|
@@ -5676,7 +5676,7 @@ FLAG DESCRIPTIONS
|
|
|
5676
5676
|
project deploy report".
|
|
5677
5677
|
```
|
|
5678
5678
|
|
|
5679
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5679
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/cancel.ts)_
|
|
5680
5680
|
|
|
5681
5681
|
## `sf project deploy preview`
|
|
5682
5682
|
|
|
@@ -5760,7 +5760,7 @@ FLAG DESCRIPTIONS
|
|
|
5760
5760
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5761
5761
|
```
|
|
5762
5762
|
|
|
5763
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5763
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/preview.ts)_
|
|
5764
5764
|
|
|
5765
5765
|
## `sf project deploy quick`
|
|
5766
5766
|
|
|
@@ -5853,7 +5853,7 @@ ERROR CODES
|
|
|
5853
5853
|
Canceling (69) The deploy is being canceled.
|
|
5854
5854
|
```
|
|
5855
5855
|
|
|
5856
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5856
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/quick.ts)_
|
|
5857
5857
|
|
|
5858
5858
|
## `sf project deploy report`
|
|
5859
5859
|
|
|
@@ -5948,7 +5948,7 @@ FLAG DESCRIPTIONS
|
|
|
5948
5948
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5949
5949
|
```
|
|
5950
5950
|
|
|
5951
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
5951
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/report.ts)_
|
|
5952
5952
|
|
|
5953
5953
|
## `sf project deploy resume`
|
|
5954
5954
|
|
|
@@ -6044,7 +6044,7 @@ ERROR CODES
|
|
|
6044
6044
|
Canceling (69) The deploy is being canceled.
|
|
6045
6045
|
```
|
|
6046
6046
|
|
|
6047
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6047
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/resume.ts)_
|
|
6048
6048
|
|
|
6049
6049
|
## `sf project deploy start`
|
|
6050
6050
|
|
|
@@ -6273,7 +6273,7 @@ ERROR CODES
|
|
|
6273
6273
|
Canceling (69) The deploy is being canceled.
|
|
6274
6274
|
```
|
|
6275
6275
|
|
|
6276
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6276
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/start.ts)_
|
|
6277
6277
|
|
|
6278
6278
|
## `sf project deploy validate`
|
|
6279
6279
|
|
|
@@ -6452,7 +6452,7 @@ ERROR CODES
|
|
|
6452
6452
|
Canceling (69) The deploy is being canceled.
|
|
6453
6453
|
```
|
|
6454
6454
|
|
|
6455
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6455
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/deploy/validate.ts)_
|
|
6456
6456
|
|
|
6457
6457
|
## `sf project generate`
|
|
6458
6458
|
|
|
@@ -6631,7 +6631,7 @@ EXAMPLES
|
|
|
6631
6631
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6632
6632
|
```
|
|
6633
6633
|
|
|
6634
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6634
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/generate/manifest.ts)_
|
|
6635
6635
|
|
|
6636
6636
|
## `sf project list ignored`
|
|
6637
6637
|
|
|
@@ -6672,7 +6672,7 @@ EXAMPLES
|
|
|
6672
6672
|
$ sf project list ignored --source-dir package.xml
|
|
6673
6673
|
```
|
|
6674
6674
|
|
|
6675
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6675
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/list/ignored.ts)_
|
|
6676
6676
|
|
|
6677
6677
|
## `sf project reset tracking`
|
|
6678
6678
|
|
|
@@ -6720,7 +6720,7 @@ EXAMPLES
|
|
|
6720
6720
|
$ sf project reset tracking --revision 30
|
|
6721
6721
|
```
|
|
6722
6722
|
|
|
6723
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6723
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/reset/tracking.ts)_
|
|
6724
6724
|
|
|
6725
6725
|
## `sf project retrieve preview`
|
|
6726
6726
|
|
|
@@ -6776,7 +6776,7 @@ FLAG DESCRIPTIONS
|
|
|
6776
6776
|
Overrides your default org.
|
|
6777
6777
|
```
|
|
6778
6778
|
|
|
6779
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6779
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/retrieve/preview.ts)_
|
|
6780
6780
|
|
|
6781
6781
|
## `sf project retrieve start`
|
|
6782
6782
|
|
|
@@ -6930,7 +6930,7 @@ ENVIRONMENT VARIABLES
|
|
|
6930
6930
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6931
6931
|
```
|
|
6932
6932
|
|
|
6933
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.
|
|
6933
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.15/src/commands/project/retrieve/start.ts)_
|
|
6934
6934
|
|
|
6935
6935
|
## `sf schema generate field`
|
|
6936
6936
|
|