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

View Page History
Conected on localhost:7700 with 'petals'
{code}
- In mode 'command line', connexion parameter are mandatory
- In mode 'command line', if no argument or option is set, a connexion is established on localhost:7700 with credentials 'petals/petals'
{code}
> ./petals-cli.sh -h <host> -n <port> -u <user> -p <password> -c <command>
> ./petals-cli.sh -c stop
{code}
{tip}It's needed to stop easily a local container{tip}
- In mode 'script', the connexion is establish on command 'open' to localhost:7700 with credentials 'petals/petals'
{code}