GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-client/pull/43
Server details in version Merge after #42 Adds server URL to 'version' output, e.g. ``` br version version: 0.11.0-SNAPSHOT server: http://localhost:8081 ``` or ``` br --json '$' version {"version":"0.11.0-SNAPSHOT","server":"http://localhost:8081"} ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/geomacy/brooklyn-client server-details-in-version Alternatively you can review and apply these changes as the patch at: https://github.com/apache/brooklyn-client/pull/43.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #43 ---- commit 5df9e065b6522c418ad961025931c1cc000b0caf Author: Geoff Macartney <geoff.macart...@cloudsoftcorp.com> Date: 2017-04-04T13:08:18Z Improve login handling. See https://issues.apache.org/jira/browse/BROOKLYN-463. Prompt for user name if not supplied. Check for 401 Unauthorized and give tidier output. commit 07e1dc0d3bfc5dda2738403b1d5d7811ad181777 Author: Geoff Macartney <geoff.macart...@cloudsoftcorp.com> Date: 2017-04-04T14:06:06Z Add server URL to 'version' output ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---