Petals ESB CLI 2.1.0

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

Changes (5)

View Page History
h1. Introduction

Petals ESB CLI is a command line client to administrate a set of Petals nodes.
Petals ESB CLI has 4 interaction modes:
* *Interactive Mode:* [in this mode|#Interactive console], the user types in commands directly in the shell.
* *Scripting Mode:* [in this mode|#Execution of a Petals script file], Petals CLI executes a script file that contains Petals CLI commands.
* *Redirection Mode:* [in this mode|#Execution of an inlined Petals script], Petals CLI takes the commands to execute from the standard input.

To work, Petals ESB CLI needs to establish a connection with a Petals node.
The connection is a JMX connection (see the credentials defined in the _topology.xml_ file of Petals).

{warning}
Petals ESB CLI *1.0.0* works with Petals *4.0*, but may also work with Petals 3 versions.
Petals ESB CLI *2.0.0* and *2.1.0* work with Petals *4.1* and higher, but may also work with Petals 3 versions.
{warning}