depolier
Upload the current project to a registry using depolier. This command uses config defined in Archibald config under project/depolier property.
archibald depolier|dep|dpl|depl [options]
The command is built into @archibald/cli — there is nothing to install. It packages the
current project and uploads the resulting artifact — with generated Maven metadata, POM and
checksums — to a NETCONOMY Nexus (Maven) registry. It reads project.depolier (active,
groupId, artifactId, url) from archibald.json, and refuses to run when
depolier.active is false.
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 uploading. Default: true. |
-z, --zip [zip] | ✔️ | Zip before uploading. Default: true. |
-v, --version [version] | ✔️ | Specify version to upload with. Default: `develop-SNAPSHOT`` |
-u, --username [username] | ✔️ | Specify user name to upload with. |
-pwd, --password [password | ✔️ | Specify user password to upload with. |
-env, --environment [environment] | Specify environment to use. Environments are configured in Archibald config under project/environments property.. | |
-hs, --hash [hash] | Specify a hash to upload with. | |
-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. |