|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (13)
View Page History------------------------------------------------------------------------------
petals-cli> deploy -b /tmp
petals-cli> deploy -b /tmp
Are you sure you want to deploy all artifacts of directory '/tmp'? (Y/n)
{code}
If the argument _<artifact-file>_ of the '_deploy_' command is a local directory, all artifacts of the directory are deployed. In this case, a confirmation is expected, except if the flag '_yes_' is set on the command line. A confirmation message is displayed in the mode console, except if the flag '_yes_' is set on the command line.
If the argument _<artifact-file>_ of the '_deploy_' command is a local directory, all artifacts of the directory are deployed.
h3. Starting an Artifact
{code}
If no argument is set on command '_undeploy_', all the artifacts are undeployed. In this case a confirmation is expected, except if the '_yes_' flag is set on the command line. A confirmation message is displayed in the console mode, except is the '_yes_' flag is set on the command line.
h3. Showing installed JBI artifacts
{code}
where:
where:
* *<artifact-pattern>* is {color:#ff0000}*<artifact-pattern>*{color} {color:#ff0000}is an optional RegExp pattern to filter the content of the returned list. All the returned JBI artifacts must have a JBI identifier matching the pattern. If no pattern is defined, all the installed artifacts are returned.{color}
* *<artifact-type>* is one of the following values: SL, BC, SE, SA, SU, used to restrict the returned list.
** The version of the shared library if available, extracted from its JBI descriptor
** If the shared library was built with Maven, its Maven version extracted from Maven metadata
** If the shared library was built with Maven, its Maven version extracted from Maven metadata
** Extended information:
*** List of embedded libraries
*** List of embedded libraries
** {color:#ff0000}Extended information:{color}*** {color:#ff0000}List of embedded libraries{color}
** If the component was built with Maven, its Maven version extracted from Maven metadata
** Its state (not-loaded, loaded, installed, started, stopped, shutdown)
** Its state (not-loaded, loaded, installed, started, stopped, shutdown)
** Extended information:
*** List of embedded libraries of the boostrap classpath
*** List of embedded libraries of the boostrap classpath
** {color:#ff0000}Extended information:{color}*** {color:#ff0000}List of embedded libraries of the boostrap classpath{color}
*** {color:#ff0000}List of embedded libraries of the runtime classpath{color}
*** List of needed shared-libraries, for each shared-library:
**** Its JBI identifier
**** Its JBI identifier
*** {color:#ff0000}List of needed shared-libraries, for each shared-library:{color}**** {color:#ff0000}Its JBI identifier{color}
**** {color:#ff0000}The version of the shared library if available, extracted from its JBI descriptor{color}