epi deployment get-package-properties command
Retrieves the properties of the specified deployment package.
Usage
epi deployment get-package-properties --project <PROJECT> --name <NAME>
Examples
Get the properties of a deployment package:
epi deployment get-package-properties \
-p my-project \
-n my-project.cms.app.1.0.0.nupkg
Options
-p, –project <PROJECT>
The project name.
-n, –name <NAME>
The name of the deployment package.
-h, –help
Print help.
Remarks
If the package already exist, the CLI returns the package properties in JSON format. Below is an example of the output:
{
"packageName": "my-project.cms.app.1.0.0.nupkg",
"createdOn": "2025-07-10T07:47:04.0000000+00:00",
"contentHash": "DC9FE3AA5776C4D5503A198BA587557F"
}