package
Package a project with configured environments.
archibald package|p [options]
Options
| Option | Interactive | Description |
|---|---|---|
-t, --tenant [tenant | ✔️ | Specify tenant to use. Tenants are configured in Archibald config under project/tenants property. |
-p, --platform [platform] | ✔️ | Specify platform to use. Platforms are configured in Archibald config under project/platforms property. |
-po, --platformOverride [platform] | Specify override platform to use. Platforms are configured in Archibald config under project/platforms property. | |
-m, --mode [mode] | ✔️ | Specify compile mode to use. Possible values:
|
-b, --build [build] | ✔️ | Build before packaging. Default: true. |
-z, --zip [zip] | ✔️ | Zip after packaging. Default: true. |
-pl, --parallel | Build in parallel structure. | |
-e, --environment [environment] | ✔️ | Specify environment to use. When provided only that Env is built. Environments are configured in Archibald config under project/environments property. |
-v, --version | ✔️ | Provide a version to build with. That will be bunled and the artifact identifies itself with that version. Default: develop-SNAPSHOT |
-hs, --hash | Provide a hash to build with. That will be bunled and the artifact identifies itself with that hash. | |
-c, --client | Build only client. | |
-s, --server | Build only server. | |
-q, --quiet | Don't use interactive cli and run the command with default options. | |
-h, --help | Show help commands. |