pac plugin

Commands for working with Dataverse plug-in class library

Commands

Command Description
pac plugin init Initializes a directory with a new Dataverse plug-in class library.
pac plugin push Import plug-in into Dataverse.

pac plugin init

Initializes a directory with a new Dataverse plug-in class library.

Optional Parameters

--author -a

Author(s) of the Dataverse Plug-in Package.

--outputDirectory -o

Output directory

--signing-key-file-path -sk

Relative path to the Dataverse plug-in assembly originator key file for signing.

--skip-signing -ss

Skip plug-in assembly signing which gives plug-in assembly strong name. Default value is 'false'

This parameter requires no value. It is a switch.

pac plugin push

Import plug-in into Dataverse.

Required Parameters

--pluginId -id

Id of plug-in assembly or plug-in package

Optional Parameters

--configuration -c

Build configuration. Default: Debug

--pluginFile -pf

File name of plug-in assembly or plug-in package

--type -t

Type of item if not specified explicitly through --pluginFile. Default: Nuget

Use one of these values:

  • Nuget
  • Assembly

See also

Microsoft Power Platform CLI Command Groups
Microsoft Power Platform CLI overview