|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (7)
View Page HistoryAll installed JBI artefacts can be listed using the command '*{{list [<artifact-pattern>]}}*':
{code}
{code}
> ./petals-cli.sh -c list "petals-bc-*"
petals-bc-soap Started Component
petals-bc-soap-provide Started Service-Assembly
soap-consume-provide Started Service-Assembly
su-SOAP-EchoService-consume Started Service-Unit
su-SOAP-EchoService-provide Started Service-Unit
su-SOAP-EchoService-consume Started Service-Unit
su-SOAP-EchoService-provide Started Service-Unit
{code}
where {{<artifact-pattern>}} is an optional RegExp pattern to filter the content of the returned list. All JBI artifact returned must have a JBI identifier matching the pattern. If not pattern is defined, all installed artifacts are returned.
where {{<artifact-pattern>}} is an optional RegExp pattern to filter the content of the returned list. All JBI artifact returned must have a JBI identifier matching the pattern. If not pattern is defined, all installed artifacts are returned.
The command isplayed for each artifact:
The command displays (caution to the padding) for each artifact:
- its JBI identifier
- its current status,
- its current status,
- its type (SL, Component, SA, SU)