New Documentation of Petals CLI-Command Line Interface

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

Changes (7)

View Page History
All installed JBI artefacts can be listed using the command '*{{list [<artifact-pattern>]}}*':
{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
{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.
The command isplayed for each artifact:
The command displays (caution to the padding) for each artifact:
- its JBI identifier
- its current status,
- its type (SL, Component, SA, SU)