@salesforce/plugin-deploy-retrieve 3.22.4 → 3.22.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/LICENSE.txt +200 -6
- package/README.md +23 -19
- package/messages/retrieve.start.md +4 -0
- package/oclif.manifest.json +230 -229
- package/package.json +10 -9
package/LICENSE.txt
CHANGED
|
@@ -1,12 +1,206 @@
|
|
|
1
|
-
|
|
1
|
+
Apache License Version 2.0
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Salesforce, Inc.
|
|
2
4
|
All rights reserved.
|
|
3
5
|
|
|
4
|
-
|
|
6
|
+
Apache License
|
|
7
|
+
Version 2.0, January 2004
|
|
8
|
+
http://www.apache.org/licenses/
|
|
9
|
+
|
|
10
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
11
|
+
|
|
12
|
+
1. Definitions.
|
|
13
|
+
|
|
14
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
15
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
16
|
+
|
|
17
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
18
|
+
the copyright owner that is granting the License.
|
|
19
|
+
|
|
20
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
21
|
+
other entities that control, are controlled by, or are under common
|
|
22
|
+
control with that entity. For the purposes of this definition,
|
|
23
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
24
|
+
direction or management of such entity, whether by contract or
|
|
25
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
26
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
27
|
+
|
|
28
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
29
|
+
exercising permissions granted by this License.
|
|
30
|
+
|
|
31
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
32
|
+
including but not limited to software source code, documentation
|
|
33
|
+
source, and configuration files.
|
|
34
|
+
|
|
35
|
+
"Object" form shall mean any form resulting from mechanical
|
|
36
|
+
transformation or translation of a Source form, including but
|
|
37
|
+
not limited to compiled object code, generated documentation,
|
|
38
|
+
and conversions to other media types.
|
|
39
|
+
|
|
40
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
41
|
+
Object form, made available under the License, as indicated by a
|
|
42
|
+
copyright notice that is included in or attached to the work
|
|
43
|
+
(an example is provided in the Appendix below).
|
|
44
|
+
|
|
45
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
46
|
+
form, that is based on (or derived from) the Work and for which the
|
|
47
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
48
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
49
|
+
of this License, Derivative Works shall not include works that remain
|
|
50
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
51
|
+
the Work and Derivative Works thereof.
|
|
52
|
+
|
|
53
|
+
"Contribution" shall mean any work of authorship, including
|
|
54
|
+
the original version of the Work and any modifications or additions
|
|
55
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
56
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
57
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
58
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
59
|
+
means any form of electronic, verbal, or written communication sent
|
|
60
|
+
to the Licensor or its representatives, including but not limited to
|
|
61
|
+
communication on electronic mailing lists, source code control systems,
|
|
62
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
63
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
64
|
+
excluding communication that is conspicuously marked or otherwise
|
|
65
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
66
|
+
|
|
67
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
68
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
69
|
+
subsequently incorporated within the Work.
|
|
70
|
+
|
|
71
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
72
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
73
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
74
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
75
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
76
|
+
Work and such Derivative Works in Source or Object form.
|
|
77
|
+
|
|
78
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
79
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
80
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
81
|
+
(except as stated in this section) patent license to make, have made,
|
|
82
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
83
|
+
where such license applies only to those patent claims licensable
|
|
84
|
+
by such Contributor that are necessarily infringed by their
|
|
85
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
86
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
87
|
+
institute patent litigation against any entity (including a
|
|
88
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
89
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
90
|
+
or contributory patent infringement, then any patent licenses
|
|
91
|
+
granted to You under this License for that Work shall terminate
|
|
92
|
+
as of the date such litigation is filed.
|
|
93
|
+
|
|
94
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
95
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
96
|
+
modifications, and in Source or Object form, provided that You
|
|
97
|
+
meet the following conditions:
|
|
98
|
+
|
|
99
|
+
(a) You must give any other recipients of the Work or
|
|
100
|
+
Derivative Works a copy of this License; and
|
|
101
|
+
|
|
102
|
+
(b) You must cause any modified files to carry prominent notices
|
|
103
|
+
stating that You changed the files; and
|
|
104
|
+
|
|
105
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
106
|
+
that You distribute, all copyright, patent, trademark, and
|
|
107
|
+
attribution notices from the Source form of the Work,
|
|
108
|
+
excluding those notices that do not pertain to any part of
|
|
109
|
+
the Derivative Works; and
|
|
110
|
+
|
|
111
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
112
|
+
distribution, then any Derivative Works that You distribute must
|
|
113
|
+
include a readable copy of the attribution notices contained
|
|
114
|
+
within such NOTICE file, excluding those notices that do not
|
|
115
|
+
pertain to any part of the Derivative Works, in at least one
|
|
116
|
+
of the following places: within a NOTICE text file distributed
|
|
117
|
+
as part of the Derivative Works; within the Source form or
|
|
118
|
+
documentation, if provided along with the Derivative Works; or,
|
|
119
|
+
within a display generated by the Derivative Works, if and
|
|
120
|
+
wherever such third-party notices normally appear. The contents
|
|
121
|
+
of the NOTICE file are for informational purposes only and
|
|
122
|
+
do not modify the License. You may add Your own attribution
|
|
123
|
+
notices within Derivative Works that You distribute, alongside
|
|
124
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
125
|
+
that such additional attribution notices cannot be construed
|
|
126
|
+
as modifying the License.
|
|
127
|
+
|
|
128
|
+
You may add Your own copyright statement to Your modifications and
|
|
129
|
+
may provide additional or different license terms and conditions
|
|
130
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
131
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
132
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
133
|
+
the conditions stated in this License.
|
|
134
|
+
|
|
135
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
136
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
137
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
138
|
+
this License, without any additional terms or conditions.
|
|
139
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
140
|
+
the terms of any separate license agreement you may have executed
|
|
141
|
+
with Licensor regarding such Contributions.
|
|
142
|
+
|
|
143
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
144
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
145
|
+
except as required for reasonable and customary use in describing the
|
|
146
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
147
|
+
|
|
148
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
149
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
150
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
151
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
152
|
+
implied, including, without limitation, any warranties or conditions
|
|
153
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
154
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
155
|
+
appropriateness of using or redistributing the Work and assume any
|
|
156
|
+
risks associated with Your exercise of permissions under this License.
|
|
157
|
+
|
|
158
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
159
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
160
|
+
unless required by applicable law (such as deliberate and grossly
|
|
161
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
162
|
+
liable to You for damages, including any direct, indirect, special,
|
|
163
|
+
incidental, or consequential damages of any character arising as a
|
|
164
|
+
result of this License or out of the use or inability to use the
|
|
165
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
166
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
167
|
+
other commercial damages or losses), even if such Contributor
|
|
168
|
+
has been advised of the possibility of such damages.
|
|
169
|
+
|
|
170
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
171
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
172
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
173
|
+
or other liability obligations and/or rights consistent with this
|
|
174
|
+
License. However, in accepting such obligations, You may act only
|
|
175
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
176
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
177
|
+
defend, and hold each Contributor harmless for any liability
|
|
178
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
179
|
+
of your accepting any such warranty or additional liability.
|
|
180
|
+
|
|
181
|
+
END OF TERMS AND CONDITIONS
|
|
182
|
+
|
|
183
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
184
|
+
|
|
185
|
+
To apply the Apache License to your work, attach the following
|
|
186
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
187
|
+
replaced with your own identifying information. (Don't include
|
|
188
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
189
|
+
comment syntax for the file format. We also recommend that a
|
|
190
|
+
file or class name and description of purpose be included on the
|
|
191
|
+
same "printed page" as the copyright notice for easier
|
|
192
|
+
identification within third-party archives.
|
|
5
193
|
|
|
6
|
-
|
|
194
|
+
Copyright {yyyy} {name of copyright owner}
|
|
7
195
|
|
|
8
|
-
|
|
196
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
197
|
+
you may not use this file except in compliance with the License.
|
|
198
|
+
You may obtain a copy of the License at
|
|
9
199
|
|
|
10
|
-
|
|
200
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
201
|
|
|
12
|
-
|
|
202
|
+
Unless required by applicable law or agreed to in writing, software
|
|
203
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
204
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
205
|
+
See the License for the specific language governing permissions and
|
|
206
|
+
limitations under the License.
|
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# plugin-deploy-retrieve
|
|
2
2
|
|
|
3
|
-
[](https://opensource.org/license/apache-2-0)
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@salesforce/plugin-deploy-retrieve) [](https://npmjs.org/package/@salesforce/plugin-deploy-retrieve) [](https://www.npmjs.com/package/@salesforce/plugin-deploy-retrieve) [](https://npmjs.org/package/@salesforce/plugin-deploy-retrieve) [](https://opensource.org/license/apache-2-0)
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
@@ -141,7 +141,7 @@ FLAG DESCRIPTIONS
|
|
|
141
141
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
144
|
+
_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/convert/mdapi.ts)_
|
|
145
145
|
|
|
146
146
|
## `sf project convert source`
|
|
147
147
|
|
|
@@ -214,7 +214,7 @@ FLAG DESCRIPTIONS
|
|
|
214
214
|
Override the api version used for api requests made by this command
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
-
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
217
|
+
_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/convert/source.ts)_
|
|
218
218
|
|
|
219
219
|
## `sf project convert source-behavior`
|
|
220
220
|
|
|
@@ -273,7 +273,7 @@ EXAMPLES
|
|
|
273
273
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
276
|
+
_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/convert/source-behavior.ts)_
|
|
277
277
|
|
|
278
278
|
## `sf project delete source`
|
|
279
279
|
|
|
@@ -413,7 +413,7 @@ FLAG DESCRIPTIONS
|
|
|
413
413
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
414
414
|
```
|
|
415
415
|
|
|
416
|
-
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
416
|
+
_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/delete/source.ts)_
|
|
417
417
|
|
|
418
418
|
## `sf project delete tracking`
|
|
419
419
|
|
|
@@ -450,7 +450,7 @@ EXAMPLES
|
|
|
450
450
|
$ sf project delete tracking --target-org my-scratch
|
|
451
451
|
```
|
|
452
452
|
|
|
453
|
-
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
453
|
+
_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/delete/tracking.ts)_
|
|
454
454
|
|
|
455
455
|
## `sf project deploy cancel`
|
|
456
456
|
|
|
@@ -522,7 +522,7 @@ FLAG DESCRIPTIONS
|
|
|
522
522
|
project deploy report".
|
|
523
523
|
```
|
|
524
524
|
|
|
525
|
-
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
525
|
+
_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/deploy/cancel.ts)_
|
|
526
526
|
|
|
527
527
|
## `sf project deploy preview`
|
|
528
528
|
|
|
@@ -605,7 +605,7 @@ FLAG DESCRIPTIONS
|
|
|
605
605
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
606
606
|
```
|
|
607
607
|
|
|
608
|
-
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
608
|
+
_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/deploy/preview.ts)_
|
|
609
609
|
|
|
610
610
|
## `sf project deploy quick`
|
|
611
611
|
|
|
@@ -689,7 +689,7 @@ FLAG DESCRIPTIONS
|
|
|
689
689
|
deploy report".
|
|
690
690
|
```
|
|
691
691
|
|
|
692
|
-
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
692
|
+
_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/deploy/quick.ts)_
|
|
693
693
|
|
|
694
694
|
## `sf project deploy report`
|
|
695
695
|
|
|
@@ -781,7 +781,7 @@ FLAG DESCRIPTIONS
|
|
|
781
781
|
--coverage-formatters lcov --coverage-formatters clover
|
|
782
782
|
```
|
|
783
783
|
|
|
784
|
-
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
784
|
+
_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/deploy/report.ts)_
|
|
785
785
|
|
|
786
786
|
## `sf project deploy resume`
|
|
787
787
|
|
|
@@ -866,7 +866,7 @@ FLAG DESCRIPTIONS
|
|
|
866
866
|
--coverage-formatters lcov --coverage-formatters clover
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
869
|
+
_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/deploy/resume.ts)_
|
|
870
870
|
|
|
871
871
|
## `sf project deploy start`
|
|
872
872
|
|
|
@@ -1102,7 +1102,7 @@ FLAG DESCRIPTIONS
|
|
|
1102
1102
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1103
1103
|
```
|
|
1104
1104
|
|
|
1105
|
-
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1105
|
+
_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/deploy/start.ts)_
|
|
1106
1106
|
|
|
1107
1107
|
## `sf project deploy validate`
|
|
1108
1108
|
|
|
@@ -1275,7 +1275,7 @@ FLAG DESCRIPTIONS
|
|
|
1275
1275
|
--coverage-formatters lcov --coverage-formatters clover
|
|
1276
1276
|
```
|
|
1277
1277
|
|
|
1278
|
-
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1278
|
+
_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/deploy/validate.ts)_
|
|
1279
1279
|
|
|
1280
1280
|
## `sf project generate manifest`
|
|
1281
1281
|
|
|
@@ -1371,7 +1371,7 @@ EXAMPLES
|
|
|
1371
1371
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
1372
1372
|
```
|
|
1373
1373
|
|
|
1374
|
-
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1374
|
+
_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/generate/manifest.ts)_
|
|
1375
1375
|
|
|
1376
1376
|
## `sf project list ignored`
|
|
1377
1377
|
|
|
@@ -1413,7 +1413,7 @@ EXAMPLES
|
|
|
1413
1413
|
$ sf project list ignored --source-dir package.xml
|
|
1414
1414
|
```
|
|
1415
1415
|
|
|
1416
|
-
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1416
|
+
_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/list/ignored.ts)_
|
|
1417
1417
|
|
|
1418
1418
|
## `sf project reset tracking`
|
|
1419
1419
|
|
|
@@ -1462,7 +1462,7 @@ EXAMPLES
|
|
|
1462
1462
|
$ sf project reset tracking --revision 30
|
|
1463
1463
|
```
|
|
1464
1464
|
|
|
1465
|
-
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1465
|
+
_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/reset/tracking.ts)_
|
|
1466
1466
|
|
|
1467
1467
|
## `sf project retrieve preview`
|
|
1468
1468
|
|
|
@@ -1516,7 +1516,7 @@ FLAG DESCRIPTIONS
|
|
|
1516
1516
|
production orgs.
|
|
1517
1517
|
```
|
|
1518
1518
|
|
|
1519
|
-
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1519
|
+
_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/retrieve/preview.ts)_
|
|
1520
1520
|
|
|
1521
1521
|
## `sf project retrieve start`
|
|
1522
1522
|
|
|
@@ -1612,6 +1612,10 @@ EXAMPLES
|
|
|
1612
1612
|
|
|
1613
1613
|
$ sf project retrieve start --metadata 'CustomObject:SBQQ__*'
|
|
1614
1614
|
|
|
1615
|
+
Retrieve all list views for the Case standard object:
|
|
1616
|
+
|
|
1617
|
+
$ sf project retrieve start --metadata 'ListView:Case*'
|
|
1618
|
+
|
|
1615
1619
|
Retrieve all custom objects and Apex classes found in all defined package directories (both examples are
|
|
1616
1620
|
equivalent):
|
|
1617
1621
|
|
|
@@ -1685,6 +1689,6 @@ FLAG DESCRIPTIONS
|
|
|
1685
1689
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
1686
1690
|
```
|
|
1687
1691
|
|
|
1688
|
-
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.
|
|
1692
|
+
_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.5/src/commands/project/retrieve/start.ts)_
|
|
1689
1693
|
|
|
1690
1694
|
<!-- commandsstop -->
|
|
@@ -47,6 +47,10 @@ To retrieve multiple metadata components, either use multiple --metadata <name>
|
|
|
47
47
|
|
|
48
48
|
sf <%= command.id %> --metadata 'CustomObject:SBQQ__*'
|
|
49
49
|
|
|
50
|
+
- Retrieve all list views for the Case standard object:
|
|
51
|
+
|
|
52
|
+
sf <%= command.id %> --metadata 'ListView:Case*'
|
|
53
|
+
|
|
50
54
|
- Retrieve all custom objects and Apex classes found in all defined package directories (both examples are equivalent):
|
|
51
55
|
|
|
52
56
|
<%= config.bin %> <%= command.id %> --metadata CustomObject ApexClass
|
package/oclif.manifest.json
CHANGED
|
@@ -405,6 +405,234 @@
|
|
|
405
405
|
"source:convert:project"
|
|
406
406
|
]
|
|
407
407
|
},
|
|
408
|
+
"project:generate:manifest": {
|
|
409
|
+
"aliases": [
|
|
410
|
+
"force:source:manifest:create"
|
|
411
|
+
],
|
|
412
|
+
"args": {},
|
|
413
|
+
"deprecateAliases": true,
|
|
414
|
+
"description": "Create a manifest from a list of metadata components (--metadata) or from one or more local directories that contain source files (--source-dir). You can specify either of these flags, not both.\n\nUse --type to specify the type of manifest you want to create. The resulting manifest files have specific names, such as the standard package.xml or destructiveChanges.xml to delete metadata. Valid values for this flag, and their respective file names, are:\n\n * package : package.xml (default)\n * pre : destructiveChangesPre.xml\n * post : destructiveChangesPost.xml\n * destroy : destructiveChanges.xml\n\nSee https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_deleting_files.htm for information about these destructive manifest files.\n\nUse --name to specify a custom name for the generated manifest if the pre-defined ones don’t suit your needs. You can specify either --type or --name, but not both.\n\nTo include multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to --include-packages and --source-dir.\n\nTo build a manifest from the metadata in an org, use the --from-org flag. You can combine --from-org with the --metadata flag to include only certain metadata types, or with the --excluded-metadata flag to exclude certain metadata types. When building a manifest from an org, the command makes many concurrent API calls to discover the metadata that exists in the org. To limit the number of concurrent requests, use the SF_LIST_METADATA_BATCH_SIZE environment variable and set it to a size that works best for your org and environment. If you experience timeouts or inconsistent manifest contents, then setting this environment variable can improve accuracy. However, the command takes longer to run because it sends fewer requests at a time.",
|
|
415
|
+
"examples": [
|
|
416
|
+
"Create a manifest for deploying or retrieving all Apex classes and custom objects:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass --metadata CustomObject",
|
|
417
|
+
"Create a manifest for deleting the specified Apex class:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass --type destroy",
|
|
418
|
+
"Create a manifest for deploying or retrieving all the metadata components in the specified local directory; name the file myNewManifest.xml:\n$ <%= config.bin %> <%= command.id %> --source-dir force-app --name myNewManifest",
|
|
419
|
+
"Create a manifest from the metadata components in the specified org and include metadata in any unlocked packages:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --include-packages unlocked",
|
|
420
|
+
"Create a manifest from specific metadata types in an org:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --metadata ApexClass,CustomObject,CustomLabels",
|
|
421
|
+
"Create a manifest from all metadata components in an org excluding specific metadata types:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --excluded-metadata StandardValueSet"
|
|
422
|
+
],
|
|
423
|
+
"flags": {
|
|
424
|
+
"json": {
|
|
425
|
+
"description": "Format output as json.",
|
|
426
|
+
"helpGroup": "GLOBAL",
|
|
427
|
+
"name": "json",
|
|
428
|
+
"allowNo": false,
|
|
429
|
+
"type": "boolean"
|
|
430
|
+
},
|
|
431
|
+
"flags-dir": {
|
|
432
|
+
"helpGroup": "GLOBAL",
|
|
433
|
+
"name": "flags-dir",
|
|
434
|
+
"summary": "Import flag values from a directory.",
|
|
435
|
+
"hasDynamicHelp": false,
|
|
436
|
+
"multiple": false,
|
|
437
|
+
"type": "option"
|
|
438
|
+
},
|
|
439
|
+
"api-version": {
|
|
440
|
+
"aliases": [
|
|
441
|
+
"apiversion"
|
|
442
|
+
],
|
|
443
|
+
"deprecateAliases": true,
|
|
444
|
+
"description": "Override the api version used for api requests made by this command",
|
|
445
|
+
"name": "api-version",
|
|
446
|
+
"hasDynamicHelp": false,
|
|
447
|
+
"multiple": false,
|
|
448
|
+
"type": "option"
|
|
449
|
+
},
|
|
450
|
+
"loglevel": {
|
|
451
|
+
"deprecated": {
|
|
452
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
453
|
+
},
|
|
454
|
+
"hidden": true,
|
|
455
|
+
"name": "loglevel",
|
|
456
|
+
"hasDynamicHelp": false,
|
|
457
|
+
"multiple": false,
|
|
458
|
+
"type": "option"
|
|
459
|
+
},
|
|
460
|
+
"metadata": {
|
|
461
|
+
"char": "m",
|
|
462
|
+
"name": "metadata",
|
|
463
|
+
"summary": "Names of metadata components to include in the manifest.",
|
|
464
|
+
"delimiter": ",",
|
|
465
|
+
"hasDynamicHelp": false,
|
|
466
|
+
"multiple": true,
|
|
467
|
+
"type": "option"
|
|
468
|
+
},
|
|
469
|
+
"source-dir": {
|
|
470
|
+
"aliases": [
|
|
471
|
+
"sourcepath"
|
|
472
|
+
],
|
|
473
|
+
"char": "p",
|
|
474
|
+
"deprecateAliases": true,
|
|
475
|
+
"name": "source-dir",
|
|
476
|
+
"summary": "Paths to the local source files to include in the manifest.",
|
|
477
|
+
"delimiter": ",",
|
|
478
|
+
"hasDynamicHelp": false,
|
|
479
|
+
"multiple": true,
|
|
480
|
+
"type": "option"
|
|
481
|
+
},
|
|
482
|
+
"name": {
|
|
483
|
+
"aliases": [
|
|
484
|
+
"manifestname"
|
|
485
|
+
],
|
|
486
|
+
"char": "n",
|
|
487
|
+
"deprecateAliases": true,
|
|
488
|
+
"exclusive": [
|
|
489
|
+
"type"
|
|
490
|
+
],
|
|
491
|
+
"name": "name",
|
|
492
|
+
"summary": "Name of a custom manifest file to create.",
|
|
493
|
+
"hasDynamicHelp": false,
|
|
494
|
+
"multiple": false,
|
|
495
|
+
"type": "option"
|
|
496
|
+
},
|
|
497
|
+
"type": {
|
|
498
|
+
"aliases": [
|
|
499
|
+
"manifesttype"
|
|
500
|
+
],
|
|
501
|
+
"char": "t",
|
|
502
|
+
"deprecateAliases": true,
|
|
503
|
+
"exclusive": [
|
|
504
|
+
"name"
|
|
505
|
+
],
|
|
506
|
+
"name": "type",
|
|
507
|
+
"summary": "Type of manifest to create; the type determines the name of the created file.",
|
|
508
|
+
"hasDynamicHelp": false,
|
|
509
|
+
"multiple": false,
|
|
510
|
+
"options": [
|
|
511
|
+
"pre",
|
|
512
|
+
"post",
|
|
513
|
+
"destroy",
|
|
514
|
+
"package"
|
|
515
|
+
],
|
|
516
|
+
"type": "option"
|
|
517
|
+
},
|
|
518
|
+
"include-packages": {
|
|
519
|
+
"aliases": [
|
|
520
|
+
"includepackages"
|
|
521
|
+
],
|
|
522
|
+
"char": "c",
|
|
523
|
+
"dependsOn": [
|
|
524
|
+
"from-org"
|
|
525
|
+
],
|
|
526
|
+
"deprecateAliases": true,
|
|
527
|
+
"name": "include-packages",
|
|
528
|
+
"summary": "Package types (managed, unlocked) whose metadata is included in the manifest; by default, metadata in managed and unlocked packages is excluded. Metadata in unmanaged packages is always included.",
|
|
529
|
+
"delimiter": ",",
|
|
530
|
+
"hasDynamicHelp": false,
|
|
531
|
+
"multiple": true,
|
|
532
|
+
"options": [
|
|
533
|
+
"managed",
|
|
534
|
+
"unlocked"
|
|
535
|
+
],
|
|
536
|
+
"type": "option"
|
|
537
|
+
},
|
|
538
|
+
"excluded-metadata": {
|
|
539
|
+
"name": "excluded-metadata",
|
|
540
|
+
"relationships": [
|
|
541
|
+
{
|
|
542
|
+
"type": "some",
|
|
543
|
+
"flags": [
|
|
544
|
+
"from-org",
|
|
545
|
+
"source-dir"
|
|
546
|
+
]
|
|
547
|
+
}
|
|
548
|
+
],
|
|
549
|
+
"summary": "Metadata types to exclude when building a manifest from an org. Specify the name of the type, not the name of a specific component.",
|
|
550
|
+
"delimiter": ",",
|
|
551
|
+
"hasDynamicHelp": false,
|
|
552
|
+
"multiple": true,
|
|
553
|
+
"type": "option"
|
|
554
|
+
},
|
|
555
|
+
"from-org": {
|
|
556
|
+
"aliases": [
|
|
557
|
+
"fromorg"
|
|
558
|
+
],
|
|
559
|
+
"deprecateAliases": true,
|
|
560
|
+
"exclusive": [
|
|
561
|
+
"source-dir"
|
|
562
|
+
],
|
|
563
|
+
"name": "from-org",
|
|
564
|
+
"summary": "Username or alias of the org that contains the metadata components from which to build a manifest.",
|
|
565
|
+
"hasDynamicHelp": false,
|
|
566
|
+
"multiple": false,
|
|
567
|
+
"type": "option"
|
|
568
|
+
},
|
|
569
|
+
"output-dir": {
|
|
570
|
+
"aliases": [
|
|
571
|
+
"outputdir",
|
|
572
|
+
"o"
|
|
573
|
+
],
|
|
574
|
+
"char": "d",
|
|
575
|
+
"deprecateAliases": true,
|
|
576
|
+
"name": "output-dir",
|
|
577
|
+
"summary": "Directory to save the created manifest.",
|
|
578
|
+
"hasDynamicHelp": false,
|
|
579
|
+
"multiple": false,
|
|
580
|
+
"type": "option"
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
"hasDynamicHelp": false,
|
|
584
|
+
"hiddenAliases": [],
|
|
585
|
+
"id": "project:generate:manifest",
|
|
586
|
+
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
587
|
+
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
588
|
+
"pluginType": "core",
|
|
589
|
+
"strict": true,
|
|
590
|
+
"summary": "Create a project manifest that lists the metadata components you want to deploy or retrieve.",
|
|
591
|
+
"enableJsonFlag": true,
|
|
592
|
+
"requiresProject": true,
|
|
593
|
+
"isESM": true,
|
|
594
|
+
"relativePath": [
|
|
595
|
+
"lib",
|
|
596
|
+
"commands",
|
|
597
|
+
"project",
|
|
598
|
+
"generate",
|
|
599
|
+
"manifest.js"
|
|
600
|
+
],
|
|
601
|
+
"aliasPermutations": [
|
|
602
|
+
"force:source:manifest:create",
|
|
603
|
+
"source:force:manifest:create",
|
|
604
|
+
"source:manifest:force:create",
|
|
605
|
+
"source:manifest:create:force",
|
|
606
|
+
"force:manifest:source:create",
|
|
607
|
+
"manifest:force:source:create",
|
|
608
|
+
"manifest:source:force:create",
|
|
609
|
+
"manifest:source:create:force",
|
|
610
|
+
"force:manifest:create:source",
|
|
611
|
+
"manifest:force:create:source",
|
|
612
|
+
"manifest:create:force:source",
|
|
613
|
+
"manifest:create:source:force",
|
|
614
|
+
"force:source:create:manifest",
|
|
615
|
+
"source:force:create:manifest",
|
|
616
|
+
"source:create:force:manifest",
|
|
617
|
+
"source:create:manifest:force",
|
|
618
|
+
"force:create:source:manifest",
|
|
619
|
+
"create:force:source:manifest",
|
|
620
|
+
"create:source:force:manifest",
|
|
621
|
+
"create:source:manifest:force",
|
|
622
|
+
"force:create:manifest:source",
|
|
623
|
+
"create:force:manifest:source",
|
|
624
|
+
"create:manifest:force:source",
|
|
625
|
+
"create:manifest:source:force"
|
|
626
|
+
],
|
|
627
|
+
"permutations": [
|
|
628
|
+
"project:generate:manifest",
|
|
629
|
+
"generate:project:manifest",
|
|
630
|
+
"generate:manifest:project",
|
|
631
|
+
"project:manifest:generate",
|
|
632
|
+
"manifest:project:generate",
|
|
633
|
+
"manifest:generate:project"
|
|
634
|
+
]
|
|
635
|
+
},
|
|
408
636
|
"project:deploy:cancel": {
|
|
409
637
|
"aliases": [
|
|
410
638
|
"deploy:metadata:cancel"
|
|
@@ -2247,234 +2475,6 @@
|
|
|
2247
2475
|
"tracking:delete:project"
|
|
2248
2476
|
]
|
|
2249
2477
|
},
|
|
2250
|
-
"project:generate:manifest": {
|
|
2251
|
-
"aliases": [
|
|
2252
|
-
"force:source:manifest:create"
|
|
2253
|
-
],
|
|
2254
|
-
"args": {},
|
|
2255
|
-
"deprecateAliases": true,
|
|
2256
|
-
"description": "Create a manifest from a list of metadata components (--metadata) or from one or more local directories that contain source files (--source-dir). You can specify either of these flags, not both.\n\nUse --type to specify the type of manifest you want to create. The resulting manifest files have specific names, such as the standard package.xml or destructiveChanges.xml to delete metadata. Valid values for this flag, and their respective file names, are:\n\n * package : package.xml (default)\n * pre : destructiveChangesPre.xml\n * post : destructiveChangesPost.xml\n * destroy : destructiveChanges.xml\n\nSee https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_deleting_files.htm for information about these destructive manifest files.\n\nUse --name to specify a custom name for the generated manifest if the pre-defined ones don’t suit your needs. You can specify either --type or --name, but not both.\n\nTo include multiple metadata components, either set multiple --metadata <name> flags or a single --metadata flag with multiple names separated by spaces. Enclose names that contain spaces in one set of double quotes. The same syntax applies to --include-packages and --source-dir.\n\nTo build a manifest from the metadata in an org, use the --from-org flag. You can combine --from-org with the --metadata flag to include only certain metadata types, or with the --excluded-metadata flag to exclude certain metadata types. When building a manifest from an org, the command makes many concurrent API calls to discover the metadata that exists in the org. To limit the number of concurrent requests, use the SF_LIST_METADATA_BATCH_SIZE environment variable and set it to a size that works best for your org and environment. If you experience timeouts or inconsistent manifest contents, then setting this environment variable can improve accuracy. However, the command takes longer to run because it sends fewer requests at a time.",
|
|
2257
|
-
"examples": [
|
|
2258
|
-
"Create a manifest for deploying or retrieving all Apex classes and custom objects:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass --metadata CustomObject",
|
|
2259
|
-
"Create a manifest for deleting the specified Apex class:\n$ <%= config.bin %> <%= command.id %> --metadata ApexClass:MyApexClass --type destroy",
|
|
2260
|
-
"Create a manifest for deploying or retrieving all the metadata components in the specified local directory; name the file myNewManifest.xml:\n$ <%= config.bin %> <%= command.id %> --source-dir force-app --name myNewManifest",
|
|
2261
|
-
"Create a manifest from the metadata components in the specified org and include metadata in any unlocked packages:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --include-packages unlocked",
|
|
2262
|
-
"Create a manifest from specific metadata types in an org:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --metadata ApexClass,CustomObject,CustomLabels",
|
|
2263
|
-
"Create a manifest from all metadata components in an org excluding specific metadata types:\n$ <%= config.bin %> <%= command.id %> --from-org test@myorg.com --excluded-metadata StandardValueSet"
|
|
2264
|
-
],
|
|
2265
|
-
"flags": {
|
|
2266
|
-
"json": {
|
|
2267
|
-
"description": "Format output as json.",
|
|
2268
|
-
"helpGroup": "GLOBAL",
|
|
2269
|
-
"name": "json",
|
|
2270
|
-
"allowNo": false,
|
|
2271
|
-
"type": "boolean"
|
|
2272
|
-
},
|
|
2273
|
-
"flags-dir": {
|
|
2274
|
-
"helpGroup": "GLOBAL",
|
|
2275
|
-
"name": "flags-dir",
|
|
2276
|
-
"summary": "Import flag values from a directory.",
|
|
2277
|
-
"hasDynamicHelp": false,
|
|
2278
|
-
"multiple": false,
|
|
2279
|
-
"type": "option"
|
|
2280
|
-
},
|
|
2281
|
-
"api-version": {
|
|
2282
|
-
"aliases": [
|
|
2283
|
-
"apiversion"
|
|
2284
|
-
],
|
|
2285
|
-
"deprecateAliases": true,
|
|
2286
|
-
"description": "Override the api version used for api requests made by this command",
|
|
2287
|
-
"name": "api-version",
|
|
2288
|
-
"hasDynamicHelp": false,
|
|
2289
|
-
"multiple": false,
|
|
2290
|
-
"type": "option"
|
|
2291
|
-
},
|
|
2292
|
-
"loglevel": {
|
|
2293
|
-
"deprecated": {
|
|
2294
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
2295
|
-
},
|
|
2296
|
-
"hidden": true,
|
|
2297
|
-
"name": "loglevel",
|
|
2298
|
-
"hasDynamicHelp": false,
|
|
2299
|
-
"multiple": false,
|
|
2300
|
-
"type": "option"
|
|
2301
|
-
},
|
|
2302
|
-
"metadata": {
|
|
2303
|
-
"char": "m",
|
|
2304
|
-
"name": "metadata",
|
|
2305
|
-
"summary": "Names of metadata components to include in the manifest.",
|
|
2306
|
-
"delimiter": ",",
|
|
2307
|
-
"hasDynamicHelp": false,
|
|
2308
|
-
"multiple": true,
|
|
2309
|
-
"type": "option"
|
|
2310
|
-
},
|
|
2311
|
-
"source-dir": {
|
|
2312
|
-
"aliases": [
|
|
2313
|
-
"sourcepath"
|
|
2314
|
-
],
|
|
2315
|
-
"char": "p",
|
|
2316
|
-
"deprecateAliases": true,
|
|
2317
|
-
"name": "source-dir",
|
|
2318
|
-
"summary": "Paths to the local source files to include in the manifest.",
|
|
2319
|
-
"delimiter": ",",
|
|
2320
|
-
"hasDynamicHelp": false,
|
|
2321
|
-
"multiple": true,
|
|
2322
|
-
"type": "option"
|
|
2323
|
-
},
|
|
2324
|
-
"name": {
|
|
2325
|
-
"aliases": [
|
|
2326
|
-
"manifestname"
|
|
2327
|
-
],
|
|
2328
|
-
"char": "n",
|
|
2329
|
-
"deprecateAliases": true,
|
|
2330
|
-
"exclusive": [
|
|
2331
|
-
"type"
|
|
2332
|
-
],
|
|
2333
|
-
"name": "name",
|
|
2334
|
-
"summary": "Name of a custom manifest file to create.",
|
|
2335
|
-
"hasDynamicHelp": false,
|
|
2336
|
-
"multiple": false,
|
|
2337
|
-
"type": "option"
|
|
2338
|
-
},
|
|
2339
|
-
"type": {
|
|
2340
|
-
"aliases": [
|
|
2341
|
-
"manifesttype"
|
|
2342
|
-
],
|
|
2343
|
-
"char": "t",
|
|
2344
|
-
"deprecateAliases": true,
|
|
2345
|
-
"exclusive": [
|
|
2346
|
-
"name"
|
|
2347
|
-
],
|
|
2348
|
-
"name": "type",
|
|
2349
|
-
"summary": "Type of manifest to create; the type determines the name of the created file.",
|
|
2350
|
-
"hasDynamicHelp": false,
|
|
2351
|
-
"multiple": false,
|
|
2352
|
-
"options": [
|
|
2353
|
-
"pre",
|
|
2354
|
-
"post",
|
|
2355
|
-
"destroy",
|
|
2356
|
-
"package"
|
|
2357
|
-
],
|
|
2358
|
-
"type": "option"
|
|
2359
|
-
},
|
|
2360
|
-
"include-packages": {
|
|
2361
|
-
"aliases": [
|
|
2362
|
-
"includepackages"
|
|
2363
|
-
],
|
|
2364
|
-
"char": "c",
|
|
2365
|
-
"dependsOn": [
|
|
2366
|
-
"from-org"
|
|
2367
|
-
],
|
|
2368
|
-
"deprecateAliases": true,
|
|
2369
|
-
"name": "include-packages",
|
|
2370
|
-
"summary": "Package types (managed, unlocked) whose metadata is included in the manifest; by default, metadata in managed and unlocked packages is excluded. Metadata in unmanaged packages is always included.",
|
|
2371
|
-
"delimiter": ",",
|
|
2372
|
-
"hasDynamicHelp": false,
|
|
2373
|
-
"multiple": true,
|
|
2374
|
-
"options": [
|
|
2375
|
-
"managed",
|
|
2376
|
-
"unlocked"
|
|
2377
|
-
],
|
|
2378
|
-
"type": "option"
|
|
2379
|
-
},
|
|
2380
|
-
"excluded-metadata": {
|
|
2381
|
-
"name": "excluded-metadata",
|
|
2382
|
-
"relationships": [
|
|
2383
|
-
{
|
|
2384
|
-
"type": "some",
|
|
2385
|
-
"flags": [
|
|
2386
|
-
"from-org",
|
|
2387
|
-
"source-dir"
|
|
2388
|
-
]
|
|
2389
|
-
}
|
|
2390
|
-
],
|
|
2391
|
-
"summary": "Metadata types to exclude when building a manifest from an org. Specify the name of the type, not the name of a specific component.",
|
|
2392
|
-
"delimiter": ",",
|
|
2393
|
-
"hasDynamicHelp": false,
|
|
2394
|
-
"multiple": true,
|
|
2395
|
-
"type": "option"
|
|
2396
|
-
},
|
|
2397
|
-
"from-org": {
|
|
2398
|
-
"aliases": [
|
|
2399
|
-
"fromorg"
|
|
2400
|
-
],
|
|
2401
|
-
"deprecateAliases": true,
|
|
2402
|
-
"exclusive": [
|
|
2403
|
-
"source-dir"
|
|
2404
|
-
],
|
|
2405
|
-
"name": "from-org",
|
|
2406
|
-
"summary": "Username or alias of the org that contains the metadata components from which to build a manifest.",
|
|
2407
|
-
"hasDynamicHelp": false,
|
|
2408
|
-
"multiple": false,
|
|
2409
|
-
"type": "option"
|
|
2410
|
-
},
|
|
2411
|
-
"output-dir": {
|
|
2412
|
-
"aliases": [
|
|
2413
|
-
"outputdir",
|
|
2414
|
-
"o"
|
|
2415
|
-
],
|
|
2416
|
-
"char": "d",
|
|
2417
|
-
"deprecateAliases": true,
|
|
2418
|
-
"name": "output-dir",
|
|
2419
|
-
"summary": "Directory to save the created manifest.",
|
|
2420
|
-
"hasDynamicHelp": false,
|
|
2421
|
-
"multiple": false,
|
|
2422
|
-
"type": "option"
|
|
2423
|
-
}
|
|
2424
|
-
},
|
|
2425
|
-
"hasDynamicHelp": false,
|
|
2426
|
-
"hiddenAliases": [],
|
|
2427
|
-
"id": "project:generate:manifest",
|
|
2428
|
-
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
2429
|
-
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
2430
|
-
"pluginType": "core",
|
|
2431
|
-
"strict": true,
|
|
2432
|
-
"summary": "Create a project manifest that lists the metadata components you want to deploy or retrieve.",
|
|
2433
|
-
"enableJsonFlag": true,
|
|
2434
|
-
"requiresProject": true,
|
|
2435
|
-
"isESM": true,
|
|
2436
|
-
"relativePath": [
|
|
2437
|
-
"lib",
|
|
2438
|
-
"commands",
|
|
2439
|
-
"project",
|
|
2440
|
-
"generate",
|
|
2441
|
-
"manifest.js"
|
|
2442
|
-
],
|
|
2443
|
-
"aliasPermutations": [
|
|
2444
|
-
"force:source:manifest:create",
|
|
2445
|
-
"source:force:manifest:create",
|
|
2446
|
-
"source:manifest:force:create",
|
|
2447
|
-
"source:manifest:create:force",
|
|
2448
|
-
"force:manifest:source:create",
|
|
2449
|
-
"manifest:force:source:create",
|
|
2450
|
-
"manifest:source:force:create",
|
|
2451
|
-
"manifest:source:create:force",
|
|
2452
|
-
"force:manifest:create:source",
|
|
2453
|
-
"manifest:force:create:source",
|
|
2454
|
-
"manifest:create:force:source",
|
|
2455
|
-
"manifest:create:source:force",
|
|
2456
|
-
"force:source:create:manifest",
|
|
2457
|
-
"source:force:create:manifest",
|
|
2458
|
-
"source:create:force:manifest",
|
|
2459
|
-
"source:create:manifest:force",
|
|
2460
|
-
"force:create:source:manifest",
|
|
2461
|
-
"create:force:source:manifest",
|
|
2462
|
-
"create:source:force:manifest",
|
|
2463
|
-
"create:source:manifest:force",
|
|
2464
|
-
"force:create:manifest:source",
|
|
2465
|
-
"create:force:manifest:source",
|
|
2466
|
-
"create:manifest:force:source",
|
|
2467
|
-
"create:manifest:source:force"
|
|
2468
|
-
],
|
|
2469
|
-
"permutations": [
|
|
2470
|
-
"project:generate:manifest",
|
|
2471
|
-
"generate:project:manifest",
|
|
2472
|
-
"generate:manifest:project",
|
|
2473
|
-
"project:manifest:generate",
|
|
2474
|
-
"manifest:project:generate",
|
|
2475
|
-
"manifest:generate:project"
|
|
2476
|
-
]
|
|
2477
|
-
},
|
|
2478
2478
|
"project:list:ignored": {
|
|
2479
2479
|
"aliases": [
|
|
2480
2480
|
"force:source:ignored:list"
|
|
@@ -2808,6 +2808,7 @@
|
|
|
2808
2808
|
"Retrieve specific Apex classes that match a pattern; in this example, retrieve Apex classes whose names contain the string \"MyApex\":\n<%= config.bin %> <%= command.id %> --metadata 'ApexClass:MyApex*'",
|
|
2809
2809
|
"Retrieve a custom object called ExcitingObject that's in the SBQQ namespace:\nsf <%= command.id %> --metadata CustomObject:SBQQ__ExcitingObject",
|
|
2810
2810
|
"Retrieve all custom objects in the SBQQ namespace by using a wildcard and quotes:\nsf <%= command.id %> --metadata 'CustomObject:SBQQ__*'",
|
|
2811
|
+
"Retrieve all list views for the Case standard object:\nsf <%= command.id %> --metadata 'ListView:Case*'",
|
|
2811
2812
|
"Retrieve all custom objects and Apex classes found in all defined package directories (both examples are equivalent):\n<%= config.bin %> <%= command.id %> --metadata CustomObject ApexClass\n<%= config.bin %> <%= command.id %> --metadata CustomObject --metadata ApexClass",
|
|
2812
2813
|
"Retrieve all metadata components listed in a manifest:\n<%= config.bin %> <%= command.id %> --manifest path/to/package.xml",
|
|
2813
2814
|
"Retrieve metadata from a package:\n<%= config.bin %> <%= command.id %> --package-name MyPackageName",
|
|
@@ -3050,5 +3051,5 @@
|
|
|
3050
3051
|
]
|
|
3051
3052
|
}
|
|
3052
3053
|
},
|
|
3053
|
-
"version": "3.22.
|
|
3054
|
+
"version": "3.22.5"
|
|
3054
3055
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "3.22.
|
|
4
|
+
"version": "3.22.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"terminal-link": "^3.0.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
23
|
+
"@oclif/plugin-command-snapshot": "^5.2.38",
|
|
24
24
|
"@salesforce/cli-plugins-testkit": "^5.3.38",
|
|
25
|
-
"@salesforce/dev-scripts": "^
|
|
25
|
+
"@salesforce/dev-scripts": "^11.0.2",
|
|
26
26
|
"@salesforce/plugin-command-reference": "^3.1.49",
|
|
27
27
|
"@salesforce/schemas": "^1.9.0",
|
|
28
|
-
"@salesforce/source-testkit": "^2.2.
|
|
28
|
+
"@salesforce/source-testkit": "^2.2.116",
|
|
29
29
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
30
30
|
"cross-env": "^7.0.3",
|
|
31
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
31
|
+
"eslint-plugin-sf-plugin": "^1.20.20",
|
|
32
32
|
"oclif": "^4.17.41",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
|
-
"typescript": "^5.
|
|
34
|
+
"typescript": "^5.8.3"
|
|
35
35
|
},
|
|
36
36
|
"config": {},
|
|
37
37
|
"engines": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"sf-plugin",
|
|
54
54
|
"sfdx"
|
|
55
55
|
],
|
|
56
|
-
"license": "
|
|
56
|
+
"license": "Apache-2.0",
|
|
57
57
|
"oclif": {
|
|
58
58
|
"commands": "./lib/commands",
|
|
59
59
|
"topicSeparator": " ",
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"clean-all": "sf-clean all",
|
|
106
106
|
"compile": "wireit",
|
|
107
107
|
"docs": "sf-docs",
|
|
108
|
+
"fix-license": "eslint src test --fix --rule \"header/header: [2]\"",
|
|
108
109
|
"format": "wireit",
|
|
109
110
|
"link-check": "wireit",
|
|
110
111
|
"lint": "wireit",
|
|
@@ -254,7 +255,7 @@
|
|
|
254
255
|
"exports": "./lib/index.js",
|
|
255
256
|
"type": "module",
|
|
256
257
|
"sfdx": {
|
|
257
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.22.
|
|
258
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.22.
|
|
258
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.22.5.crt",
|
|
259
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.22.5.sig"
|
|
259
260
|
}
|
|
260
261
|
}
|