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 (4)

View Page History
An artifact can be started by using the '_start-artifact_' command:
{code}
> ./petals-cli.sh -c start-artifact [ -u <artifact-file> | -a [<artifact-type> <artifact-id>] <artifact-id> [<artifact-type>] ]
{code}
where:
An artifact can be stopped by using the command '_stop\-_{_}artifact_':
{code}
> ./petals-cli.sh -c stop-artifact [ -u <artifact-file> | -a [<artifact-type> <artifact-id>] <artifact-id> [<artifact-type>] ]
{code}
where:
Petals CLI is able to stop and uninstall/undeploy a JBI artifact without distinction between shared-library, component and service assembly using the following command:
{code}
undeploy [ -u <artifact-file> | -a [<artifact-type> <artifact-id>] <artifact-id> [<artifact-type>] ]
{code}
where:
Information about a JBI artifact can be got with the '_show_' command:
{code}
> ./petals-cli.sh -c show [-e] [ -u <artifact-file> | -a [<artifact-type> <artifact-id>] <artifact-id> [<artifact-type>] ]
{code}
where: