sfdx-git-delta 5.11.3 → 5.12.0

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 CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [5.12.0](https://github.com/scolladon/sfdx-git-delta/compare/v5.11.4...v5.12.0) (2023-02-14)
6
+
7
+
8
+ ### Features
9
+
10
+ * add FSC metadata ([#444](https://github.com/scolladon/sfdx-git-delta/issues/444)) ([fcf9e02](https://github.com/scolladon/sfdx-git-delta/commit/fcf9e02f9f9733703f59cd3ec57c9ec69508f34f))
11
+ * bump Salesforce api version 57 ([#451](https://github.com/scolladon/sfdx-git-delta/issues/451)) ([2bf0737](https://github.com/scolladon/sfdx-git-delta/commit/2bf07376af15cca6595a8cf9d1a5ce0eeb32301c))
12
+ * implement `release-please` release workflow ([#442](https://github.com/scolladon/sfdx-git-delta/issues/442)) ([d79891b](https://github.com/scolladon/sfdx-git-delta/commit/d79891b5f01ad3a1b30a9e68846087b310bb0c83))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * windows path separator with micromatch ([#448](https://github.com/scolladon/sfdx-git-delta/issues/448)) ([d49f161](https://github.com/scolladon/sfdx-git-delta/commit/d49f16199b454d2ca4dd7f20fc718ef18e0616f2))
18
+
19
+ ### 5.11.4 (2023-02-01)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * binary file copy ([#440](https://github.com/scolladon/sfdx-git-delta/issues/440)) ([b0e363a](https://github.com/scolladon/sfdx-git-delta/commit/b0e363a2bdcdb438ea651def621bd4cf03ac1782))
25
+
5
26
  ### 5.11.3 (2023-01-30)
6
27
 
7
28
 
package/README.md CHANGED
@@ -186,7 +186,7 @@ OPTIONS
186
186
  this command invocation
187
187
  ```
188
188
 
189
- _See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.11.3/src/commands/sgd/source/delta.ts)_
189
+ _See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.12.0/src/commands/sgd/source/delta.ts)_
190
190
  <!-- commandsstop -->
191
191
 
192
192
  ### Windows users
@@ -425,6 +425,8 @@ Consider the following:
425
425
  $ sfdx sgd:source:delta --from commit --include-destructive .destructiveinclude
426
426
  ```
427
427
 
428
+ The path matchers in includes file must follow [`gitignore`](https://git-scm.com/docs/gitignore#:~:text=The%20slash%20/%20is%20used%20as%20the%20directory%20separator.) spec and accept only unix path separator `/` (even for windows system).
429
+
428
430
  ### Scoping delta generation to a specific folder
429
431
 
430
432
  The `--source [-s]`parameter allows you to specify a folder to focus on, making any other folder ignored.
@@ -1,4 +1,25 @@
1
1
  [
2
+ {
3
+ "directoryName": "actionPlanTemplates",
4
+ "inFolder": false,
5
+ "metaFile": false,
6
+ "suffix": "apt",
7
+ "xmlName": "ActionPlanTemplate"
8
+ },
9
+ {
10
+ "directoryName": "recommendationStrategies",
11
+ "inFolder": false,
12
+ "metaFile": false,
13
+ "suffix": "recommendationStrategy",
14
+ "xmlName": "RecommendationStrategy"
15
+ },
16
+ {
17
+ "directoryName": "recordActionDeployments",
18
+ "inFolder": false,
19
+ "metaFile": false,
20
+ "suffix": "deployment",
21
+ "xmlName": "RecordActionDeployment"
22
+ },
2
23
  {
3
24
  "directoryName": "installedPackages",
4
25
  "inFolder": false,
@@ -1,4 +1,18 @@
1
1
  [
2
+ {
3
+ "directoryName": "recommendationStrategies",
4
+ "inFolder": false,
5
+ "metaFile": false,
6
+ "suffix": "recommendationStrategy",
7
+ "xmlName": "RecommendationStrategy"
8
+ },
9
+ {
10
+ "directoryName": "recordActionDeployments",
11
+ "inFolder": false,
12
+ "metaFile": false,
13
+ "suffix": "deployment",
14
+ "xmlName": "RecordActionDeployment"
15
+ },
2
16
  {
3
17
  "directoryName": "installedPackages",
4
18
  "inFolder": false,
@@ -1,4 +1,25 @@
1
1
  [
2
+ {
3
+ "directoryName": "actionPlanTemplates",
4
+ "inFolder": false,
5
+ "metaFile": false,
6
+ "suffix": "apt",
7
+ "xmlName": "ActionPlanTemplate"
8
+ },
9
+ {
10
+ "directoryName": "recommendationStrategies",
11
+ "inFolder": false,
12
+ "metaFile": false,
13
+ "suffix": "recommendationStrategy",
14
+ "xmlName": "RecommendationStrategy"
15
+ },
16
+ {
17
+ "directoryName": "recordActionDeployments",
18
+ "inFolder": false,
19
+ "metaFile": false,
20
+ "suffix": "deployment",
21
+ "xmlName": "RecordActionDeployment"
22
+ },
2
23
  {
3
24
  "directoryName": "installedPackages",
4
25
  "inFolder": false,
@@ -1,4 +1,25 @@
1
1
  [
2
+ {
3
+ "directoryName": "actionPlanTemplates",
4
+ "inFolder": false,
5
+ "metaFile": false,
6
+ "suffix": "apt",
7
+ "xmlName": "ActionPlanTemplate"
8
+ },
9
+ {
10
+ "directoryName": "recommendationStrategies",
11
+ "inFolder": false,
12
+ "metaFile": false,
13
+ "suffix": "recommendationStrategy",
14
+ "xmlName": "RecommendationStrategy"
15
+ },
16
+ {
17
+ "directoryName": "recordActionDeployments",
18
+ "inFolder": false,
19
+ "metaFile": false,
20
+ "suffix": "deployment",
21
+ "xmlName": "RecordActionDeployment"
22
+ },
2
23
  {
3
24
  "directoryName": "installedPackages",
4
25
  "inFolder": false,
@@ -1,4 +1,25 @@
1
1
  [
2
+ {
3
+ "directoryName": "actionPlanTemplates",
4
+ "inFolder": false,
5
+ "metaFile": false,
6
+ "suffix": "apt",
7
+ "xmlName": "ActionPlanTemplate"
8
+ },
9
+ {
10
+ "directoryName": "recommendationStrategies",
11
+ "inFolder": false,
12
+ "metaFile": false,
13
+ "suffix": "recommendationStrategy",
14
+ "xmlName": "RecommendationStrategy"
15
+ },
16
+ {
17
+ "directoryName": "recordActionDeployments",
18
+ "inFolder": false,
19
+ "metaFile": false,
20
+ "suffix": "deployment",
21
+ "xmlName": "RecordActionDeployment"
22
+ },
2
23
  {
3
24
  "directoryName": "installedPackages",
4
25
  "inFolder": false,
@@ -1,4 +1,25 @@
1
1
  [
2
+ {
3
+ "directoryName": "actionPlanTemplates",
4
+ "inFolder": false,
5
+ "metaFile": false,
6
+ "suffix": "apt",
7
+ "xmlName": "ActionPlanTemplate"
8
+ },
9
+ {
10
+ "directoryName": "recommendationStrategies",
11
+ "inFolder": false,
12
+ "metaFile": false,
13
+ "suffix": "recommendationStrategy",
14
+ "xmlName": "RecommendationStrategy"
15
+ },
16
+ {
17
+ "directoryName": "recordActionDeployments",
18
+ "inFolder": false,
19
+ "metaFile": false,
20
+ "suffix": "deployment",
21
+ "xmlName": "RecordActionDeployment"
22
+ },
2
23
  {
3
24
  "directoryName": "OmniInteractionConfig",
4
25
  "inFolder": false,
@@ -1,4 +1,25 @@
1
1
  [
2
+ {
3
+ "directoryName": "actionPlanTemplates",
4
+ "inFolder": false,
5
+ "metaFile": false,
6
+ "suffix": "apt",
7
+ "xmlName": "ActionPlanTemplate"
8
+ },
9
+ {
10
+ "directoryName": "recommendationStrategies",
11
+ "inFolder": false,
12
+ "metaFile": false,
13
+ "suffix": "recommendationStrategy",
14
+ "xmlName": "RecommendationStrategy"
15
+ },
16
+ {
17
+ "directoryName": "recordActionDeployments",
18
+ "inFolder": false,
19
+ "metaFile": false,
20
+ "suffix": "deployment",
21
+ "xmlName": "RecordActionDeployment"
22
+ },
2
23
  {
3
24
  "directoryName": "OmniInteractionConfig",
4
25
  "inFolder": false,
@@ -1,4 +1,25 @@
1
1
  [
2
+ {
3
+ "directoryName": "actionPlanTemplates",
4
+ "inFolder": false,
5
+ "metaFile": false,
6
+ "suffix": "apt",
7
+ "xmlName": "ActionPlanTemplate"
8
+ },
9
+ {
10
+ "directoryName": "recommendationStrategies",
11
+ "inFolder": false,
12
+ "metaFile": false,
13
+ "suffix": "recommendationStrategy",
14
+ "xmlName": "RecommendationStrategy"
15
+ },
16
+ {
17
+ "directoryName": "recordActionDeployments",
18
+ "inFolder": false,
19
+ "metaFile": false,
20
+ "suffix": "deployment",
21
+ "xmlName": "RecordActionDeployment"
22
+ },
2
23
  {
3
24
  "directoryName": "OmniInteractionConfig",
4
25
  "inFolder": false,
@@ -1,4 +1,25 @@
1
1
  [
2
+ {
3
+ "directoryName": "actionPlanTemplates",
4
+ "inFolder": false,
5
+ "metaFile": false,
6
+ "suffix": "apt",
7
+ "xmlName": "ActionPlanTemplate"
8
+ },
9
+ {
10
+ "directoryName": "recommendationStrategies",
11
+ "inFolder": false,
12
+ "metaFile": false,
13
+ "suffix": "recommendationStrategy",
14
+ "xmlName": "RecommendationStrategy"
15
+ },
16
+ {
17
+ "directoryName": "recordActionDeployments",
18
+ "inFolder": false,
19
+ "metaFile": false,
20
+ "suffix": "deployment",
21
+ "xmlName": "RecordActionDeployment"
22
+ },
2
23
  {
3
24
  "directoryName": "OmniInteractionConfig",
4
25
  "inFolder": false,
@@ -1,4 +1,25 @@
1
1
  [
2
+ {
3
+ "directoryName": "actionPlanTemplates",
4
+ "inFolder": false,
5
+ "metaFile": false,
6
+ "suffix": "apt",
7
+ "xmlName": "ActionPlanTemplate"
8
+ },
9
+ {
10
+ "directoryName": "recommendationStrategies",
11
+ "inFolder": false,
12
+ "metaFile": false,
13
+ "suffix": "recommendationStrategy",
14
+ "xmlName": "RecommendationStrategy"
15
+ },
16
+ {
17
+ "directoryName": "recordActionDeployments",
18
+ "inFolder": false,
19
+ "metaFile": false,
20
+ "suffix": "deployment",
21
+ "xmlName": "RecordActionDeployment"
22
+ },
2
23
  {
3
24
  "directoryName": "relationshipGraphDefinitions",
4
25
  "inFolder": false,
@@ -1,4 +1,25 @@
1
1
  [
2
+ {
3
+ "directoryName": "actionPlanTemplates",
4
+ "inFolder": false,
5
+ "metaFile": false,
6
+ "suffix": "apt",
7
+ "xmlName": "ActionPlanTemplate"
8
+ },
9
+ {
10
+ "directoryName": "recommendationStrategies",
11
+ "inFolder": false,
12
+ "metaFile": false,
13
+ "suffix": "recommendationStrategy",
14
+ "xmlName": "RecommendationStrategy"
15
+ },
16
+ {
17
+ "directoryName": "recordActionDeployments",
18
+ "inFolder": false,
19
+ "metaFile": false,
20
+ "suffix": "deployment",
21
+ "xmlName": "RecordActionDeployment"
22
+ },
2
23
  {
3
24
  "directoryName": "relationshipGraphDefinitions",
4
25
  "inFolder": false,