Petals CLI 2.3.0-SNAPSHOT

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

Changes (4)

View Page History
petals-cli@host:port> topology-list
Domain: Domain 1
* Container: Node1 (Started) (Reachable)
** information

petals-cli@host:port> topology-list -p mypassphrase
Domain: Domain 1
* Container: Node1 (Started) (Reachable)
** information including credentials
{code}
This command shows a set of Petals nodes, sorted by domain, each node having the following information:
* Container name,
* Container state (possible values are: {{Started}}, {{Reachable}}, {{Unreachable}}, {{Unknown}}),
* Host,
* Node ports,
petals-cli@host:port> topology-list -c Node1
Domain: Domain 1
* Container: Node1 (Started) (Reachable)
** information of Node1
{code}