sfdx-jayree 4.3.10 → 4.3.13
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/CHANGELOG.md +21 -0
- package/README.md +224 -251
- package/lib/src/commands/jayree/flowtestcoverage.js +4 -10
- package/lib/src/commands/jayree/flowtestcoverage.js.map +1 -1
- package/lib/src/commands/jayree/org/configure/country.d.ts +2 -4
- package/lib/src/commands/jayree/org/configure/country.js +3 -6
- package/lib/src/commands/jayree/org/configure/country.js.map +1 -1
- package/lib/src/commands/jayree/org/configure/index.js +2 -1
- package/lib/src/commands/jayree/org/configure/index.js.map +1 -1
- package/lib/src/commands/jayree/org/configure/state.d.ts +2 -4
- package/lib/src/commands/jayree/org/configure/state.js +1 -9
- package/lib/src/commands/jayree/org/configure/state.js.map +1 -1
- package/lib/src/commands/jayree/org/settings.d.ts +2 -4
- package/lib/src/commands/jayree/org/settings.js +5 -7
- package/lib/src/commands/jayree/org/settings.js.map +1 -1
- package/lib/src/commands/jayree/org/streaming.js +1 -1
- package/lib/src/commands/jayree/org/streaming.js.map +1 -1
- package/lib/src/commands/jayree/source/tracking/list.js +23 -24
- package/lib/src/commands/jayree/source/tracking/list.js.map +1 -1
- package/lib/src/commands/jayree/source/tracking/store/get.js +14 -15
- package/lib/src/commands/jayree/source/tracking/store/get.js.map +1 -1
- package/lib/src/commands/jayree/source/tracking/store/set.js +14 -15
- package/lib/src/commands/jayree/source/tracking/store/set.js.map +1 -1
- package/lib/src/hooks/changelog.d.ts +1 -1
- package/lib/src/hooks/changelog.js +4 -3
- package/lib/src/hooks/changelog.js.map +1 -1
- package/lib/src/hooks/postretrieve.d.ts +3 -3
- package/lib/src/hooks/postretrieve.js +5 -5
- package/lib/src/hooks/postretrieve.js.map +1 -1
- package/lib/src/hooks/preretrieve.d.ts +3 -3
- package/lib/src/hooks/prerun.d.ts +1 -1
- package/lib/src/hooks/prerun.js +9 -13
- package/lib/src/hooks/prerun.js.map +1 -1
- package/lib/src/utils/config.js +1 -1
- package/lib/src/utils/config.js.map +1 -1
- package/lib/src/utils/hookUtils.js +1 -1
- package/lib/src/utils/hookUtils.js.map +1 -1
- package/lib/src/utils/souceUtils.js +17 -12
- package/lib/src/utils/souceUtils.js.map +1 -1
- package/lib/src/utils/stateFolderHandler.d.ts +1 -0
- package/lib/src/utils/stateFolderHandler.js +69 -0
- package/lib/src/utils/stateFolderHandler.js.map +1 -0
- package/oclif.manifest.json +1 -1
- package/package.json +67 -78
- package/bin/is-sfdx.js +0 -3
- package/lib/src/commands/jayree/automation/changeset/deploy.d.ts +0 -23
- package/lib/src/commands/jayree/automation/changeset/deploy.js +0 -397
- package/lib/src/commands/jayree/automation/changeset/deploy.js.map +0 -1
- package/lib/src/commands/jayree/automation/changeset/list.d.ts +0 -11
- package/lib/src/commands/jayree/automation/changeset/list.js +0 -98
- package/lib/src/commands/jayree/automation/changeset/list.js.map +0 -1
- package/lib/src/commands/jayree/automation/ltngsync/status.d.ts +0 -22
- package/lib/src/commands/jayree/automation/ltngsync/status.js +0 -239
- package/lib/src/commands/jayree/automation/ltngsync/status.js.map +0 -1
- package/lib/src/commands/jayree/packagedescription/create.d.ts +0 -17
- package/lib/src/commands/jayree/packagedescription/create.js +0 -62
- package/lib/src/commands/jayree/packagedescription/create.js.map +0 -1
- package/lib/src/commands/jayree/packagedescription/get.d.ts +0 -16
- package/lib/src/commands/jayree/packagedescription/get.js +0 -57
- package/lib/src/commands/jayree/packagedescription/get.js.map +0 -1
- package/lib/src/commands/jayree/packagedescription/remove.d.ts +0 -16
- package/lib/src/commands/jayree/packagedescription/remove.js +0 -82
- package/lib/src/commands/jayree/packagedescription/remove.js.map +0 -1
- package/lib/src/commands/jayree/packagedescription/set.d.ts +0 -17
- package/lib/src/commands/jayree/packagedescription/set.js +0 -76
- package/lib/src/commands/jayree/packagedescription/set.js.map +0 -1
- package/lib/src/hooks/postsourceupdate.d.ts +0 -23
- package/lib/src/hooks/postsourceupdate.js +0 -134
- package/lib/src/hooks/postsourceupdate.js.map +0 -1
- package/messages/createpackagedescription.json +0 -5
- package/messages/deploychangeset.json +0 -8
- package/messages/getpackagedescription.json +0 -4
- package/messages/gitdiff.js +0 -7
- package/messages/listchangeset.json +0 -3
- package/messages/ltngsyncstatus.json +0 -6
- package/messages/manifestcleanup.json +0 -5
- package/messages/packagexml.json +0 -10
- package/messages/removepackagedescription.json +0 -4
- package/messages/scratchorgrevision.json +0 -8
- package/messages/setpackagedescription.json +0 -5
- package/messages/sourceretrieveall.js +0 -7
- package/messages/sourceretrievefull.js +0 -7
- package/yarn.lock +0 -7093
package/README.md
CHANGED
|
@@ -4,9 +4,7 @@ sfdx ALM commands & more
|
|
|
4
4
|
|
|
5
5
|
[](https://developer.salesforce.com/tools/sfdxcli)
|
|
6
6
|
[](https://npmjs.org/package/sfdx-jayree)
|
|
7
|
-
[](https://ci.appveyor.com/project/jayree/sfdx-jayree-plugin/branch/main)
|
|
9
|
-
[](https://codecov.io/gh/jayree/sfdx-jayree-plugin)
|
|
7
|
+
[](https://github.com/jayree/sfdx-jayree-plugin/actions/workflows/release.yml)
|
|
10
8
|
[](https://npmjs.org/package/sfdx-jayree)
|
|
11
9
|
[](https://github.com/jayree/sfdx-jayree-plugin/blob/main/package.json)
|
|
12
10
|
[](https://gitter.im/sfdx-jayree-plugin/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
|
@@ -23,11 +21,11 @@ sfdx ALM commands & more
|
|
|
23
21
|
<!-- usage -->
|
|
24
22
|
```sh-session
|
|
25
23
|
$ sfdx plugins:install sfdx-jayree
|
|
26
|
-
$ sfdx jayree:COMMAND
|
|
24
|
+
$ sfdx jayree:[COMMAND]
|
|
27
25
|
running command...
|
|
28
26
|
$ sfdx plugins
|
|
29
|
-
sfdx-jayree 4.3.
|
|
30
|
-
$ sfdx help jayree:COMMAND
|
|
27
|
+
sfdx-jayree 4.3.13
|
|
28
|
+
$ sfdx help jayree:[COMMAND]
|
|
31
29
|
USAGE
|
|
32
30
|
$ sfdx jayree:COMMAND
|
|
33
31
|
...
|
|
@@ -64,39 +62,35 @@ deploy incomming change set to an org (beta)
|
|
|
64
62
|
|
|
65
63
|
```
|
|
66
64
|
USAGE
|
|
67
|
-
$ sfdx jayree:automation:changeset:deploy [-r <string> -l <string>] [-c] [--nodialog -s <string>] [-u <string>]
|
|
68
|
-
|
|
65
|
+
$ sfdx jayree:automation:changeset:deploy [-r <string> -l <string>] [-c] [--nodialog -s <string>] [-u <string>] [--apiversion
|
|
66
|
+
<string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
69
67
|
|
|
70
|
-
|
|
68
|
+
FLAGS
|
|
71
69
|
-c, --checkonly validate deploy but don’t save to
|
|
72
70
|
the org (default:false)
|
|
73
|
-
|
|
74
|
-
-l, --testlevel=Default|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg deployment testing level
|
|
71
|
+
-l, --testlevel=<option> deployment testing level
|
|
75
72
|
(Default,RunSpecifiedTests,RunLocalT
|
|
76
73
|
ests,RunAllTestsInOrg)
|
|
77
|
-
|
|
78
|
-
|
|
74
|
+
<options: Default|RunSpecifiedTests|
|
|
75
|
+
RunLocalTests|RunAllTestsInOrg>
|
|
76
|
+
-r, --runtests=<value> tests to run if --testlevel
|
|
79
77
|
RunSpecifiedTests
|
|
80
|
-
|
|
81
|
-
-
|
|
82
|
-
|
|
83
|
-
-u, --targetusername=targetusername username or alias for the target
|
|
78
|
+
-s, --changeset=<value> name of changeset to deploy
|
|
79
|
+
-u, --targetusername=<value> username or alias for the target
|
|
84
80
|
org; overrides default target org
|
|
85
|
-
|
|
86
|
-
--apiversion=apiversion override the api version used for
|
|
81
|
+
--apiversion=<value> override the api version used for
|
|
87
82
|
api requests made by this command
|
|
88
|
-
|
|
89
83
|
--json format output as json
|
|
90
|
-
|
|
91
84
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
92
85
|
this command invocation
|
|
93
|
-
|
|
94
86
|
--nodialog don't show the dialog wizard
|
|
95
87
|
|
|
88
|
+
DESCRIPTION
|
|
89
|
+
deploy incomming change set to an org (beta)
|
|
90
|
+
|
|
96
91
|
EXAMPLES
|
|
97
92
|
$ sfdx jayree:automation:changeset:deploy -s ChangeSet -l RunLocalTests --nodialog
|
|
98
93
|
Deploying Change Set 'ChangeSet'...
|
|
99
|
-
|
|
100
94
|
=== Status
|
|
101
95
|
Status: Pending
|
|
102
96
|
jobid: 0Xxx100000xx1x1
|
|
@@ -108,7 +102,7 @@ EXAMPLES
|
|
|
108
102
|
❯ ChangeSet1
|
|
109
103
|
```
|
|
110
104
|
|
|
111
|
-
_See code: [
|
|
105
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.0/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
112
106
|
|
|
113
107
|
### `sfdx jayree:automation:changeset:list`
|
|
114
108
|
|
|
@@ -116,23 +110,23 @@ list incomming change sets of an org (beta)
|
|
|
116
110
|
|
|
117
111
|
```
|
|
118
112
|
USAGE
|
|
119
|
-
$ sfdx jayree:automation:changeset:list [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
120
|
-
|
|
113
|
+
$ sfdx jayree:automation:changeset:list [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
114
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
121
115
|
|
|
122
|
-
|
|
123
|
-
-u, --targetusername
|
|
116
|
+
FLAGS
|
|
117
|
+
-u, --targetusername=<value> username or alias for the target
|
|
124
118
|
org; overrides default target org
|
|
125
|
-
|
|
126
|
-
--apiversion=apiversion override the api version used for
|
|
119
|
+
--apiversion=<value> override the api version used for
|
|
127
120
|
api requests made by this command
|
|
128
|
-
|
|
129
121
|
--json format output as json
|
|
130
|
-
|
|
131
122
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
132
123
|
this command invocation
|
|
124
|
+
|
|
125
|
+
DESCRIPTION
|
|
126
|
+
list incomming change sets of an org (beta)
|
|
133
127
|
```
|
|
134
128
|
|
|
135
|
-
_See code: [
|
|
129
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.0/src/commands/jayree/automation/changeset/list.ts)_
|
|
136
130
|
|
|
137
131
|
### `sfdx jayree:automation:ltngsync:status`
|
|
138
132
|
|
|
@@ -140,32 +134,29 @@ check the Lightning Sync User Sync Status and reset sync if needed (beta)
|
|
|
140
134
|
|
|
141
135
|
```
|
|
142
136
|
USAGE
|
|
143
|
-
$ sfdx jayree:automation:ltngsync:status -o <string> [-s] [-w <integer>] [-u <string>] [--apiversion <string>]
|
|
144
|
-
|
|
137
|
+
$ sfdx jayree:automation:ltngsync:status -o <string> [-s] [-w <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
138
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
145
139
|
|
|
146
|
-
|
|
147
|
-
-o, --officeuser
|
|
140
|
+
FLAGS
|
|
141
|
+
-o, --officeuser=<value> (required) 'name' (firstname
|
|
148
142
|
lastname) of the SF user
|
|
149
|
-
|
|
150
143
|
-s, --statusonly get Lightning Sync status of the SF
|
|
151
144
|
user, only
|
|
152
|
-
|
|
153
|
-
-u, --targetusername=targetusername username or alias for the target
|
|
145
|
+
-u, --targetusername=<value> username or alias for the target
|
|
154
146
|
org; overrides default target org
|
|
155
|
-
|
|
156
|
-
-w, --wait=wait wait time for command to wait for
|
|
147
|
+
-w, --wait=<value> wait time for command to wait for
|
|
157
148
|
status change in minutes (default:
|
|
158
149
|
infinitely)
|
|
159
|
-
|
|
160
|
-
--apiversion=apiversion override the api version used for
|
|
150
|
+
--apiversion=<value> override the api version used for
|
|
161
151
|
api requests made by this command
|
|
162
|
-
|
|
163
152
|
--json format output as json
|
|
164
|
-
|
|
165
153
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
166
154
|
this command invocation
|
|
167
155
|
|
|
168
|
-
|
|
156
|
+
DESCRIPTION
|
|
157
|
+
check the Lightning Sync User Sync Status and reset sync if needed (beta)
|
|
158
|
+
|
|
159
|
+
EXAMPLES
|
|
169
160
|
$ sfdx jayree:automation:ltngsync:status -o 'Name'
|
|
170
161
|
configSetup: User assigned to active Lightning Sync configuration... Yes
|
|
171
162
|
userContacts/userEvents: Salesforce and Exchange email addresses linked... Linked/Linked
|
|
@@ -173,7 +164,7 @@ EXAMPLE
|
|
|
173
164
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
174
165
|
```
|
|
175
166
|
|
|
176
|
-
_See code: [
|
|
167
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.0/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
177
168
|
|
|
178
169
|
### `sfdx jayree:flowtestcoverage`
|
|
179
170
|
|
|
@@ -181,29 +172,29 @@ check the flow test coverage of an org
|
|
|
181
172
|
|
|
182
173
|
```
|
|
183
174
|
USAGE
|
|
184
|
-
$ sfdx jayree:flowtestcoverage [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
185
|
-
|
|
175
|
+
$ sfdx jayree:flowtestcoverage [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
176
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
186
177
|
|
|
187
|
-
|
|
188
|
-
-u, --targetusername
|
|
178
|
+
FLAGS
|
|
179
|
+
-u, --targetusername=<value> username or alias for the target
|
|
189
180
|
org; overrides default target org
|
|
190
|
-
|
|
191
|
-
--apiversion=apiversion override the api version used for
|
|
181
|
+
--apiversion=<value> override the api version used for
|
|
192
182
|
api requests made by this command
|
|
193
|
-
|
|
194
183
|
--json format output as json
|
|
195
|
-
|
|
196
184
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
197
185
|
this command invocation
|
|
198
186
|
|
|
199
|
-
|
|
187
|
+
DESCRIPTION
|
|
188
|
+
check the flow test coverage of an org
|
|
189
|
+
|
|
190
|
+
EXAMPLES
|
|
200
191
|
$ sfdx jayree:flowtestcoverage
|
|
201
192
|
=== Flow Test Coverage
|
|
202
193
|
Coverage: 82%
|
|
203
194
|
...
|
|
204
195
|
```
|
|
205
196
|
|
|
206
|
-
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
197
|
+
_See code: [src/src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.13/src/src/commands/jayree/flowtestcoverage.ts)_
|
|
207
198
|
|
|
208
199
|
### `sfdx jayree:manifest:cleanup`
|
|
209
200
|
|
|
@@ -211,29 +202,29 @@ removes those tags from a manifest file that are present in a second manifest fi
|
|
|
211
202
|
|
|
212
203
|
```
|
|
213
204
|
USAGE
|
|
214
|
-
$ sfdx jayree:manifest:cleanup [-x <filepath>] [-f <filepath>] [--json] [--loglevel
|
|
215
|
-
|
|
205
|
+
$ sfdx jayree:manifest:cleanup [-x <filepath>] [-f <filepath>] [--json] [--loglevel
|
|
206
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
216
207
|
|
|
217
|
-
|
|
218
|
-
-f, --file
|
|
208
|
+
FLAGS
|
|
209
|
+
-f, --file=<value> path to the second 'cleanup'
|
|
219
210
|
manifest file
|
|
220
|
-
|
|
221
|
-
-x, --manifest=manifest path to the manifest file
|
|
222
|
-
|
|
211
|
+
-x, --manifest=<value> path to the manifest file
|
|
223
212
|
--json format output as json
|
|
224
|
-
|
|
225
213
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
226
214
|
this command invocation
|
|
227
215
|
|
|
228
216
|
DESCRIPTION
|
|
217
|
+
removes those tags from a manifest file that are present in a second manifest file
|
|
218
|
+
|
|
229
219
|
Use this command to remove components or metadata types from a manifes file.
|
|
220
|
+
|
|
230
221
|
If the 'cleanup' manifest file (--file) doesn't exist, a template file is created, which can then be modified.
|
|
231
222
|
|
|
232
|
-
|
|
223
|
+
EXAMPLES
|
|
233
224
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
234
225
|
```
|
|
235
226
|
|
|
236
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.
|
|
227
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.5/src/commands/jayree/manifest/cleanup.ts)_
|
|
237
228
|
|
|
238
229
|
### `sfdx jayree:manifest:generate`
|
|
239
230
|
|
|
@@ -241,52 +232,43 @@ generate a complete manifest file form the specified org
|
|
|
241
232
|
|
|
242
233
|
```
|
|
243
234
|
USAGE
|
|
244
|
-
$ sfdx jayree:manifest:generate [-q <array>] [-c] [-w] [--includeflowversions] [-f <string>] [-x | -a] [-u <string>]
|
|
245
|
-
|
|
235
|
+
$ sfdx jayree:manifest:generate [-q <array>] [-c] [-w] [--includeflowversions] [-f <string>] [-x | -a] [-u <string>]
|
|
236
|
+
[--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
246
237
|
|
|
247
|
-
|
|
238
|
+
FLAGS
|
|
248
239
|
-a, --excludeall exclude all packages from output
|
|
249
|
-
|
|
250
240
|
-c, --matchcase enable 'match case' for the
|
|
251
241
|
quickfilter
|
|
252
|
-
|
|
253
|
-
-
|
|
254
|
-
|
|
255
|
-
-q, --quickfilter=quickfilter csv separated list of metadata type,
|
|
242
|
+
-f, --file=<value> write to 'file' instead of stdout
|
|
243
|
+
-q, --quickfilter=<value> csv separated list of metadata type,
|
|
256
244
|
member or file names to filter on
|
|
257
|
-
|
|
258
|
-
-u, --targetusername=targetusername username or alias for the target
|
|
245
|
+
-u, --targetusername=<value> username or alias for the target
|
|
259
246
|
org; overrides default target org
|
|
260
|
-
|
|
261
247
|
-w, --matchwholeword enable 'match whole word' for the
|
|
262
248
|
quickfilter
|
|
263
|
-
|
|
264
249
|
-x, --excludemanaged exclude managed packages from output
|
|
265
|
-
|
|
266
|
-
--apiversion=apiversion override the api version used for
|
|
250
|
+
--apiversion=<value> override the api version used for
|
|
267
251
|
api requests made by this command
|
|
268
|
-
|
|
269
252
|
--includeflowversions include flow versions as with api
|
|
270
253
|
version 43.0
|
|
271
|
-
|
|
272
254
|
--json format output as json
|
|
273
|
-
|
|
274
255
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
275
256
|
this command invocation
|
|
276
257
|
|
|
277
258
|
DESCRIPTION
|
|
278
|
-
|
|
259
|
+
generate a complete manifest file form the specified org
|
|
279
260
|
|
|
280
|
-
|
|
281
|
-
$ sfdx jayree:packagexml
|
|
261
|
+
Use this command to generate a manifest file based on an existing org.
|
|
282
262
|
|
|
283
263
|
EXAMPLES
|
|
284
264
|
$ sfdx jayree:manifest:generate --targetusername myOrg@example.com
|
|
265
|
+
|
|
285
266
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
267
|
+
|
|
286
268
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
287
269
|
```
|
|
288
270
|
|
|
289
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.
|
|
271
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.5/src/commands/jayree/manifest/generate.ts)_
|
|
290
272
|
|
|
291
273
|
### `sfdx jayree:manifest:git:diff`
|
|
292
274
|
|
|
@@ -294,49 +276,59 @@ create a manifest and destructiveChanges manifest using 'git diff' data
|
|
|
294
276
|
|
|
295
277
|
```
|
|
296
278
|
USAGE
|
|
297
|
-
$ sfdx jayree:manifest:git:diff [-o <string>] [-d] [--json] [--loglevel
|
|
298
|
-
|
|
279
|
+
$ sfdx jayree:manifest:git:diff [-o <string>] [-d] [--json] [--loglevel
|
|
280
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
299
281
|
|
|
300
282
|
ARGUMENTS
|
|
301
283
|
REF1 base commit or branch
|
|
302
284
|
REF2 commit or branch to compare to the base commit
|
|
303
285
|
|
|
304
|
-
|
|
286
|
+
FLAGS
|
|
305
287
|
-d, --destructivechangesonly create a destructiveChanges manifest
|
|
306
288
|
only (package.xml will be empty)
|
|
307
|
-
|
|
308
|
-
-o, --outputdir=outputdir directory to save the created
|
|
289
|
+
-o, --outputdir=<value> directory to save the created
|
|
309
290
|
manifest files
|
|
310
|
-
|
|
311
291
|
--json format output as json
|
|
312
|
-
|
|
313
292
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
314
293
|
this command invocation
|
|
315
294
|
|
|
316
295
|
DESCRIPTION
|
|
317
|
-
|
|
296
|
+
create a manifest and destructiveChanges manifest using 'git diff' data
|
|
297
|
+
|
|
298
|
+
Use this command to create a manifest and destructiveChanges manifest file based on the difference (git diff) of two
|
|
318
299
|
git refs.
|
|
319
300
|
|
|
320
301
|
You can use all ways to spell <commit> which are valid for 'git diff'.
|
|
302
|
+
|
|
321
303
|
(See https://git-scm.com/docs/git-diff)
|
|
322
304
|
|
|
323
305
|
EXAMPLES
|
|
324
306
|
$ sfdx jayree:manifest:git:diff <commit> <commit>
|
|
307
|
+
|
|
325
308
|
$ sfdx jayree:manifest:git:diff <commit>..<commit>
|
|
309
|
+
|
|
326
310
|
uses the changes between two arbitrary <commit>
|
|
327
311
|
|
|
312
|
+
|
|
313
|
+
|
|
328
314
|
$ sfdx jayree:manifest:git:diff <commit>...<commit>
|
|
329
|
-
|
|
330
|
-
<commit>.
|
|
315
|
+
|
|
316
|
+
uses the changes on the branch containing and up to the second <commit>, starting at a common ancestor of both <commit>.
|
|
317
|
+
|
|
331
318
|
|
|
319
|
+
|
|
332
320
|
$ sfdx jayree:manifest:git:diff branchA..branchB
|
|
321
|
+
|
|
333
322
|
uses the diff of what is unique in branchB (REF2) and unique in branchA (REF1)
|
|
334
323
|
|
|
324
|
+
|
|
325
|
+
|
|
335
326
|
$ sfdx jayree:manifest:git:diff branchA...branchB
|
|
327
|
+
|
|
336
328
|
uses the diff of what is unique in branchB (REF2)
|
|
337
329
|
```
|
|
338
330
|
|
|
339
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.
|
|
331
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.5/src/commands/jayree/manifest/git/diff.ts)_
|
|
340
332
|
|
|
341
333
|
### `sfdx jayree:org:configure`
|
|
342
334
|
|
|
@@ -344,38 +336,35 @@ make configuration changes that are not covered by the metadata API
|
|
|
344
336
|
|
|
345
337
|
```
|
|
346
338
|
USAGE
|
|
347
|
-
$ sfdx jayree:org:configure [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
348
|
-
|
|
339
|
+
$ sfdx jayree:org:configure [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
340
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
349
341
|
|
|
350
|
-
|
|
351
|
-
-t, --tasks
|
|
342
|
+
FLAGS
|
|
343
|
+
-t, --tasks=<value> list of task titles, if no tasks are
|
|
352
344
|
specified, all tasks marked as
|
|
353
345
|
active will be executed
|
|
354
|
-
|
|
355
|
-
-u, --targetusername=targetusername username or alias for the target
|
|
346
|
+
-u, --targetusername=<value> username or alias for the target
|
|
356
347
|
org; overrides default target org
|
|
357
|
-
|
|
358
|
-
--apiversion=apiversion override the api version used for
|
|
348
|
+
--apiversion=<value> override the api version used for
|
|
359
349
|
api requests made by this command
|
|
360
|
-
|
|
361
350
|
--concurrent execute tasks in parallel
|
|
362
|
-
|
|
363
351
|
--json format output as json
|
|
364
|
-
|
|
365
352
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
366
353
|
this command invocation
|
|
367
354
|
|
|
368
355
|
DESCRIPTION
|
|
356
|
+
make configuration changes that are not covered by the metadata API
|
|
357
|
+
|
|
369
358
|
See example configuration on how to define tasks
|
|
370
359
|
|
|
371
|
-
|
|
360
|
+
EXAMPLES
|
|
372
361
|
$ sfdx jayree:org:configure
|
|
373
362
|
$ sfdx jayree:org:configure -u me@my.org
|
|
374
363
|
$ sfdx jayree:org:configure --tasks="Asset Settings","Activity Settings"
|
|
375
364
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
376
365
|
```
|
|
377
366
|
|
|
378
|
-
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
367
|
+
_See code: [src/src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.13/src/src/commands/jayree/org/configure/index.ts)_
|
|
379
368
|
|
|
380
369
|
### `sfdx jayree:org:configure:country`
|
|
381
370
|
|
|
@@ -383,26 +372,23 @@ update country integration values in the State/Country Picklists
|
|
|
383
372
|
|
|
384
373
|
```
|
|
385
374
|
USAGE
|
|
386
|
-
$ sfdx jayree:org:configure:country [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
387
|
-
|
|
375
|
+
$ sfdx jayree:org:configure:country [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
376
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
388
377
|
|
|
389
|
-
|
|
390
|
-
-u, --targetusername
|
|
378
|
+
FLAGS
|
|
379
|
+
-u, --targetusername=<value> username or alias for the target
|
|
391
380
|
org; overrides default target org
|
|
392
|
-
|
|
393
|
-
--apiversion=apiversion override the api version used for
|
|
381
|
+
--apiversion=<value> override the api version used for
|
|
394
382
|
api requests made by this command
|
|
395
|
-
|
|
396
383
|
--json format output as json
|
|
397
|
-
|
|
398
384
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
399
385
|
this command invocation
|
|
400
386
|
|
|
401
|
-
|
|
402
|
-
|
|
387
|
+
DESCRIPTION
|
|
388
|
+
update country integration values in the State/Country Picklists
|
|
403
389
|
```
|
|
404
390
|
|
|
405
|
-
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
391
|
+
_See code: [src/src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.13/src/src/commands/jayree/org/configure/country.ts)_
|
|
406
392
|
|
|
407
393
|
### `sfdx jayree:org:configure:state`
|
|
408
394
|
|
|
@@ -410,38 +396,28 @@ import (create/update) states into the State/Country Picklists
|
|
|
410
396
|
|
|
411
397
|
```
|
|
412
398
|
USAGE
|
|
413
|
-
$ sfdx jayree:org:configure:state [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent
|
|
414
|
-
|
|
415
|
-
|
|
399
|
+
$ sfdx jayree:org:configure:state [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent
|
|
400
|
+
<integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
401
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
416
402
|
|
|
417
|
-
|
|
418
|
-
-u, --targetusername
|
|
403
|
+
FLAGS
|
|
404
|
+
-u, --targetusername=<value> username or alias for the target
|
|
419
405
|
org; overrides default target org
|
|
420
|
-
|
|
421
|
-
--apiversion=apiversion override the api version used for
|
|
406
|
+
--apiversion=<value> override the api version used for
|
|
422
407
|
api requests made by this command
|
|
423
|
-
|
|
424
|
-
--
|
|
425
|
-
|
|
426
|
-
--concurrent=concurrent [default: 1] ccc
|
|
427
|
-
|
|
428
|
-
--countrycode=countrycode Alpha-2 code
|
|
429
|
-
|
|
408
|
+
--category=<value> Subdivision category
|
|
409
|
+
--concurrent=<value> [default: 1] ccc
|
|
410
|
+
--countrycode=<value> Alpha-2 code
|
|
430
411
|
--json format output as json
|
|
431
|
-
|
|
432
|
-
--language=language Language code
|
|
433
|
-
|
|
412
|
+
--language=<value> Language code
|
|
434
413
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
435
414
|
this command invocation
|
|
436
415
|
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
$ sfdx jayree:automation:statecountry:create
|
|
440
|
-
$ sfdx jayree:automation:statecountry:update
|
|
441
|
-
$ sfdx jayree:automation:state:import
|
|
416
|
+
DESCRIPTION
|
|
417
|
+
import (create/update) states into the State/Country Picklists
|
|
442
418
|
```
|
|
443
419
|
|
|
444
|
-
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
420
|
+
_See code: [src/src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.13/src/src/commands/jayree/org/configure/state.ts)_
|
|
445
421
|
|
|
446
422
|
### `sfdx jayree:org:settings`
|
|
447
423
|
|
|
@@ -449,37 +425,32 @@ write the current settings from an Org to a scratch org def file
|
|
|
449
425
|
|
|
450
426
|
```
|
|
451
427
|
USAGE
|
|
452
|
-
$ sfdx jayree:org:settings [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
453
|
-
|
|
428
|
+
$ sfdx jayree:org:settings [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
429
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
454
430
|
|
|
455
|
-
|
|
456
|
-
-f, --file
|
|
431
|
+
FLAGS
|
|
432
|
+
-f, --file=<value> write to 'file' instead of
|
|
457
433
|
project-scratch-def.json
|
|
458
|
-
|
|
459
|
-
-u, --targetusername=targetusername username or alias for the target
|
|
434
|
+
-u, --targetusername=<value> username or alias for the target
|
|
460
435
|
org; overrides default target org
|
|
461
|
-
|
|
462
436
|
-w, --writetoprojectscratchdeffile write output to
|
|
463
437
|
project-scratch-def.json file
|
|
464
|
-
|
|
465
|
-
--apiversion=apiversion override the api version used for
|
|
438
|
+
--apiversion=<value> override the api version used for
|
|
466
439
|
api requests made by this command
|
|
467
|
-
|
|
468
440
|
--json format output as json
|
|
469
|
-
|
|
470
441
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
471
442
|
this command invocation
|
|
472
443
|
|
|
473
|
-
|
|
474
|
-
|
|
444
|
+
DESCRIPTION
|
|
445
|
+
write the current settings from an Org to a scratch org def file
|
|
475
446
|
|
|
476
|
-
|
|
447
|
+
EXAMPLES
|
|
477
448
|
$ sfdx jayree:org:settings
|
|
478
449
|
$ sfdx jayree:org:settings -u me@my.org
|
|
479
450
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
480
451
|
```
|
|
481
452
|
|
|
482
|
-
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
453
|
+
_See code: [src/src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.13/src/src/commands/jayree/org/settings.ts)_
|
|
483
454
|
|
|
484
455
|
### `sfdx jayree:org:streaming`
|
|
485
456
|
|
|
@@ -487,29 +458,28 @@ listen to streaming api and platform events
|
|
|
487
458
|
|
|
488
459
|
```
|
|
489
460
|
USAGE
|
|
490
|
-
$ sfdx jayree:org:streaming -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
OPTIONS
|
|
494
|
-
-p, --topic=topic (required) topic name
|
|
461
|
+
$ sfdx jayree:org:streaming -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
462
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
495
463
|
|
|
496
|
-
|
|
464
|
+
FLAGS
|
|
465
|
+
-p, --topic=<value> (required) topic name
|
|
466
|
+
-u, --targetusername=<value> username or alias for the target
|
|
497
467
|
org; overrides default target org
|
|
498
|
-
|
|
499
|
-
--apiversion=apiversion override the api version used for
|
|
468
|
+
--apiversion=<value> override the api version used for
|
|
500
469
|
api requests made by this command
|
|
501
|
-
|
|
502
470
|
--json format output as json
|
|
503
|
-
|
|
504
471
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
505
472
|
this command invocation
|
|
506
473
|
|
|
507
|
-
|
|
474
|
+
DESCRIPTION
|
|
475
|
+
listen to streaming api and platform events
|
|
476
|
+
|
|
477
|
+
EXAMPLES
|
|
508
478
|
$ sfdx jayree:org:streaming --topic=/event/eventName__e
|
|
509
479
|
...
|
|
510
480
|
```
|
|
511
481
|
|
|
512
|
-
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
482
|
+
_See code: [src/src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.13/src/src/commands/jayree/org/streaming.ts)_
|
|
513
483
|
|
|
514
484
|
### `sfdx jayree:packagedescription:create`
|
|
515
485
|
|
|
@@ -517,22 +487,24 @@ creates an empty package with the description
|
|
|
517
487
|
|
|
518
488
|
```
|
|
519
489
|
USAGE
|
|
520
|
-
$ sfdx jayree:packagedescription:create (-d <string> -f <string>) [--json] [--loglevel
|
|
521
|
-
|
|
490
|
+
$ sfdx jayree:packagedescription:create (-d <string> -f <string>) [--json] [--loglevel
|
|
491
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
522
492
|
|
|
523
|
-
|
|
524
|
-
-d, --description
|
|
525
|
-
-f, --file
|
|
493
|
+
FLAGS
|
|
494
|
+
-d, --description=<value> (required) new description value
|
|
495
|
+
-f, --file=<value> (required) file to create
|
|
526
496
|
--json format output as json
|
|
527
|
-
|
|
528
497
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
529
498
|
this command invocation
|
|
530
499
|
|
|
531
|
-
|
|
500
|
+
DESCRIPTION
|
|
501
|
+
creates an empty package with the description
|
|
502
|
+
|
|
503
|
+
EXAMPLES
|
|
532
504
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
533
505
|
```
|
|
534
506
|
|
|
535
|
-
_See code: [
|
|
507
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.0/src/commands/jayree/packagedescription/create.ts)_
|
|
536
508
|
|
|
537
509
|
### `sfdx jayree:packagedescription:get`
|
|
538
510
|
|
|
@@ -540,22 +512,24 @@ get the description within a package
|
|
|
540
512
|
|
|
541
513
|
```
|
|
542
514
|
USAGE
|
|
543
|
-
$ sfdx jayree:packagedescription:get -f <string> [--json] [--loglevel
|
|
544
|
-
|
|
515
|
+
$ sfdx jayree:packagedescription:get -f <string> [--json] [--loglevel
|
|
516
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
545
517
|
|
|
546
|
-
|
|
547
|
-
-f, --file
|
|
518
|
+
FLAGS
|
|
519
|
+
-f, --file=<value> (required) file to read
|
|
548
520
|
--json format output as json
|
|
549
|
-
|
|
550
521
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
551
522
|
this command invocation
|
|
552
523
|
|
|
553
|
-
|
|
524
|
+
DESCRIPTION
|
|
525
|
+
get the description within a package
|
|
526
|
+
|
|
527
|
+
EXAMPLES
|
|
554
528
|
$ sfdx jayree:packagedescription:get --file FILENAME
|
|
555
529
|
Description of Package FILENAME
|
|
556
530
|
```
|
|
557
531
|
|
|
558
|
-
_See code: [
|
|
532
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.0/src/commands/jayree/packagedescription/get.ts)_
|
|
559
533
|
|
|
560
534
|
### `sfdx jayree:packagedescription:remove`
|
|
561
535
|
|
|
@@ -563,21 +537,23 @@ remove the description within a package
|
|
|
563
537
|
|
|
564
538
|
```
|
|
565
539
|
USAGE
|
|
566
|
-
$ sfdx jayree:packagedescription:remove -f <string> [--json] [--loglevel
|
|
567
|
-
|
|
540
|
+
$ sfdx jayree:packagedescription:remove -f <string> [--json] [--loglevel
|
|
541
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
568
542
|
|
|
569
|
-
|
|
570
|
-
-f, --file
|
|
543
|
+
FLAGS
|
|
544
|
+
-f, --file=<value> (required) file to read
|
|
571
545
|
--json format output as json
|
|
572
|
-
|
|
573
546
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
574
547
|
this command invocation
|
|
575
548
|
|
|
576
|
-
|
|
549
|
+
DESCRIPTION
|
|
550
|
+
remove the description within a package
|
|
551
|
+
|
|
552
|
+
EXAMPLES
|
|
577
553
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
578
554
|
```
|
|
579
555
|
|
|
580
|
-
_See code: [
|
|
556
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.0/src/commands/jayree/packagedescription/remove.ts)_
|
|
581
557
|
|
|
582
558
|
### `sfdx jayree:packagedescription:set`
|
|
583
559
|
|
|
@@ -585,22 +561,24 @@ set the description within a package
|
|
|
585
561
|
|
|
586
562
|
```
|
|
587
563
|
USAGE
|
|
588
|
-
$ sfdx jayree:packagedescription:set (-d <string> -f <string>) [--json] [--loglevel
|
|
589
|
-
|
|
564
|
+
$ sfdx jayree:packagedescription:set (-d <string> -f <string>) [--json] [--loglevel
|
|
565
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
590
566
|
|
|
591
|
-
|
|
592
|
-
-d, --description
|
|
593
|
-
-f, --file
|
|
567
|
+
FLAGS
|
|
568
|
+
-d, --description=<value> (required) new description value
|
|
569
|
+
-f, --file=<value> (required) file to read
|
|
594
570
|
--json format output as json
|
|
595
|
-
|
|
596
571
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
597
572
|
this command invocation
|
|
598
573
|
|
|
599
|
-
|
|
574
|
+
DESCRIPTION
|
|
575
|
+
set the description within a package
|
|
576
|
+
|
|
577
|
+
EXAMPLES
|
|
600
578
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
601
579
|
```
|
|
602
580
|
|
|
603
|
-
_See code: [
|
|
581
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.0/src/commands/jayree/packagedescription/set.ts)_
|
|
604
582
|
|
|
605
583
|
### `sfdx jayree:source:fix`
|
|
606
584
|
|
|
@@ -608,31 +586,28 @@ fix local source files
|
|
|
608
586
|
|
|
609
587
|
```
|
|
610
588
|
USAGE
|
|
611
|
-
$ sfdx jayree:source:fix [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel
|
|
612
|
-
|
|
589
|
+
$ sfdx jayree:source:fix [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel
|
|
590
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
613
591
|
|
|
614
|
-
|
|
615
|
-
-t, --tag
|
|
592
|
+
FLAGS
|
|
593
|
+
-t, --tag=<value> comma-separated list of tag names
|
|
616
594
|
listed in .sfdx-jayree.json
|
|
617
|
-
|
|
618
|
-
-u, --targetusername=targetusername username or alias for the target
|
|
595
|
+
-u, --targetusername=<value> username or alias for the target
|
|
619
596
|
org; overrides default target org
|
|
620
|
-
|
|
621
|
-
--apiversion=apiversion override the api version used for
|
|
597
|
+
--apiversion=<value> override the api version used for
|
|
622
598
|
api requests made by this command
|
|
623
|
-
|
|
624
599
|
--json format output as json
|
|
625
|
-
|
|
626
600
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
627
601
|
this command invocation
|
|
628
|
-
|
|
629
602
|
--verbose log output to console
|
|
630
603
|
|
|
631
604
|
DESCRIPTION
|
|
605
|
+
fix local source files
|
|
606
|
+
|
|
632
607
|
(examples will follow)
|
|
633
608
|
```
|
|
634
609
|
|
|
635
|
-
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
610
|
+
_See code: [src/src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.13/src/src/commands/jayree/source/fix.ts)_
|
|
636
611
|
|
|
637
612
|
### `sfdx jayree:source:tracking:list`
|
|
638
613
|
|
|
@@ -640,31 +615,30 @@ list changes in a scratch org by remote revision counter number
|
|
|
640
615
|
|
|
641
616
|
```
|
|
642
617
|
USAGE
|
|
643
|
-
$ sfdx jayree:source:tracking:list [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
OPTIONS
|
|
647
|
-
-r, --revision=revision [default: 0] start at a specific
|
|
648
|
-
revision counter number
|
|
618
|
+
$ sfdx jayree:source:tracking:list [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
619
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
649
620
|
|
|
650
|
-
|
|
621
|
+
FLAGS
|
|
622
|
+
-r, --revision=<value> start at a specific revision counter
|
|
623
|
+
number
|
|
624
|
+
-u, --targetusername=<value> username or alias for the target
|
|
651
625
|
org; overrides default target org
|
|
652
|
-
|
|
653
|
-
--apiversion=apiversion override the api version used for
|
|
626
|
+
--apiversion=<value> override the api version used for
|
|
654
627
|
api requests made by this command
|
|
655
|
-
|
|
656
628
|
--json format output as json
|
|
657
|
-
|
|
658
629
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
659
630
|
this command invocation
|
|
660
631
|
|
|
661
|
-
|
|
632
|
+
DESCRIPTION
|
|
633
|
+
list changes in a scratch org by remote revision counter number
|
|
634
|
+
|
|
635
|
+
EXAMPLES
|
|
662
636
|
$ sfdx jayree:source:tracking:list
|
|
663
637
|
$ sfdx jayree:source:tracking:list -u me@my.org
|
|
664
638
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
665
639
|
```
|
|
666
640
|
|
|
667
|
-
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
641
|
+
_See code: [src/src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.13/src/src/commands/jayree/source/tracking/list.ts)_
|
|
668
642
|
|
|
669
643
|
### `sfdx jayree:source:tracking:store:get`
|
|
670
644
|
|
|
@@ -672,27 +646,27 @@ get stored revision counter number
|
|
|
672
646
|
|
|
673
647
|
```
|
|
674
648
|
USAGE
|
|
675
|
-
$ sfdx jayree:source:tracking:store:get [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
676
|
-
|
|
649
|
+
$ sfdx jayree:source:tracking:store:get [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
650
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
677
651
|
|
|
678
|
-
|
|
679
|
-
-u, --targetusername
|
|
652
|
+
FLAGS
|
|
653
|
+
-u, --targetusername=<value> username or alias for the target
|
|
680
654
|
org; overrides default target org
|
|
681
|
-
|
|
682
|
-
--apiversion=apiversion override the api version used for
|
|
655
|
+
--apiversion=<value> override the api version used for
|
|
683
656
|
api requests made by this command
|
|
684
|
-
|
|
685
657
|
--json format output as json
|
|
686
|
-
|
|
687
658
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
688
659
|
this command invocation
|
|
689
660
|
|
|
690
|
-
|
|
661
|
+
DESCRIPTION
|
|
662
|
+
get stored revision counter number
|
|
663
|
+
|
|
664
|
+
EXAMPLES
|
|
691
665
|
$ sfdx jayree:source:tracking:store:get
|
|
692
666
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
693
667
|
```
|
|
694
668
|
|
|
695
|
-
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
669
|
+
_See code: [src/src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.13/src/src/commands/jayree/source/tracking/store/get.ts)_
|
|
696
670
|
|
|
697
671
|
### `sfdx jayree:source:tracking:store:set`
|
|
698
672
|
|
|
@@ -700,31 +674,30 @@ store revision counter number
|
|
|
700
674
|
|
|
701
675
|
```
|
|
702
676
|
USAGE
|
|
703
|
-
$ sfdx jayree:source:tracking:store:set [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
704
|
-
|
|
677
|
+
$ sfdx jayree:source:tracking:store:set [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
678
|
+
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
705
679
|
|
|
706
|
-
|
|
707
|
-
-r, --revision
|
|
680
|
+
FLAGS
|
|
681
|
+
-r, --revision=<value> revision counter number (default:
|
|
708
682
|
remote revision counter number)
|
|
709
|
-
|
|
710
|
-
-u, --targetusername=targetusername username or alias for the target
|
|
683
|
+
-u, --targetusername=<value> username or alias for the target
|
|
711
684
|
org; overrides default target org
|
|
712
|
-
|
|
713
|
-
--apiversion=apiversion override the api version used for
|
|
685
|
+
--apiversion=<value> override the api version used for
|
|
714
686
|
api requests made by this command
|
|
715
|
-
|
|
716
687
|
--json format output as json
|
|
717
|
-
|
|
718
688
|
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
719
689
|
this command invocation
|
|
720
690
|
|
|
721
|
-
|
|
691
|
+
DESCRIPTION
|
|
692
|
+
store revision counter number
|
|
693
|
+
|
|
694
|
+
EXAMPLES
|
|
722
695
|
$ sfdx jayree:source:tracking:store:set
|
|
723
696
|
$ sfdx jayree:source:tracking:store:set -u me@my.org
|
|
724
697
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
725
698
|
```
|
|
726
699
|
|
|
727
|
-
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
700
|
+
_See code: [src/src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.13/src/src/commands/jayree/source/tracking/store/set.ts)_
|
|
728
701
|
<!-- commandsstop -->
|
|
729
702
|
|
|
730
703
|
## Hooks
|