GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-docs/pull/259
Use generate-password.sh script
In brooklyn classic, one could run `brooklyn generate-password --user ...`.
However, that is not possible in brooklyn karaf.
This updates the docs to tell people to use `generate-password.sh`, which
we'll need from 1.0.0 (as we'll delete the brooklyn classic distro entirely).
Please first review/merge https://github.com/apache/brooklyn-dist/pull/122
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-docs
generate-password-script
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-docs/pull/259.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 #259
----
commit 96265e5a8fd1dc2cb036bd9c3c5c3b7171293926
Author: Aled Sage <aled.sage@...>
Date: 2018-06-20T14:50:32Z
Use generate-password.sh script
----
---