https://github.com/devkeydet/samplecreatorkitpackage
https://github.com/devkeydet/samplecreatorkitpackage
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devkeydet/samplecreatorkitpackage
- Owner: devkeydet
- License: mit
- Created: 2022-09-02T10:27:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T12:02:18.000Z (over 3 years ago)
- Last Synced: 2025-03-04T12:46:22.618Z (about 1 year ago)
- Language: CSS
- Size: 36.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample Creator Kit Package Deployer Package
> [!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](https://github.com/microsoft/powercat-creator-kit/releases).
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
## Installation
1. If you don't already have the Power Apps CLI installed, install it from [https://aka.ms/PowerAppsCLI](https://aka.ms/PowerAppsCLI) or
```
winget install Microsoft.PowerAppsCLI
```
1. Download the zip file from the release page
1. 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
```
1. Run the following command deploy the creator kit
```
pac package deploy --package SampleCreatorKitPackage.zip
```