Warning
This is a proof of concept. Do not use this for your own deployment of the creator kit. It is not maintained with current releases of the kit. Current releases are available at https://github.com/microsoft/powercat-creator-kit.
Example of how we might automate Creator Kit Deployment to make it easier to install. This is the tech App Source uses to enable one to perform environment configurration changes before solution import, deploy multiple solutions, deploy data after solution import, etc.
The sample does the following:
- Enables PCF for canvas in the target environment
- Imports the three solutions into the target environment in the correct order
-
If you don't already have the Power Apps CLI installed, install it from https://aka.ms/PowerAppsCLI or
winget install Microsoft.PowerAppsCLI -
Download the zip file from the release page
-
Make sure you have a pac authentication proflie setup for your environment.
# use the following pac commands to list, select, or create a profile pac auth list pac auth select pac auth create -
Run the following command deploy the creator kit
pac package deploy --package SampleCreatorKitPackage.zip