Skip to main content

package

Package a project with configured environments.

archibald package|p [options]

Options

OptionInteractiveDescription
-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:
  • development
  • production
-b, --build [build]✔️Build before packaging. Default: true.
-z, --zip [zip]✔️Zip after packaging. Default: true.
-pl, --parallelBuild 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, --hashProvide a hash to build with. That will be bunled and the artifact identifies itself with that hash.
-c, --clientBuild only client.
-s, --serverBuild only server.
-q, --quietDon't use interactive cli and run the command with default options.
-h, --helpShow help commands.