All Content
Timespan
Dataverse Projects PlugIn with SPKL from PAC
Image Source: Shutterstock.com
Feb 26, 2023 10:47 PM

Dataverse Projects PlugIn with SPKL from PAC

External Blog Post

When we are generating a plugin project using Power Platform CLI

When we are generating a plugin project using Power Platform CLI > “pac plugininit” command, the csproj that is being generated it’s different from the onethat SparkleXrm by Scott Durrow has (the plugin project generated using “pacplugin init” I believe using minimal csproj file). That is why when we are installing spkl.

Open full article

https://temmyraharjo.wordpress.com/2023/02/26/dataverse-setup-spkl-from-pac-plugin-init-project/

What is SPKL (Solution Packager Command Line Interface

SPKL (Solution Packager Command Line Interface) is an open-source tool used for packaging and deploying customizations for Microsoft Dynamics 365 and Power Platform solutions. It is a command-line tool that enables developers and solution architects to manage solutions, automate solution packaging and deployment tasks, and integrate with source control systems.

SPKL provides several benefits, including the ability to package multiple solutions into a single package, automate deployment tasks, and support version control. It also provides support for managing solution components, such as workflows, plugins, and web resources, as well as for managing solution dependencies.

Overall, SPKL is a powerful tool that helps developers streamline solution packaging and deployment tasks for Dynamics 365 and Power Platform solutions.

Sep 12, 2021 — In this post you will learn how to setup spkl to be able to deploy multiple plugin assemblies with one command.

Oct 1, 2022 — Dataverse: Simple advice on how to design your plug-in ... Currently, we have option to store data in Application Insight instead of using Plugin ...

3 days ago — Use Power Platform CLI to create a basic (Visual Studio compatible) plug-in project with template plug-in code using a single pac plugin ...