Solution Command Group
The commands within the Command Group solution are of special importance when it comes to ALM. This is mainly because, as we have learned in the previous chapter, solutions are the pillar of the ALM process within Power Platform. Therefore, it is important to understand how they can be handled.
We will take a deeper look at the following commands within this group:
export
import
unpack
pack
upgrade
create-settings
export
As the name suggests, this command is used to export a Dataverse solution from a target environment.
This command has one required parameter: --name
/-n
. We’ll cover an example of this command at the end of this section.
--name/-n
Let’s consider the name or schema name of the solution in question. This can be found in the second column of the solution list in the Maker portal. This can be accessed by selecting Solutions from the left-hand menu.
Figure 5...