This is an automated email from the ASF dual-hosted git repository. duncangrant pushed a commit to branch ruby-3 in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
commit dae7d770cc00c47a6cc1865506183c9f851a6f08 Merge: c08d9b8 42aa827 Author: Richard Downer <[email protected]> AuthorDate: Thu Feb 25 11:48:53 2021 +0000 Merge apache-brooklyn/master as at commit 42aa8274 guide/ops/cli/cli-ref-guide.md | 10 ++++++++-- guide/ops/cli/cli-usage-guide.md | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --cc guide/ops/cli/cli-usage-guide.md index b00e6c0,4ed7757..9f45633 --- a/guide/ops/cli/cli-usage-guide.md +++ b/guide/ops/cli/cli-usage-guide.md @@@ -24,9 -13,9 +24,9 @@@ conjunction with a shell pipeline like ## Login First, login to the running Brooklyn server. This example assumes that the Brooklyn server - is running on `localhost`; change the URL and credentials as necessary. + is running on `localhost` configured to use basic authorization; change the URL and credentials as necessary. -```text +{% highlight text %} $ br login http://localhost:8081 admin Enter Password: * Connected to Brooklyn version 0.9.0-SNAPSHOT at http://localhost:8081
