Using the console mode of Petals CLI, after connecting, the prompt displays always the IP address of the Petals ESB node. Please use the hostname that is more user-friendly.
petals-cli>connect -h localhost -n 7700 -u petals -p petals
Connected on localhost:7700 with 'petals'
petals-cli@localhost:7700>exit
instead of:
petals-cli>connect -h localhost -n 7700 -u petals -p petals
Connected on localhost:7700 with 'petals'
petals-cli@127.0.0.1:7700>exit
Using the console mode of Petals CLI, after connecting, the prompt displays always the IP address of the Petals ESB node. Please use the hostname that is more user-friendly.
petals-cli>connect -h localhost -n 7700 -u petals -p petals
Connected on localhost:7700 with 'petals'
petals-cli@localhost:7700>exit
instead of:
petals-cli>connect -h localhost -n 7700 -u petals -p petals
Connected on localhost:7700 with 'petals'
petals-cli@127.0.0.1:7700>exit
Fixed in trunk