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: Guide-XrmToolBox.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ This tool was created to support more data types that the official tool does.
14
14
🔜 ~~Configuration Data Exportation~~$${\color{red}This \space is \space no \space longer \space planned.}$$
15
15
16
16
> [!IMPORTANT]
17
-
> - Data import/export features will only be available through the cli tool. \
18
-
> - Since the cli tool is made with .Net Core and XTB Plugins is in .Net Framework, It's really hard to keep a sharable codebase and retricts the usage of some modern libraries. \
17
+
> - Data import/export features will only be available through the cli tool.
18
+
> - Since the cli tool is made with .Net Core and XTB Plugins is in .Net Framework, It's really hard to keep a sharable codebase and retricts the usage of some modern libraries.
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ This repository contains a custom .NET CLI tool designed to export and import co
5
5
### Download latest release
6
6
Get latest version of the tool built on this [release](https://github.com/dotnetprog/dataverse-configuration-migration-tool/releases/latest)
7
7
> [!NOTE]
8
-
> - Interactive Login is now available with the CLI tool. The use of service principal is no more mandatory but still recommanded for automation scenarios. \
9
-
> - To automate the use of the tool, let's say within a pipeline (e.g Github Action,Azure Devops Pipeline),`appsettings.Production.json` will need to be setup manually with your azure service principal credentials. \
8
+
> - Interactive Login is now available with the CLI tool. The use of service principal is no more mandatory but still recommanded for automation scenarios.
9
+
> - To automate the use of the tool, let's say within a pipeline (e.g Github Action,Azure Devops Pipeline),`appsettings.Production.json` will need to be setup manually with your azure service principal credentials.
10
10
> -[Quick Guide](https://recursion.no/blogs/dataverse-setup-service-principal-access-for-environment/) to create an azure service principal
11
11
## Why ❓
12
12
@@ -43,8 +43,8 @@ This new tool enables you to:
43
43
44
44
45
45
> [!IMPORTANT]
46
-
> Data import/export features for XrmToolBox is no longer planned. \
47
-
> Since the cli tool is made with .Net Core and XTB Plugins is in .Net Framework, It's really hard to keep a sharable codebase and retricts the usage of some modern libraries.
46
+
> -Data import/export features for XrmToolBox is no longer planned.
47
+
> -Since the cli tool is made with .Net Core and XTB Plugins is in .Net Framework, It's really hard to keep a sharable codebase and retricts the usage of some modern libraries.
> - To use service principal credentials, the interactive login flag `--il` or `-il` must be omitted. \
135
-
> - If you use the executable directly, you must edit the `appsettings.Production.json` file with your service principal credentials \
136
-
> - If you use `dotnet run`, you can set the secrets using `dotnet user-secrets` as shown above or edit the `appsettings.Development.json` file. \
137
-
> - you can also set environment variables `Dataverse__ClientId`, `Dataverse__ClientSecret` and `Dataverse__Url` to override the settings in the json files. \
134
+
> - To use service principal credentials, the interactive login flag `--il` or `-il` must be omitted.
135
+
> - If you use the executable directly, you must edit the `appsettings.Production.json` file with your service principal credentials
136
+
> - If you use `dotnet run`, you can set the secrets using `dotnet user-secrets` as shown above or edit the `appsettings.Development.json` file.
137
+
> - you can also set environment variables `Dataverse__ClientId`, `Dataverse__ClientSecret` and `Dataverse__Url` to override the settings in the json files.
138
138
> - you can also use these commandline arguments `--Dataverse:ClientId`, `--Dataverse:ClientSecret` and `--Dataverse:Url` to override the settings in the json files.
0 commit comments