You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-11Lines changed: 32 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,34 @@
3
3
4
4
This repository contains a custom .NET CLI tool designed to import configuration data into Microsoft Dataverse environments. It streamlines the migration of configuration data, supports schema validation, and offers extensibility for advanced scenarios.
5
5
6
-
## Features
6
+
## Why ❓
7
+
8
+
Configuration Migration Tool and the PowerPlatform Cli Tool (pac data import verb) seem to have it's limitations when automating in ci/cd. Also, these two only works on a windows machine. \
9
+
This new tool enables you to:
10
+
11
+
- customize/extend the tool to your needs
12
+
- use in CD pipeline easily
13
+
- runs on windows and **linux**
14
+
15
+
## ⭐Features⭐
16
+
17
+
:heavy_check_mark: Import configuration data into Dataverse \
18
+
:heavy_check_mark: Schema validation and rule-based checks \
19
+
:heavy_check_mark: Support for special characters and self-hierarchy imports \
20
+
:heavy_check_mark: Extensible for custom validation and reporting \
21
+
:heavy_check_mark: Many to Many Relationships supported \
22
+
-:heavy_check_mark: Supports schemas and data files generated from :
@@ -68,7 +89,7 @@ Contributions are welcome! To get started:
68
89
Please review open issues and the todo list below for ideas on what to contribute.
69
90
70
91
71
-
## Continuous Delivery
92
+
## 🚀Continuous Delivery🚀
72
93
73
94
This repository includes example GitHub Actions workflows for building, testing, and deploying the tool:
74
95
@@ -78,7 +99,7 @@ This repository includes example GitHub Actions workflows for building, testing,
78
99
You can use these workflows as a starting point for your own CI/CD automation. See the workflow files for details on environment variables, secrets, and deployment steps.
79
100
80
101
81
-
### Generating Schema and Data Files
102
+
### </> Generating Schema and Data Files </>
82
103
83
104
To use the `import` command, you need a schema file and a data file. These can be generated from your Dataverse environment using the official Configuration Migration tool. For detailed instructions, refer to the Microsoft documentation:
0 commit comments