Skip to content

pacx plugin push

github-actions[bot] edited this page Sep 28, 2025 · 1 revision

Push plugins packages or plugin assemblies into a Dataverse instance.

Usage

This command can be used to register or update plugin packages or plugin assemblies into Dataverse. You must use the --path option to specify the file (*.nupkg or *.dll) to upload.

HINT: prefer the usage of plugin packages (.nupkg) if available. If not available, fallback to plugin assemblies (.dll).

PLEASE NOTE: If you register a plugin assembly (*.dll), CodeActivities won't be registered. CodeActivities are used in legacy workflows and should not be used anymore. If you need to use them, we suggest to use PluginRegistrationTool (pac tool prt) to register the assembly.

Arguments

Long Name Short Name Required? Description Default value Valid values
path p Y Path to the plugin package (.nupkg) or plugin assembly (.dll) to push. - String
solution s N The name of the solution where package/assembly must be added (in case of creation). If not provided, the default solution will be used. - String

Command list

Clone this wiki locally