@salesforce/cli 2.18.1 → 2.18.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 +61 -58
- package/npm-shrinkwrap.json +4296 -1158
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
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.18.
|
|
27
|
+
@salesforce/cli/2.18.3 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -193,7 +193,7 @@ EXAMPLES
|
|
|
193
193
|
$ sf alias list
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
196
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/alias/list.ts)_
|
|
197
197
|
|
|
198
198
|
## `sf alias set`
|
|
199
199
|
|
|
@@ -241,7 +241,7 @@ EXAMPLES
|
|
|
241
241
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
242
242
|
```
|
|
243
243
|
|
|
244
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
244
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/alias/set.ts)_
|
|
245
245
|
|
|
246
246
|
## `sf alias unset`
|
|
247
247
|
|
|
@@ -280,7 +280,7 @@ EXAMPLES
|
|
|
280
280
|
$ sf alias unset --all [--no-prompt]
|
|
281
281
|
```
|
|
282
282
|
|
|
283
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
283
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/alias/unset.ts)_
|
|
284
284
|
|
|
285
285
|
## `sf analytics generate template`
|
|
286
286
|
|
|
@@ -497,7 +497,7 @@ FLAG DESCRIPTIONS
|
|
|
497
497
|
directory.
|
|
498
498
|
```
|
|
499
499
|
|
|
500
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
500
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.2/src/commands/apex/get/log.ts)_
|
|
501
501
|
|
|
502
502
|
## `sf apex get test`
|
|
503
503
|
|
|
@@ -549,7 +549,7 @@ EXAMPLES
|
|
|
549
549
|
me@myorg',
|
|
550
550
|
```
|
|
551
551
|
|
|
552
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
552
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.2/src/commands/apex/get/test.ts)_
|
|
553
553
|
|
|
554
554
|
## `sf apex list log`
|
|
555
555
|
|
|
@@ -587,7 +587,7 @@ EXAMPLES
|
|
|
587
587
|
$ sf apex list log --target-org me@my.org
|
|
588
588
|
```
|
|
589
589
|
|
|
590
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
590
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.2/src/commands/apex/list/log.ts)_
|
|
591
591
|
|
|
592
592
|
## `sf apex run`
|
|
593
593
|
|
|
@@ -632,7 +632,7 @@ EXAMPLES
|
|
|
632
632
|
$ sf apex run
|
|
633
633
|
```
|
|
634
634
|
|
|
635
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
635
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.2/src/commands/apex/run.ts)_
|
|
636
636
|
|
|
637
637
|
## `sf apex run test`
|
|
638
638
|
|
|
@@ -738,7 +738,7 @@ FLAG DESCRIPTIONS
|
|
|
738
738
|
--tests Test1 --tests Test2
|
|
739
739
|
```
|
|
740
740
|
|
|
741
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
741
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.2/src/commands/apex/run/test.ts)_
|
|
742
742
|
|
|
743
743
|
## `sf apex tail log`
|
|
744
744
|
|
|
@@ -780,7 +780,7 @@ EXAMPLES
|
|
|
780
780
|
$ sf apex tail log --color --skip-trace-flag
|
|
781
781
|
```
|
|
782
782
|
|
|
783
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
783
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.2/src/commands/apex/tail/log.ts)_
|
|
784
784
|
|
|
785
785
|
## `sf autocomplete [SHELL]`
|
|
786
786
|
|
|
@@ -890,7 +890,7 @@ CONFIGURATION VARIABLES
|
|
|
890
890
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
891
891
|
```
|
|
892
892
|
|
|
893
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
893
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/config/get.ts)_
|
|
894
894
|
|
|
895
895
|
## `sf config list`
|
|
896
896
|
|
|
@@ -929,7 +929,7 @@ EXAMPLES
|
|
|
929
929
|
$ sf config list
|
|
930
930
|
```
|
|
931
931
|
|
|
932
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
932
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/config/list.ts)_
|
|
933
933
|
|
|
934
934
|
## `sf config set`
|
|
935
935
|
|
|
@@ -996,7 +996,7 @@ CONFIGURATION VARIABLES
|
|
|
996
996
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
997
997
|
```
|
|
998
998
|
|
|
999
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
999
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/config/set.ts)_
|
|
1000
1000
|
|
|
1001
1001
|
## `sf config unset`
|
|
1002
1002
|
|
|
@@ -1044,7 +1044,7 @@ CONFIGURATION VARIABLES
|
|
|
1044
1044
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
1045
1045
|
```
|
|
1046
1046
|
|
|
1047
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
1047
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.4/src/commands/config/unset.ts)_
|
|
1048
1048
|
|
|
1049
1049
|
## `sf data create record`
|
|
1050
1050
|
|
|
@@ -2068,7 +2068,7 @@ FLAG DESCRIPTIONS
|
|
|
2068
2068
|
Indicates that you want verbose output from the deploy operation.
|
|
2069
2069
|
```
|
|
2070
2070
|
|
|
2071
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2071
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.2/src/commands/force/mdapi/deploy.ts)_
|
|
2072
2072
|
|
|
2073
2073
|
## `sf force mdapi deploy cancel`
|
|
2074
2074
|
|
|
@@ -2111,7 +2111,7 @@ FLAG DESCRIPTIONS
|
|
|
2111
2111
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2112
2112
|
```
|
|
2113
2113
|
|
|
2114
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2114
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.2/src/commands/force/mdapi/deploy/cancel.ts)_
|
|
2115
2115
|
|
|
2116
2116
|
## `sf force mdapi deploy report`
|
|
2117
2117
|
|
|
@@ -2182,7 +2182,7 @@ FLAG DESCRIPTIONS
|
|
|
2182
2182
|
use the ID of the most recent metadata deployment.
|
|
2183
2183
|
```
|
|
2184
2184
|
|
|
2185
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2185
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.2/src/commands/force/mdapi/deploy/report.ts)_
|
|
2186
2186
|
|
|
2187
2187
|
## `sf force mdapi retrieve`
|
|
2188
2188
|
|
|
@@ -2246,7 +2246,7 @@ FLAG DESCRIPTIONS
|
|
|
2246
2246
|
By default, the CLI assumes the directory is structured for a set of packages.
|
|
2247
2247
|
```
|
|
2248
2248
|
|
|
2249
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2249
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.2/src/commands/force/mdapi/retrieve.ts)_
|
|
2250
2250
|
|
|
2251
2251
|
## `sf force mdapi retrieve report`
|
|
2252
2252
|
|
|
@@ -2300,7 +2300,7 @@ FLAG DESCRIPTIONS
|
|
|
2300
2300
|
You must specify a --retrievetargetdir. Use with --wait to resume waiting.
|
|
2301
2301
|
```
|
|
2302
2302
|
|
|
2303
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2303
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.2/src/commands/force/mdapi/retrieve/report.ts)_
|
|
2304
2304
|
|
|
2305
2305
|
## `sf force org clone`
|
|
2306
2306
|
|
|
@@ -2731,7 +2731,7 @@ FLAG DESCRIPTIONS
|
|
|
2731
2731
|
If you specify this parameter, don’t specify --metadata or --sourcepath.
|
|
2732
2732
|
```
|
|
2733
2733
|
|
|
2734
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2734
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.2/src/commands/force/source/deploy.ts)_
|
|
2735
2735
|
|
|
2736
2736
|
## `sf force source deploy cancel`
|
|
2737
2737
|
|
|
@@ -2776,7 +2776,7 @@ FLAG DESCRIPTIONS
|
|
|
2776
2776
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2777
2777
|
```
|
|
2778
2778
|
|
|
2779
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2779
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.2/src/commands/force/source/deploy/cancel.ts)_
|
|
2780
2780
|
|
|
2781
2781
|
## `sf force source deploy report`
|
|
2782
2782
|
|
|
@@ -2839,7 +2839,7 @@ FLAG DESCRIPTIONS
|
|
|
2839
2839
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2840
2840
|
```
|
|
2841
2841
|
|
|
2842
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2842
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.2/src/commands/force/source/deploy/report.ts)_
|
|
2843
2843
|
|
|
2844
2844
|
## `sf force source pull`
|
|
2845
2845
|
|
|
@@ -2882,7 +2882,7 @@ FLAG DESCRIPTIONS
|
|
|
2882
2882
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2883
2883
|
```
|
|
2884
2884
|
|
|
2885
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2885
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.2/src/commands/force/source/pull.ts)_
|
|
2886
2886
|
|
|
2887
2887
|
## `sf force source push`
|
|
2888
2888
|
|
|
@@ -2927,7 +2927,7 @@ FLAG DESCRIPTIONS
|
|
|
2927
2927
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2928
2928
|
```
|
|
2929
2929
|
|
|
2930
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
2930
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.2/src/commands/force/source/push.ts)_
|
|
2931
2931
|
|
|
2932
2932
|
## `sf force source retrieve`
|
|
2933
2933
|
|
|
@@ -3052,7 +3052,7 @@ FLAG DESCRIPTIONS
|
|
|
3052
3052
|
If you specify this parameter, don’t specify --metadata or --sourcepath.
|
|
3053
3053
|
```
|
|
3054
3054
|
|
|
3055
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
3055
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.2/src/commands/force/source/retrieve.ts)_
|
|
3056
3056
|
|
|
3057
3057
|
## `sf force source status`
|
|
3058
3058
|
|
|
@@ -3082,7 +3082,7 @@ EXAMPLES
|
|
|
3082
3082
|
$ sf force source status --remote
|
|
3083
3083
|
```
|
|
3084
3084
|
|
|
3085
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.
|
|
3085
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.2/src/commands/force/source/status.ts)_
|
|
3086
3086
|
|
|
3087
3087
|
## `sf force user password generate`
|
|
3088
3088
|
|
|
@@ -4285,7 +4285,7 @@ EXAMPLES
|
|
|
4285
4285
|
$ sf org list auth
|
|
4286
4286
|
```
|
|
4287
4287
|
|
|
4288
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4288
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/list/auth.ts)_
|
|
4289
4289
|
|
|
4290
4290
|
## `sf org list limits`
|
|
4291
4291
|
|
|
@@ -4573,7 +4573,7 @@ FLAG DESCRIPTIONS
|
|
|
4573
4573
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4574
4574
|
```
|
|
4575
4575
|
|
|
4576
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4576
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/login/access-token.ts)_
|
|
4577
4577
|
|
|
4578
4578
|
## `sf org login device`
|
|
4579
4579
|
|
|
@@ -4632,7 +4632,7 @@ FLAG DESCRIPTIONS
|
|
|
4632
4632
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4633
4633
|
```
|
|
4634
4634
|
|
|
4635
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4635
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/login/device.ts)_
|
|
4636
4636
|
|
|
4637
4637
|
## `sf org login jwt`
|
|
4638
4638
|
|
|
@@ -4721,7 +4721,7 @@ FLAG DESCRIPTIONS
|
|
|
4721
4721
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4722
4722
|
```
|
|
4723
4723
|
|
|
4724
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4724
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/login/jwt.ts)_
|
|
4725
4725
|
|
|
4726
4726
|
## `sf org login sfdx-url`
|
|
4727
4727
|
|
|
@@ -4779,7 +4779,7 @@ EXAMPLES
|
|
|
4779
4779
|
$ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
|
|
4780
4780
|
```
|
|
4781
4781
|
|
|
4782
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4782
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/login/sfdx-url.ts)_
|
|
4783
4783
|
|
|
4784
4784
|
## `sf org login web`
|
|
4785
4785
|
|
|
@@ -4864,7 +4864,7 @@ FLAG DESCRIPTIONS
|
|
|
4864
4864
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
4865
4865
|
```
|
|
4866
4866
|
|
|
4867
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4867
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/login/web.ts)_
|
|
4868
4868
|
|
|
4869
4869
|
## `sf org logout`
|
|
4870
4870
|
|
|
@@ -4924,7 +4924,7 @@ FLAG DESCRIPTIONS
|
|
|
4924
4924
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4925
4925
|
```
|
|
4926
4926
|
|
|
4927
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.
|
|
4927
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.2/src/commands/org/logout.ts)_
|
|
4928
4928
|
|
|
4929
4929
|
## `sf org open`
|
|
4930
4930
|
|
|
@@ -5120,7 +5120,7 @@ EXAMPLES
|
|
|
5120
5120
|
$ sf plugins
|
|
5121
5121
|
```
|
|
5122
5122
|
|
|
5123
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5123
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.5/src/commands/plugins/index.ts)_
|
|
5124
5124
|
|
|
5125
5125
|
## `sf plugins discover`
|
|
5126
5126
|
|
|
@@ -5164,7 +5164,7 @@ EXAMPLES
|
|
|
5164
5164
|
$ sf plugins:inspect myplugin
|
|
5165
5165
|
```
|
|
5166
5166
|
|
|
5167
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5167
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.5/src/commands/plugins/inspect.ts)_
|
|
5168
5168
|
|
|
5169
5169
|
## `sf plugins:install PLUGIN...`
|
|
5170
5170
|
|
|
@@ -5183,6 +5183,9 @@ FLAGS
|
|
|
5183
5183
|
-s, --silent Silences yarn output.
|
|
5184
5184
|
-v, --verbose Show verbose yarn output.
|
|
5185
5185
|
|
|
5186
|
+
GLOBAL FLAGS
|
|
5187
|
+
--json Format output as json.
|
|
5188
|
+
|
|
5186
5189
|
DESCRIPTION
|
|
5187
5190
|
Installs a plugin into the CLI.
|
|
5188
5191
|
Can be installed from npm or a git url.
|
|
@@ -5205,7 +5208,7 @@ EXAMPLES
|
|
|
5205
5208
|
$ sf plugins:install someuser/someplugin
|
|
5206
5209
|
```
|
|
5207
5210
|
|
|
5208
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5211
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.5/src/commands/plugins/install.ts)_
|
|
5209
5212
|
|
|
5210
5213
|
## `sf plugins:link PLUGIN`
|
|
5211
5214
|
|
|
@@ -5235,7 +5238,7 @@ EXAMPLES
|
|
|
5235
5238
|
$ sf plugins:link myplugin
|
|
5236
5239
|
```
|
|
5237
5240
|
|
|
5238
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5241
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.5/src/commands/plugins/link.ts)_
|
|
5239
5242
|
|
|
5240
5243
|
## `sf plugins reset`
|
|
5241
5244
|
|
|
@@ -5246,7 +5249,7 @@ USAGE
|
|
|
5246
5249
|
$ sf plugins reset
|
|
5247
5250
|
```
|
|
5248
5251
|
|
|
5249
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5252
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.5/src/commands/plugins/reset.ts)_
|
|
5250
5253
|
|
|
5251
5254
|
## `sf plugins trust verify`
|
|
5252
5255
|
|
|
@@ -5274,7 +5277,7 @@ EXAMPLES
|
|
|
5274
5277
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5275
5278
|
```
|
|
5276
5279
|
|
|
5277
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.0.
|
|
5280
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.0.2/src/commands/plugins/trust/verify.ts)_
|
|
5278
5281
|
|
|
5279
5282
|
## `sf plugins:uninstall PLUGIN...`
|
|
5280
5283
|
|
|
@@ -5299,7 +5302,7 @@ ALIASES
|
|
|
5299
5302
|
$ sf plugins remove
|
|
5300
5303
|
```
|
|
5301
5304
|
|
|
5302
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5305
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.5/src/commands/plugins/uninstall.ts)_
|
|
5303
5306
|
|
|
5304
5307
|
## `sf plugins update`
|
|
5305
5308
|
|
|
@@ -5317,7 +5320,7 @@ DESCRIPTION
|
|
|
5317
5320
|
Update installed plugins.
|
|
5318
5321
|
```
|
|
5319
5322
|
|
|
5320
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
5323
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.5/src/commands/plugins/update.ts)_
|
|
5321
5324
|
|
|
5322
5325
|
## `sf project convert mdapi`
|
|
5323
5326
|
|
|
@@ -5379,7 +5382,7 @@ FLAG DESCRIPTIONS
|
|
|
5379
5382
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5380
5383
|
```
|
|
5381
5384
|
|
|
5382
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5385
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/convert/mdapi.ts)_
|
|
5383
5386
|
|
|
5384
5387
|
## `sf project convert source`
|
|
5385
5388
|
|
|
@@ -5391,7 +5394,7 @@ USAGE
|
|
|
5391
5394
|
<value> | -m <value>]
|
|
5392
5395
|
|
|
5393
5396
|
FLAGS
|
|
5394
|
-
-d, --output-dir=<value> [default:
|
|
5397
|
+
-d, --output-dir=<value> [default: metadataPackage_1699692439328] Output directory to store the Metadata
|
|
5395
5398
|
API–formatted files in.
|
|
5396
5399
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5397
5400
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5451,7 +5454,7 @@ FLAG DESCRIPTIONS
|
|
|
5451
5454
|
Override the api version used for api requests made by this command
|
|
5452
5455
|
```
|
|
5453
5456
|
|
|
5454
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5457
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/convert/source.ts)_
|
|
5455
5458
|
|
|
5456
5459
|
## `sf project delete source`
|
|
5457
5460
|
|
|
@@ -5589,7 +5592,7 @@ FLAG DESCRIPTIONS
|
|
|
5589
5592
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5590
5593
|
```
|
|
5591
5594
|
|
|
5592
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5595
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/delete/source.ts)_
|
|
5593
5596
|
|
|
5594
5597
|
## `sf project delete tracking`
|
|
5595
5598
|
|
|
@@ -5624,7 +5627,7 @@ EXAMPLES
|
|
|
5624
5627
|
$ sf project delete tracking --target-org my-scratch
|
|
5625
5628
|
```
|
|
5626
5629
|
|
|
5627
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5630
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/delete/tracking.ts)_
|
|
5628
5631
|
|
|
5629
5632
|
## `sf project deploy cancel`
|
|
5630
5633
|
|
|
@@ -5694,7 +5697,7 @@ FLAG DESCRIPTIONS
|
|
|
5694
5697
|
project deploy report".
|
|
5695
5698
|
```
|
|
5696
5699
|
|
|
5697
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5700
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/deploy/cancel.ts)_
|
|
5698
5701
|
|
|
5699
5702
|
## `sf project deploy preview`
|
|
5700
5703
|
|
|
@@ -5777,7 +5780,7 @@ FLAG DESCRIPTIONS
|
|
|
5777
5780
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
5778
5781
|
```
|
|
5779
5782
|
|
|
5780
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5783
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/deploy/preview.ts)_
|
|
5781
5784
|
|
|
5782
5785
|
## `sf project deploy quick`
|
|
5783
5786
|
|
|
@@ -5870,7 +5873,7 @@ ERROR CODES
|
|
|
5870
5873
|
Canceling (69) The deploy is being canceled.
|
|
5871
5874
|
```
|
|
5872
5875
|
|
|
5873
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5876
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/deploy/quick.ts)_
|
|
5874
5877
|
|
|
5875
5878
|
## `sf project deploy report`
|
|
5876
5879
|
|
|
@@ -5965,7 +5968,7 @@ FLAG DESCRIPTIONS
|
|
|
5965
5968
|
--coverage-formatters lcov --coverage-formatters clover
|
|
5966
5969
|
```
|
|
5967
5970
|
|
|
5968
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
5971
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/deploy/report.ts)_
|
|
5969
5972
|
|
|
5970
5973
|
## `sf project deploy resume`
|
|
5971
5974
|
|
|
@@ -6061,7 +6064,7 @@ ERROR CODES
|
|
|
6061
6064
|
Canceling (69) The deploy is being canceled.
|
|
6062
6065
|
```
|
|
6063
6066
|
|
|
6064
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6067
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/deploy/resume.ts)_
|
|
6065
6068
|
|
|
6066
6069
|
## `sf project deploy start`
|
|
6067
6070
|
|
|
@@ -6289,7 +6292,7 @@ ERROR CODES
|
|
|
6289
6292
|
Canceling (69) The deploy is being canceled.
|
|
6290
6293
|
```
|
|
6291
6294
|
|
|
6292
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6295
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/deploy/start.ts)_
|
|
6293
6296
|
|
|
6294
6297
|
## `sf project deploy validate`
|
|
6295
6298
|
|
|
@@ -6467,7 +6470,7 @@ ERROR CODES
|
|
|
6467
6470
|
Canceling (69) The deploy is being canceled.
|
|
6468
6471
|
```
|
|
6469
6472
|
|
|
6470
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6473
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/deploy/validate.ts)_
|
|
6471
6474
|
|
|
6472
6475
|
## `sf project generate`
|
|
6473
6476
|
|
|
@@ -6646,7 +6649,7 @@ EXAMPLES
|
|
|
6646
6649
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6647
6650
|
```
|
|
6648
6651
|
|
|
6649
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6652
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/generate/manifest.ts)_
|
|
6650
6653
|
|
|
6651
6654
|
## `sf project list ignored`
|
|
6652
6655
|
|
|
@@ -6687,7 +6690,7 @@ EXAMPLES
|
|
|
6687
6690
|
$ sf project list ignored --source-dir package.xml
|
|
6688
6691
|
```
|
|
6689
6692
|
|
|
6690
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6693
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/list/ignored.ts)_
|
|
6691
6694
|
|
|
6692
6695
|
## `sf project reset tracking`
|
|
6693
6696
|
|
|
@@ -6734,7 +6737,7 @@ EXAMPLES
|
|
|
6734
6737
|
$ sf project reset tracking --revision 30
|
|
6735
6738
|
```
|
|
6736
6739
|
|
|
6737
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6740
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/reset/tracking.ts)_
|
|
6738
6741
|
|
|
6739
6742
|
## `sf project retrieve preview`
|
|
6740
6743
|
|
|
@@ -6789,7 +6792,7 @@ FLAG DESCRIPTIONS
|
|
|
6789
6792
|
Overrides your default org.
|
|
6790
6793
|
```
|
|
6791
6794
|
|
|
6792
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6795
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/retrieve/preview.ts)_
|
|
6793
6796
|
|
|
6794
6797
|
## `sf project retrieve start`
|
|
6795
6798
|
|
|
@@ -6943,7 +6946,7 @@ ENVIRONMENT VARIABLES
|
|
|
6943
6946
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
6944
6947
|
```
|
|
6945
6948
|
|
|
6946
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.
|
|
6949
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/1.20.3/src/commands/project/retrieve/start.ts)_
|
|
6947
6950
|
|
|
6948
6951
|
## `sf schema generate field`
|
|
6949
6952
|
|