sfdx-jayree 4.8.64 → 4.8.66
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 +20 -0
- package/README.md +65 -48
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +1225 -459
- package/oclif.lock +631 -255
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [4.8.66](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.65...v4.8.66) (2024-04-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.62 to 3.1.63 ([#1260](https://github.com/jayree/sfdx-jayree-plugin/issues/1260)) ([99823ce](https://github.com/jayree/sfdx-jayree-plugin/commit/99823ce22e7cfcdc867d5abd4670c7fff4dddd67))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.41 to 1.2.43 ([#1257](https://github.com/jayree/sfdx-jayree-plugin/issues/1257)) ([249d22e](https://github.com/jayree/sfdx-jayree-plugin/commit/249d22e89f3fa30b2a56fb5d2e1c5cdc67327be8))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.53 to 1.3.54 ([#1259](https://github.com/jayree/sfdx-jayree-plugin/issues/1259)) ([a4d6426](https://github.com/jayree/sfdx-jayree-plugin/commit/a4d6426eba9957c992c8c344239d6f6e30b178e2))
|
|
9
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.50 to 1.3.51 ([#1258](https://github.com/jayree/sfdx-jayree-plugin/issues/1258)) ([ce0a714](https://github.com/jayree/sfdx-jayree-plugin/commit/ce0a7148e59880d7b292312925b3ec9d4f7b4468))
|
|
10
|
+
|
|
11
|
+
## [4.8.65](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.64...v4.8.65) (2024-04-05)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.60 to 3.1.62 ([#1251](https://github.com/jayree/sfdx-jayree-plugin/issues/1251)) ([023ea58](https://github.com/jayree/sfdx-jayree-plugin/commit/023ea589300568ab274a36a7777c48b42d3fbb21))
|
|
17
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.40 to 1.2.41 ([#1247](https://github.com/jayree/sfdx-jayree-plugin/issues/1247)) ([9ceccf8](https://github.com/jayree/sfdx-jayree-plugin/commit/9ceccf83b9936fa5d3ae5643c56cc0e7f98b9386))
|
|
18
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.51 to 1.3.53 ([#1249](https://github.com/jayree/sfdx-jayree-plugin/issues/1249)) ([1508f5f](https://github.com/jayree/sfdx-jayree-plugin/commit/1508f5f2a66884dc5340f317c3400fd317af7491))
|
|
19
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.48 to 1.3.50 ([#1246](https://github.com/jayree/sfdx-jayree-plugin/issues/1246)) ([559169b](https://github.com/jayree/sfdx-jayree-plugin/commit/559169b7ac6269d22b89b24d52b4ab83b0a2f1ed))
|
|
20
|
+
|
|
1
21
|
## [4.8.64](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.63...v4.8.64) (2024-03-29)
|
|
2
22
|
|
|
3
23
|
|
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ Check the flow test coverage of an Org.
|
|
|
40
40
|
|
|
41
41
|
```
|
|
42
42
|
USAGE
|
|
43
|
-
$ sfdx jayree flow get coverage -o <value> [--json] [--api-version <value>]
|
|
43
|
+
$ sfdx jayree flow get coverage -o <value> [--json] [--flags-dir <value>] [--api-version <value>]
|
|
44
44
|
|
|
45
45
|
FLAGS
|
|
46
46
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -48,7 +48,8 @@ FLAGS
|
|
|
48
48
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
49
49
|
|
|
50
50
|
GLOBAL FLAGS
|
|
51
|
-
--
|
|
51
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
52
|
+
--json Format output as json.
|
|
52
53
|
|
|
53
54
|
ALIASES
|
|
54
55
|
$ sfdx jayree flowtestcoverage
|
|
@@ -60,7 +61,7 @@ EXAMPLES
|
|
|
60
61
|
...
|
|
61
62
|
```
|
|
62
63
|
|
|
63
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
64
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.43/src/commands/jayree/flow/get/coverage.ts)_
|
|
64
65
|
|
|
65
66
|
### `sfdx jayree manifest cleanup`
|
|
66
67
|
|
|
@@ -68,14 +69,15 @@ Removes those tags from a manifest file that are present in a second manifest fi
|
|
|
68
69
|
|
|
69
70
|
```
|
|
70
71
|
USAGE
|
|
71
|
-
$ sfdx jayree manifest cleanup -f <value> [--json] [-x <value>]
|
|
72
|
+
$ sfdx jayree manifest cleanup -f <value> [--json] [--flags-dir <value>] [-x <value>]
|
|
72
73
|
|
|
73
74
|
FLAGS
|
|
74
75
|
-f, --file=<value> (required) Path to the second 'cleanup' manifest file.
|
|
75
76
|
-x, --manifest=<value> Path to the manifest file.
|
|
76
77
|
|
|
77
78
|
GLOBAL FLAGS
|
|
78
|
-
--
|
|
79
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
80
|
+
--json Format output as json.
|
|
79
81
|
|
|
80
82
|
DESCRIPTION
|
|
81
83
|
Removes those tags from a manifest file that are present in a second manifest file.
|
|
@@ -88,7 +90,7 @@ EXAMPLES
|
|
|
88
90
|
$ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
89
91
|
```
|
|
90
92
|
|
|
91
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
93
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.63/src/commands/jayree/manifest/cleanup.ts)_
|
|
92
94
|
|
|
93
95
|
### `sfdx jayree manifest generate`
|
|
94
96
|
|
|
@@ -96,8 +98,8 @@ Generate a complete manifest file form the specified org.
|
|
|
96
98
|
|
|
97
99
|
```
|
|
98
100
|
USAGE
|
|
99
|
-
$ sfdx jayree manifest generate -o <value> [--json] [--api-version <value>] [-q <value>] [-c] [-w]
|
|
100
|
-
[-f <value>] [--exclude-managed | --exclude-all]
|
|
101
|
+
$ sfdx jayree manifest generate -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-q <value>] [-c] [-w]
|
|
102
|
+
[--include-flow-versions] [-f <value>] [--exclude-managed | --exclude-all]
|
|
101
103
|
|
|
102
104
|
FLAGS
|
|
103
105
|
-c, --match-case Enable 'match case' for the quickfilter.
|
|
@@ -112,7 +114,8 @@ FLAGS
|
|
|
112
114
|
--include-flow-versions Include flow versions as with api version 43.0.
|
|
113
115
|
|
|
114
116
|
GLOBAL FLAGS
|
|
115
|
-
--
|
|
117
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
118
|
+
--json Format output as json.
|
|
116
119
|
|
|
117
120
|
DESCRIPTION
|
|
118
121
|
Generate a complete manifest file form the specified org.
|
|
@@ -125,7 +128,7 @@ EXAMPLES
|
|
|
125
128
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
126
129
|
```
|
|
127
130
|
|
|
128
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
131
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.63/src/commands/jayree/manifest/generate.ts)_
|
|
129
132
|
|
|
130
133
|
### `sfdx jayree manifest git diff`
|
|
131
134
|
|
|
@@ -133,8 +136,8 @@ Create a project manifest and destructiveChanges manifest that lists the metadat
|
|
|
133
136
|
|
|
134
137
|
```
|
|
135
138
|
USAGE
|
|
136
|
-
$ sfdx jayree manifest git diff REF1 [REF2] [--json] [--
|
|
137
|
-
[--destructive-changes-only]
|
|
139
|
+
$ sfdx jayree manifest git diff REF1 [REF2] [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>]
|
|
140
|
+
[--output-dir <value>] [--destructive-changes-only]
|
|
138
141
|
|
|
139
142
|
ARGUMENTS
|
|
140
143
|
REF1 Base commit or branch.
|
|
@@ -147,7 +150,8 @@ FLAGS
|
|
|
147
150
|
--output-dir=<value> Directory to save the created manifest files.
|
|
148
151
|
|
|
149
152
|
GLOBAL FLAGS
|
|
150
|
-
--
|
|
153
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
154
|
+
--json Format output as json.
|
|
151
155
|
|
|
152
156
|
DESCRIPTION
|
|
153
157
|
Create a project manifest and destructiveChanges manifest that lists the metadata components you want to deploy or
|
|
@@ -207,7 +211,7 @@ FLAG DESCRIPTIONS
|
|
|
207
211
|
The location can be an absolute path or relative to the current working directory.
|
|
208
212
|
```
|
|
209
213
|
|
|
210
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
214
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.63/src/commands/jayree/manifest/git/diff.ts)_
|
|
211
215
|
|
|
212
216
|
### `sfdx jayree org configure`
|
|
213
217
|
|
|
@@ -215,7 +219,8 @@ Make configuration changes that are not covered by the metadata API.
|
|
|
215
219
|
|
|
216
220
|
```
|
|
217
221
|
USAGE
|
|
218
|
-
$ sfdx jayree org configure -o <value> [--json] [--api-version <value>] [-t <value>]
|
|
222
|
+
$ sfdx jayree org configure -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-t <value>]
|
|
223
|
+
[--concurrent]
|
|
219
224
|
|
|
220
225
|
FLAGS
|
|
221
226
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -226,7 +231,8 @@ FLAGS
|
|
|
226
231
|
--concurrent Execute tasks in parallel.
|
|
227
232
|
|
|
228
233
|
GLOBAL FLAGS
|
|
229
|
-
--
|
|
234
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
235
|
+
--json Format output as json.
|
|
230
236
|
|
|
231
237
|
EXAMPLES
|
|
232
238
|
$ sfdx jayree:org:configure
|
|
@@ -235,7 +241,7 @@ EXAMPLES
|
|
|
235
241
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
236
242
|
```
|
|
237
243
|
|
|
238
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
244
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.43/src/commands/jayree/org/configure/index.ts)_
|
|
239
245
|
|
|
240
246
|
### `sfdx jayree org configure country`
|
|
241
247
|
|
|
@@ -243,7 +249,7 @@ update country integration values in the State/Country Picklists
|
|
|
243
249
|
|
|
244
250
|
```
|
|
245
251
|
USAGE
|
|
246
|
-
$ sfdx jayree org configure country -o <value> [--json] [--api-version <value>]
|
|
252
|
+
$ sfdx jayree org configure country -o <value> [--json] [--flags-dir <value>] [--api-version <value>]
|
|
247
253
|
|
|
248
254
|
FLAGS
|
|
249
255
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -251,10 +257,11 @@ FLAGS
|
|
|
251
257
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
252
258
|
|
|
253
259
|
GLOBAL FLAGS
|
|
254
|
-
--
|
|
260
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
261
|
+
--json Format output as json.
|
|
255
262
|
```
|
|
256
263
|
|
|
257
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
264
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.43/src/commands/jayree/org/configure/country.ts)_
|
|
258
265
|
|
|
259
266
|
### `sfdx jayree org configure state`
|
|
260
267
|
|
|
@@ -262,8 +269,8 @@ import (create/update) states into the State/Country Picklists
|
|
|
262
269
|
|
|
263
270
|
```
|
|
264
271
|
USAGE
|
|
265
|
-
$ sfdx jayree org configure state -o <value> [--json] [--
|
|
266
|
-
[--language <value>] [--concurrent <value>]
|
|
272
|
+
$ sfdx jayree org configure state -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [--country-code <value>]
|
|
273
|
+
[--category <value>] [--language <value>] [--concurrent <value>]
|
|
267
274
|
|
|
268
275
|
FLAGS
|
|
269
276
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -275,10 +282,11 @@ FLAGS
|
|
|
275
282
|
--language=<value> Language code.
|
|
276
283
|
|
|
277
284
|
GLOBAL FLAGS
|
|
278
|
-
--
|
|
285
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
286
|
+
--json Format output as json.
|
|
279
287
|
```
|
|
280
288
|
|
|
281
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
289
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.43/src/commands/jayree/org/configure/state.ts)_
|
|
282
290
|
|
|
283
291
|
### `sfdx jayree org get settings`
|
|
284
292
|
|
|
@@ -286,7 +294,7 @@ Write the current settings from an Org to a scratch org def file.
|
|
|
286
294
|
|
|
287
295
|
```
|
|
288
296
|
USAGE
|
|
289
|
-
$ sfdx jayree org get settings -o <value> [--json] [--api-version <value>] [-w] [-f <value>]
|
|
297
|
+
$ sfdx jayree org get settings -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-w] [-f <value>]
|
|
290
298
|
|
|
291
299
|
FLAGS
|
|
292
300
|
-f, --file=<value> Write to 'file' instead of project-scratch-def.json.
|
|
@@ -296,7 +304,8 @@ FLAGS
|
|
|
296
304
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
297
305
|
|
|
298
306
|
GLOBAL FLAGS
|
|
299
|
-
--
|
|
307
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
308
|
+
--json Format output as json.
|
|
300
309
|
|
|
301
310
|
ALIASES
|
|
302
311
|
$ sfdx jayree org settings
|
|
@@ -307,7 +316,7 @@ EXAMPLES
|
|
|
307
316
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
308
317
|
```
|
|
309
318
|
|
|
310
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
319
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.43/src/commands/jayree/org/get/settings.ts)_
|
|
311
320
|
|
|
312
321
|
### `sfdx jayree org stream`
|
|
313
322
|
|
|
@@ -315,7 +324,7 @@ Listen to streaming api and platform events.
|
|
|
315
324
|
|
|
316
325
|
```
|
|
317
326
|
USAGE
|
|
318
|
-
$ sfdx jayree org stream -o <value> -c <value> [--json] [--api-version <value>] [-r <value>]
|
|
327
|
+
$ sfdx jayree org stream -o <value> -c <value> [--json] [--flags-dir <value>] [--api-version <value>] [-r <value>]
|
|
319
328
|
|
|
320
329
|
FLAGS
|
|
321
330
|
-c, --channel=<value> (required) The event name.
|
|
@@ -328,7 +337,8 @@ FLAGS
|
|
|
328
337
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
329
338
|
|
|
330
339
|
GLOBAL FLAGS
|
|
331
|
-
--
|
|
340
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
341
|
+
--json Format output as json.
|
|
332
342
|
|
|
333
343
|
ALIASES
|
|
334
344
|
$ sfdx jayree org streaming
|
|
@@ -338,7 +348,7 @@ EXAMPLES
|
|
|
338
348
|
...
|
|
339
349
|
```
|
|
340
350
|
|
|
341
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
351
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.43/src/commands/jayree/org/stream.ts)_
|
|
342
352
|
|
|
343
353
|
### `sfdx jayree project compare snapshot`
|
|
344
354
|
|
|
@@ -346,19 +356,20 @@ Compare sfdx source snapshot files.
|
|
|
346
356
|
|
|
347
357
|
```
|
|
348
358
|
USAGE
|
|
349
|
-
$ sfdx jayree project compare snapshot [--json] [--filepath <value>]
|
|
359
|
+
$ sfdx jayree project compare snapshot [--json] [--flags-dir <value>] [--filepath <value>]
|
|
350
360
|
|
|
351
361
|
FLAGS
|
|
352
362
|
--filepath=<value> [default: ./sfdx-source-snapshot.json] Path of the generated snapshot file.
|
|
353
363
|
|
|
354
364
|
GLOBAL FLAGS
|
|
355
|
-
--
|
|
365
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
366
|
+
--json Format output as json.
|
|
356
367
|
|
|
357
368
|
ALIASES
|
|
358
369
|
$ sfdx jayree source snapshot compare
|
|
359
370
|
```
|
|
360
371
|
|
|
361
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
372
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.51/src/commands/jayree/project/compare/snapshot.ts)_
|
|
362
373
|
|
|
363
374
|
### `sfdx jayree project fix`
|
|
364
375
|
|
|
@@ -366,20 +377,21 @@ Fix retrieved metadata.
|
|
|
366
377
|
|
|
367
378
|
```
|
|
368
379
|
USAGE
|
|
369
|
-
$ sfdx jayree project fix [--json] [-o <value>] [-t <value>]
|
|
380
|
+
$ sfdx jayree project fix [--json] [--flags-dir <value>] [-o <value>] [-t <value>]
|
|
370
381
|
|
|
371
382
|
FLAGS
|
|
372
383
|
-o, --target-org=<value>
|
|
373
384
|
-t, --task=<value>... Task name(s) listed in sfdx-project.json.
|
|
374
385
|
|
|
375
386
|
GLOBAL FLAGS
|
|
376
|
-
--
|
|
387
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
388
|
+
--json Format output as json.
|
|
377
389
|
|
|
378
390
|
ALIASES
|
|
379
391
|
$ sfdx jayree source fix
|
|
380
392
|
```
|
|
381
393
|
|
|
382
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
394
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.51/src/commands/jayree/project/fix.ts)_
|
|
383
395
|
|
|
384
396
|
### `sfdx jayree project generate snapshot`
|
|
385
397
|
|
|
@@ -387,19 +399,20 @@ Generate sfdx source snapshot files.
|
|
|
387
399
|
|
|
388
400
|
```
|
|
389
401
|
USAGE
|
|
390
|
-
$ sfdx jayree project generate snapshot [--json] [--filepath <value>]
|
|
402
|
+
$ sfdx jayree project generate snapshot [--json] [--flags-dir <value>] [--filepath <value>]
|
|
391
403
|
|
|
392
404
|
FLAGS
|
|
393
405
|
--filepath=<value> [default: ./sfdx-source-snapshot.json] Path to save the generated snapshot file.
|
|
394
406
|
|
|
395
407
|
GLOBAL FLAGS
|
|
396
|
-
--
|
|
408
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
409
|
+
--json Format output as json.
|
|
397
410
|
|
|
398
411
|
ALIASES
|
|
399
412
|
$ sfdx jayree source snapshot generate
|
|
400
413
|
```
|
|
401
414
|
|
|
402
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
415
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.51/src/commands/jayree/project/generate/snapshot.ts)_
|
|
403
416
|
|
|
404
417
|
### `sfdx jayree project list tracking`
|
|
405
418
|
|
|
@@ -407,7 +420,7 @@ List changes in a scratch org by remote revision counter number.
|
|
|
407
420
|
|
|
408
421
|
```
|
|
409
422
|
USAGE
|
|
410
|
-
$ sfdx jayree project list tracking -o <value> [--json] [--api-version <value>] [-r <value>]
|
|
423
|
+
$ sfdx jayree project list tracking -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-r <value>]
|
|
411
424
|
|
|
412
425
|
FLAGS
|
|
413
426
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -416,7 +429,8 @@ FLAGS
|
|
|
416
429
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
417
430
|
|
|
418
431
|
GLOBAL FLAGS
|
|
419
|
-
--
|
|
432
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
433
|
+
--json Format output as json.
|
|
420
434
|
|
|
421
435
|
ALIASES
|
|
422
436
|
$ sfdx jayree source tracking list
|
|
@@ -427,7 +441,7 @@ EXAMPLES
|
|
|
427
441
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
428
442
|
```
|
|
429
443
|
|
|
430
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
444
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.51/src/commands/jayree/project/list/tracking.ts)_
|
|
431
445
|
|
|
432
446
|
### `sfdx jayree project store tracking get`
|
|
433
447
|
|
|
@@ -435,14 +449,15 @@ Get stored revision counter number.
|
|
|
435
449
|
|
|
436
450
|
```
|
|
437
451
|
USAGE
|
|
438
|
-
$ sfdx jayree project store tracking get -o <value> [--json]
|
|
452
|
+
$ sfdx jayree project store tracking get -o <value> [--json] [--flags-dir <value>]
|
|
439
453
|
|
|
440
454
|
FLAGS
|
|
441
455
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
442
456
|
configuration variable is already set.
|
|
443
457
|
|
|
444
458
|
GLOBAL FLAGS
|
|
445
|
-
--
|
|
459
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
460
|
+
--json Format output as json.
|
|
446
461
|
|
|
447
462
|
ALIASES
|
|
448
463
|
$ sfdx jayree source tracking store get
|
|
@@ -452,7 +467,7 @@ EXAMPLES
|
|
|
452
467
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
453
468
|
```
|
|
454
469
|
|
|
455
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
470
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.51/src/commands/jayree/project/store/tracking/get.ts)_
|
|
456
471
|
|
|
457
472
|
### `sfdx jayree project store tracking set`
|
|
458
473
|
|
|
@@ -460,7 +475,8 @@ Store revision counter number.
|
|
|
460
475
|
|
|
461
476
|
```
|
|
462
477
|
USAGE
|
|
463
|
-
$ sfdx jayree project store tracking set -o <value> [--json] [--
|
|
478
|
+
$ sfdx jayree project store tracking set -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-r
|
|
479
|
+
<value>]
|
|
464
480
|
|
|
465
481
|
FLAGS
|
|
466
482
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -469,7 +485,8 @@ FLAGS
|
|
|
469
485
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
470
486
|
|
|
471
487
|
GLOBAL FLAGS
|
|
472
|
-
--
|
|
488
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
489
|
+
--json Format output as json.
|
|
473
490
|
|
|
474
491
|
ALIASES
|
|
475
492
|
$ sfdx jayree source tracking store set
|
|
@@ -480,7 +497,7 @@ EXAMPLES
|
|
|
480
497
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
481
498
|
```
|
|
482
499
|
|
|
483
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
500
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.51/src/commands/jayree/project/store/tracking/set.ts)_
|
|
484
501
|
<!-- commandsstop -->
|
|
485
502
|
|
|
486
503
|
## Hooks
|