Package
Command to work with solution packages.
Parameters
| Property Name | Description | Example |
|---|---|---|
| add-reference | Sets the reference path to the solution project folder by passing the path parameter. |
pac package add-reference --path c:\Users\Downloads\SampleSolution |
| init | Initializes a new package project. It has the following parameter:
|
pac package init --outputdirectory c:\samplepackage |
| deploy | Deploys the package .dll or the .zip file with a package. It has the following parameters:
logFile and logConsole parameters together, or use one parameter or the other. |
pac package deploy --logFile c:\samplelogdata --package c:\samplepackage |
| show | Shows the content of a package .dll or a .zip file with a package. It has the following parameter:
|
pac package show c:\samplepackage.dll |