sfdx-jayree 4.8.52 → 4.8.54
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 +81 -81
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +466 -454
- package/oclif.manifest.json +1 -1
- package/package.json +13 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [4.8.54](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.53...v4.8.54) (2024-02-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.51 to 3.1.52 ([#1189](https://github.com/jayree/sfdx-jayree-plugin/issues/1189)) ([e57243e](https://github.com/jayree/sfdx-jayree-plugin/commit/e57243e41e8891eebab1116b2d1b8573bee65ba4))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.32 to 1.2.33 ([#1187](https://github.com/jayree/sfdx-jayree-plugin/issues/1187)) ([e6367b9](https://github.com/jayree/sfdx-jayree-plugin/commit/e6367b932265094fe696e3a29d2af7764009365b))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.43 to 1.3.44 ([#1191](https://github.com/jayree/sfdx-jayree-plugin/issues/1191)) ([597ac20](https://github.com/jayree/sfdx-jayree-plugin/commit/597ac206ce8a902b57b60a54f49c3e924c3106b6))
|
|
9
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.40 to 1.3.41 ([#1190](https://github.com/jayree/sfdx-jayree-plugin/issues/1190)) ([53f4f9a](https://github.com/jayree/sfdx-jayree-plugin/commit/53f4f9a981be3246583f0e0049c3aca227264f27))
|
|
10
|
+
|
|
11
|
+
## [4.8.53](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.52...v4.8.53) (2024-02-02)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.49 to 3.1.51 ([#1181](https://github.com/jayree/sfdx-jayree-plugin/issues/1181)) ([0f52599](https://github.com/jayree/sfdx-jayree-plugin/commit/0f52599311cca613a41bd186fa672863458b1544))
|
|
17
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.31 to 1.2.32 ([#1182](https://github.com/jayree/sfdx-jayree-plugin/issues/1182)) ([da3e699](https://github.com/jayree/sfdx-jayree-plugin/commit/da3e699b69c8e5df6507f6b036b1d7dfd828942b))
|
|
18
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.42 to 1.3.43 ([#1185](https://github.com/jayree/sfdx-jayree-plugin/issues/1185)) ([67ca4f6](https://github.com/jayree/sfdx-jayree-plugin/commit/67ca4f6fc434225a8953a342bfc536630dabc489))
|
|
19
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.39 to 1.3.40 ([#1180](https://github.com/jayree/sfdx-jayree-plugin/issues/1180)) ([07009bf](https://github.com/jayree/sfdx-jayree-plugin/commit/07009bfdfbc902cd733b518a8078de2318a0cf9c))
|
|
20
|
+
|
|
1
21
|
## [4.8.52](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.51...v4.8.52) (2024-01-26)
|
|
2
22
|
|
|
3
23
|
|
package/README.md
CHANGED
|
@@ -18,29 +18,29 @@ sfdx plugins:install @jayree/sfdx-plugin-source
|
|
|
18
18
|
## Commands
|
|
19
19
|
|
|
20
20
|
<!-- commands -->
|
|
21
|
-
* [`sfdx jayree
|
|
22
|
-
* [`sfdx jayree
|
|
23
|
-
* [`sfdx jayree
|
|
24
|
-
* [`sfdx jayree
|
|
25
|
-
* [`sfdx jayree
|
|
26
|
-
* [`sfdx jayree
|
|
27
|
-
* [`sfdx jayree
|
|
28
|
-
* [`sfdx jayree
|
|
29
|
-
* [`sfdx jayree
|
|
30
|
-
* [`sfdx jayree
|
|
31
|
-
* [`sfdx jayree
|
|
32
|
-
* [`sfdx jayree
|
|
33
|
-
* [`sfdx jayree
|
|
34
|
-
* [`sfdx jayree
|
|
35
|
-
* [`sfdx jayree
|
|
36
|
-
|
|
37
|
-
### `sfdx jayree
|
|
21
|
+
* [`sfdx jayree flow get coverage`](#sfdx-jayree-flow-get-coverage)
|
|
22
|
+
* [`sfdx jayree manifest cleanup`](#sfdx-jayree-manifest-cleanup)
|
|
23
|
+
* [`sfdx jayree manifest generate`](#sfdx-jayree-manifest-generate)
|
|
24
|
+
* [`sfdx jayree manifest git diff`](#sfdx-jayree-manifest-git-diff)
|
|
25
|
+
* [`sfdx jayree org configure`](#sfdx-jayree-org-configure)
|
|
26
|
+
* [`sfdx jayree org configure country`](#sfdx-jayree-org-configure-country)
|
|
27
|
+
* [`sfdx jayree org configure state`](#sfdx-jayree-org-configure-state)
|
|
28
|
+
* [`sfdx jayree org get settings`](#sfdx-jayree-org-get-settings)
|
|
29
|
+
* [`sfdx jayree org stream`](#sfdx-jayree-org-stream)
|
|
30
|
+
* [`sfdx jayree project compare snapshot`](#sfdx-jayree-project-compare-snapshot)
|
|
31
|
+
* [`sfdx jayree project fix`](#sfdx-jayree-project-fix)
|
|
32
|
+
* [`sfdx jayree project generate snapshot`](#sfdx-jayree-project-generate-snapshot)
|
|
33
|
+
* [`sfdx jayree project list tracking`](#sfdx-jayree-project-list-tracking)
|
|
34
|
+
* [`sfdx jayree project store tracking get`](#sfdx-jayree-project-store-tracking-get)
|
|
35
|
+
* [`sfdx jayree project store tracking set`](#sfdx-jayree-project-store-tracking-set)
|
|
36
|
+
|
|
37
|
+
### `sfdx jayree flow get coverage`
|
|
38
38
|
|
|
39
39
|
Check the flow test coverage of an Org.
|
|
40
40
|
|
|
41
41
|
```
|
|
42
42
|
USAGE
|
|
43
|
-
$ sfdx jayree
|
|
43
|
+
$ sfdx jayree flow get coverage -o <value> [--json] [--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`
|
|
@@ -51,7 +51,7 @@ GLOBAL FLAGS
|
|
|
51
51
|
--json Format output as json.
|
|
52
52
|
|
|
53
53
|
ALIASES
|
|
54
|
-
$ sfdx jayree
|
|
54
|
+
$ sfdx jayree flowtestcoverage
|
|
55
55
|
|
|
56
56
|
EXAMPLES
|
|
57
57
|
$ sfdx jayree:flowtestcoverage
|
|
@@ -60,15 +60,15 @@ EXAMPLES
|
|
|
60
60
|
...
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
63
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.33/src/commands/jayree/flow/get/coverage.ts)_
|
|
64
64
|
|
|
65
|
-
### `sfdx jayree
|
|
65
|
+
### `sfdx jayree manifest cleanup`
|
|
66
66
|
|
|
67
67
|
Removes those tags from a manifest file that are present in a second manifest file.
|
|
68
68
|
|
|
69
69
|
```
|
|
70
70
|
USAGE
|
|
71
|
-
$ sfdx jayree
|
|
71
|
+
$ sfdx jayree manifest cleanup -f <value> [--json] [-x <value>]
|
|
72
72
|
|
|
73
73
|
FLAGS
|
|
74
74
|
-f, --file=<value> (required) Path to the second 'cleanup' manifest file.
|
|
@@ -85,18 +85,18 @@ DESCRIPTION
|
|
|
85
85
|
If the 'cleanup' manifest file (--file) doesn't exist, a template file is created, which can then be modified.
|
|
86
86
|
|
|
87
87
|
EXAMPLES
|
|
88
|
-
$ sfdx jayree
|
|
88
|
+
$ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
91
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.52/src/commands/jayree/manifest/cleanup.ts)_
|
|
92
92
|
|
|
93
|
-
### `sfdx jayree
|
|
93
|
+
### `sfdx jayree manifest generate`
|
|
94
94
|
|
|
95
95
|
Generate a complete manifest file form the specified org.
|
|
96
96
|
|
|
97
97
|
```
|
|
98
98
|
USAGE
|
|
99
|
-
$ sfdx jayree
|
|
99
|
+
$ sfdx jayree manifest generate -o <value> [--json] [--api-version <value>] [-q <value>] [-c] [-w] [--include-flow-versions]
|
|
100
100
|
[-f <value>] [--exclude-managed | --exclude-all]
|
|
101
101
|
|
|
102
102
|
FLAGS
|
|
@@ -120,20 +120,20 @@ DESCRIPTION
|
|
|
120
120
|
Use this command to generate a manifest file based on an existing org.
|
|
121
121
|
|
|
122
122
|
EXAMPLES
|
|
123
|
-
$ sfdx jayree
|
|
123
|
+
$ sfdx jayree manifest generate --targetusername myOrg@example.com
|
|
124
124
|
<?xml version='1.0' encoding='UTF-8'?>
|
|
125
125
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
126
126
|
```
|
|
127
127
|
|
|
128
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
128
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.52/src/commands/jayree/manifest/generate.ts)_
|
|
129
129
|
|
|
130
|
-
### `sfdx jayree
|
|
130
|
+
### `sfdx jayree manifest git diff`
|
|
131
131
|
|
|
132
132
|
Create a project manifest and destructiveChanges manifest that lists the metadata components you want to deploy or delete based on changes in your git history.
|
|
133
133
|
|
|
134
134
|
```
|
|
135
135
|
USAGE
|
|
136
|
-
$ sfdx jayree
|
|
136
|
+
$ sfdx jayree manifest git diff REF1 [REF2] [--json] [--api-version <value>] [-d <value>] [--output-dir <value>]
|
|
137
137
|
[--destructive-changes-only]
|
|
138
138
|
|
|
139
139
|
ARGUMENTS
|
|
@@ -159,36 +159,36 @@ DESCRIPTION
|
|
|
159
159
|
You can use all ways to spell <commit> which are valid for 'git diff' (See https://git-scm.com/docs/git-diff).
|
|
160
160
|
|
|
161
161
|
ALIASES
|
|
162
|
-
$ sfdx jayree
|
|
162
|
+
$ sfdx jayree manifest beta git diff
|
|
163
163
|
|
|
164
164
|
EXAMPLES
|
|
165
165
|
Uses the changes between two arbitrary <commit>.
|
|
166
166
|
|
|
167
|
-
$ sfdx jayree
|
|
168
|
-
$ sfdx jayree
|
|
167
|
+
$ sfdx jayree manifest git diff <commit> <commit>
|
|
168
|
+
$ sfdx jayree manifest git diff <commit>..<commit>
|
|
169
169
|
|
|
170
170
|
Uses the changes on the branch containing and up to the second <commit>, starting at a common ancestor of both
|
|
171
171
|
<commit>.
|
|
172
172
|
|
|
173
|
-
$ sfdx jayree
|
|
173
|
+
$ sfdx jayree manifest git diff <commit>...<commit>
|
|
174
174
|
|
|
175
175
|
Uses the diff of what is unique in branchB (REF2) and unique in branchA (REF1).
|
|
176
176
|
|
|
177
|
-
$ sfdx jayree
|
|
177
|
+
$ sfdx jayree manifest git diff branchA..branchB
|
|
178
178
|
|
|
179
179
|
Uses the diff of what is unique in branchB (REF2).
|
|
180
180
|
|
|
181
|
-
$ sfdx jayree
|
|
181
|
+
$ sfdx jayree manifest git diff branchA...branchB
|
|
182
182
|
|
|
183
183
|
Specify the flags before or after the REF args
|
|
184
184
|
|
|
185
|
-
$ sfdx jayree
|
|
186
|
-
$ sfdx jayree
|
|
185
|
+
$ sfdx jayree manifest git diff --output-dir package <commit> <commit>
|
|
186
|
+
$ sfdx jayree manifest git diff <commit> <commit> --output-dir package
|
|
187
187
|
|
|
188
188
|
If you specify the 'source-dir' flag before the REF args, use '--' to separate the args from the 'source-dir'
|
|
189
189
|
values.
|
|
190
190
|
|
|
191
|
-
$ sfdx jayree
|
|
191
|
+
$ sfdx jayree manifest git diff --source-dir force-app -- <commit> <commit>
|
|
192
192
|
|
|
193
193
|
FLAG DESCRIPTIONS
|
|
194
194
|
-d, --source-dir=<value>... Path to the local source files to include in the manifest.
|
|
@@ -207,15 +207,15 @@ FLAG DESCRIPTIONS
|
|
|
207
207
|
The location can be an absolute path or relative to the current working directory.
|
|
208
208
|
```
|
|
209
209
|
|
|
210
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
210
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.52/src/commands/jayree/manifest/git/diff.ts)_
|
|
211
211
|
|
|
212
|
-
### `sfdx jayree
|
|
212
|
+
### `sfdx jayree org configure`
|
|
213
213
|
|
|
214
214
|
Make configuration changes that are not covered by the metadata API.
|
|
215
215
|
|
|
216
216
|
```
|
|
217
217
|
USAGE
|
|
218
|
-
$ sfdx jayree
|
|
218
|
+
$ sfdx jayree org configure -o <value> [--json] [--api-version <value>] [-t <value>] [--concurrent]
|
|
219
219
|
|
|
220
220
|
FLAGS
|
|
221
221
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -235,15 +235,15 @@ EXAMPLES
|
|
|
235
235
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
238
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.33/src/commands/jayree/org/configure/index.ts)_
|
|
239
239
|
|
|
240
|
-
### `sfdx jayree
|
|
240
|
+
### `sfdx jayree org configure country`
|
|
241
241
|
|
|
242
242
|
update country integration values in the State/Country Picklists
|
|
243
243
|
|
|
244
244
|
```
|
|
245
245
|
USAGE
|
|
246
|
-
$ sfdx jayree
|
|
246
|
+
$ sfdx jayree org configure country -o <value> [--json] [--api-version <value>]
|
|
247
247
|
|
|
248
248
|
FLAGS
|
|
249
249
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -254,15 +254,15 @@ GLOBAL FLAGS
|
|
|
254
254
|
--json Format output as json.
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
257
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.33/src/commands/jayree/org/configure/country.ts)_
|
|
258
258
|
|
|
259
|
-
### `sfdx jayree
|
|
259
|
+
### `sfdx jayree org configure state`
|
|
260
260
|
|
|
261
261
|
import (create/update) states into the State/Country Picklists
|
|
262
262
|
|
|
263
263
|
```
|
|
264
264
|
USAGE
|
|
265
|
-
$ sfdx jayree
|
|
265
|
+
$ sfdx jayree org configure state -o <value> [--json] [--api-version <value>] [--country-code <value>] [--category <value>]
|
|
266
266
|
[--language <value>] [--concurrent <value>]
|
|
267
267
|
|
|
268
268
|
FLAGS
|
|
@@ -278,15 +278,15 @@ GLOBAL FLAGS
|
|
|
278
278
|
--json Format output as json.
|
|
279
279
|
```
|
|
280
280
|
|
|
281
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
281
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.33/src/commands/jayree/org/configure/state.ts)_
|
|
282
282
|
|
|
283
|
-
### `sfdx jayree
|
|
283
|
+
### `sfdx jayree org get settings`
|
|
284
284
|
|
|
285
285
|
Write the current settings from an Org to a scratch org def file.
|
|
286
286
|
|
|
287
287
|
```
|
|
288
288
|
USAGE
|
|
289
|
-
$ sfdx jayree
|
|
289
|
+
$ sfdx jayree org get settings -o <value> [--json] [--api-version <value>] [-w] [-f <value>]
|
|
290
290
|
|
|
291
291
|
FLAGS
|
|
292
292
|
-f, --file=<value> Write to 'file' instead of project-scratch-def.json.
|
|
@@ -299,7 +299,7 @@ GLOBAL FLAGS
|
|
|
299
299
|
--json Format output as json.
|
|
300
300
|
|
|
301
301
|
ALIASES
|
|
302
|
-
$ sfdx jayree
|
|
302
|
+
$ sfdx jayree org settings
|
|
303
303
|
|
|
304
304
|
EXAMPLES
|
|
305
305
|
$ sfdx jayree:org:settings
|
|
@@ -307,15 +307,15 @@ EXAMPLES
|
|
|
307
307
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
310
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.33/src/commands/jayree/org/get/settings.ts)_
|
|
311
311
|
|
|
312
|
-
### `sfdx jayree
|
|
312
|
+
### `sfdx jayree org stream`
|
|
313
313
|
|
|
314
314
|
Listen to streaming api and platform events.
|
|
315
315
|
|
|
316
316
|
```
|
|
317
317
|
USAGE
|
|
318
|
-
$ sfdx jayree
|
|
318
|
+
$ sfdx jayree org stream -o <value> -c <value> [--json] [--api-version <value>] [-r <value>]
|
|
319
319
|
|
|
320
320
|
FLAGS
|
|
321
321
|
-c, --channel=<value> (required) The event name.
|
|
@@ -331,22 +331,22 @@ GLOBAL FLAGS
|
|
|
331
331
|
--json Format output as json.
|
|
332
332
|
|
|
333
333
|
ALIASES
|
|
334
|
-
$ sfdx jayree
|
|
334
|
+
$ sfdx jayree org streaming
|
|
335
335
|
|
|
336
336
|
EXAMPLES
|
|
337
337
|
$ sfdx jayree org stream --channel=/event/eventName__e
|
|
338
338
|
...
|
|
339
339
|
```
|
|
340
340
|
|
|
341
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
341
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.33/src/commands/jayree/org/stream.ts)_
|
|
342
342
|
|
|
343
|
-
### `sfdx jayree
|
|
343
|
+
### `sfdx jayree project compare snapshot`
|
|
344
344
|
|
|
345
345
|
Compare sfdx source snapshot files.
|
|
346
346
|
|
|
347
347
|
```
|
|
348
348
|
USAGE
|
|
349
|
-
$ sfdx jayree
|
|
349
|
+
$ sfdx jayree project compare snapshot [--json] [--filepath <value>]
|
|
350
350
|
|
|
351
351
|
FLAGS
|
|
352
352
|
--filepath=<value> [default: ./sfdx-source-snapshot.json] Path of the generated snapshot file.
|
|
@@ -355,18 +355,18 @@ GLOBAL FLAGS
|
|
|
355
355
|
--json Format output as json.
|
|
356
356
|
|
|
357
357
|
ALIASES
|
|
358
|
-
$ sfdx jayree
|
|
358
|
+
$ sfdx jayree source snapshot compare
|
|
359
359
|
```
|
|
360
360
|
|
|
361
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
361
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.41/src/commands/jayree/project/compare/snapshot.ts)_
|
|
362
362
|
|
|
363
|
-
### `sfdx jayree
|
|
363
|
+
### `sfdx jayree project fix`
|
|
364
364
|
|
|
365
365
|
Fix retrieved metadata.
|
|
366
366
|
|
|
367
367
|
```
|
|
368
368
|
USAGE
|
|
369
|
-
$ sfdx jayree
|
|
369
|
+
$ sfdx jayree project fix [--json] [-o <value>] [-t <value>]
|
|
370
370
|
|
|
371
371
|
FLAGS
|
|
372
372
|
-o, --target-org=<value>
|
|
@@ -376,18 +376,18 @@ GLOBAL FLAGS
|
|
|
376
376
|
--json Format output as json.
|
|
377
377
|
|
|
378
378
|
ALIASES
|
|
379
|
-
$ sfdx jayree
|
|
379
|
+
$ sfdx jayree source fix
|
|
380
380
|
```
|
|
381
381
|
|
|
382
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
382
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.41/src/commands/jayree/project/fix.ts)_
|
|
383
383
|
|
|
384
|
-
### `sfdx jayree
|
|
384
|
+
### `sfdx jayree project generate snapshot`
|
|
385
385
|
|
|
386
386
|
Generate sfdx source snapshot files.
|
|
387
387
|
|
|
388
388
|
```
|
|
389
389
|
USAGE
|
|
390
|
-
$ sfdx jayree
|
|
390
|
+
$ sfdx jayree project generate snapshot [--json] [--filepath <value>]
|
|
391
391
|
|
|
392
392
|
FLAGS
|
|
393
393
|
--filepath=<value> [default: ./sfdx-source-snapshot.json] Path to save the generated snapshot file.
|
|
@@ -396,18 +396,18 @@ GLOBAL FLAGS
|
|
|
396
396
|
--json Format output as json.
|
|
397
397
|
|
|
398
398
|
ALIASES
|
|
399
|
-
$ sfdx jayree
|
|
399
|
+
$ sfdx jayree source snapshot generate
|
|
400
400
|
```
|
|
401
401
|
|
|
402
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
402
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.41/src/commands/jayree/project/generate/snapshot.ts)_
|
|
403
403
|
|
|
404
|
-
### `sfdx jayree
|
|
404
|
+
### `sfdx jayree project list tracking`
|
|
405
405
|
|
|
406
406
|
List changes in a scratch org by remote revision counter number.
|
|
407
407
|
|
|
408
408
|
```
|
|
409
409
|
USAGE
|
|
410
|
-
$ sfdx jayree
|
|
410
|
+
$ sfdx jayree project list tracking -o <value> [--json] [--api-version <value>] [-r <value>]
|
|
411
411
|
|
|
412
412
|
FLAGS
|
|
413
413
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -419,7 +419,7 @@ GLOBAL FLAGS
|
|
|
419
419
|
--json Format output as json.
|
|
420
420
|
|
|
421
421
|
ALIASES
|
|
422
|
-
$ sfdx jayree
|
|
422
|
+
$ sfdx jayree source tracking list
|
|
423
423
|
|
|
424
424
|
EXAMPLES
|
|
425
425
|
$ sfdx jayree:source:tracking:list
|
|
@@ -427,15 +427,15 @@ EXAMPLES
|
|
|
427
427
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
428
428
|
```
|
|
429
429
|
|
|
430
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
430
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.41/src/commands/jayree/project/list/tracking.ts)_
|
|
431
431
|
|
|
432
|
-
### `sfdx jayree
|
|
432
|
+
### `sfdx jayree project store tracking get`
|
|
433
433
|
|
|
434
434
|
Get stored revision counter number.
|
|
435
435
|
|
|
436
436
|
```
|
|
437
437
|
USAGE
|
|
438
|
-
$ sfdx jayree
|
|
438
|
+
$ sfdx jayree project store tracking get -o <value> [--json]
|
|
439
439
|
|
|
440
440
|
FLAGS
|
|
441
441
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -445,22 +445,22 @@ GLOBAL FLAGS
|
|
|
445
445
|
--json Format output as json.
|
|
446
446
|
|
|
447
447
|
ALIASES
|
|
448
|
-
$ sfdx jayree
|
|
448
|
+
$ sfdx jayree source tracking store get
|
|
449
449
|
|
|
450
450
|
EXAMPLES
|
|
451
451
|
$ sfdx jayree:source:tracking:store:get
|
|
452
452
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
455
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.41/src/commands/jayree/project/store/tracking/get.ts)_
|
|
456
456
|
|
|
457
|
-
### `sfdx jayree
|
|
457
|
+
### `sfdx jayree project store tracking set`
|
|
458
458
|
|
|
459
459
|
Store revision counter number.
|
|
460
460
|
|
|
461
461
|
```
|
|
462
462
|
USAGE
|
|
463
|
-
$ sfdx jayree
|
|
463
|
+
$ sfdx jayree project store tracking set -o <value> [--json] [--api-version <value>] [-r <value>]
|
|
464
464
|
|
|
465
465
|
FLAGS
|
|
466
466
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
@@ -472,7 +472,7 @@ GLOBAL FLAGS
|
|
|
472
472
|
--json Format output as json.
|
|
473
473
|
|
|
474
474
|
ALIASES
|
|
475
|
-
$ sfdx jayree
|
|
475
|
+
$ sfdx jayree source tracking store set
|
|
476
476
|
|
|
477
477
|
EXAMPLES
|
|
478
478
|
$ sfdx jayree:source:tracking:store:set
|
|
@@ -480,7 +480,7 @@ EXAMPLES
|
|
|
480
480
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
483
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.41/src/commands/jayree/project/store/tracking/set.ts)_
|
|
484
484
|
<!-- commandsstop -->
|
|
485
485
|
|
|
486
486
|
## Hooks
|