Petals CLI

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
{tip}Auto-completion is available on artifacts identifiers and artifact file names.{tip}

If the artifact to deploy is a component and its component installer is already loaded (the component is not installed), then the command '{{deploy}}' will:
* configure the component if the installation configure MBean is available,
* install the component
* start the component
If the artifact to deploy is a component and its component installer is already loaded (the component is not installed), then the command '{{deploy}}' will unload the component installer, reload a new one and continue the lifecycle (configuration, installation and start).

h3. Deployment of an Artifact located in a Maven repository
* *<configuration-properties>* is a list of '_<property-name>=<property-value>_', separated by a white character, where _<property-name>_ is the name of the property to configure with _<property-value>_. This argument is used only if the artifact is a component. It has no sense for other artifacts. This argument is exclusive with *<configuration-file>*.

Same remarks about lifecycle of the deployment from an URL are applicable for the deployment from a Maven artifact.

h3. Bulk Deployment and Start