Pack command
Creates a DPM package (.dpkg ) from a .dspec.yaml file.
Usage
dpm pack <.dspec.yaml file> [options]
Options
Option |
Description |
|---|---|
excludeEmptyDirectories (-e) |
Prevent inclusion of empty directories when building the package. |
outputfolder (-o) |
Directory in which the created |
basepath (-b) |
Base path of the files referenced by the |
minclientversion (-mc) |
Set the |
variables (-p) |
Semicolon-delimited list of |
version |
Override the version number from the |
configFile |
The DPM configuration file to apply. If not specified, |
verbosity (-v) |
Output verbosity: quiet , normal , detailed . |
help (-h) |
Displays help information for the command. |
Examples
dpm pack foo.dspec.yaml
dpm pack foo.dspec.yaml -variables=Configuration=Release
dpm pack foo.dspec.yaml -version=2.1.0
dpm pack VSoft.CommandLine.dspec.yaml -version=1.0.1 -outputFolder=.\output