Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/25#discussion_r55650931
--- Diff: guide/ops/cli/index.md ---
@@ -6,7 +6,25 @@ children:
- cli-usage-guide.md
---
-{% include list-children.html %}
-**NOTE:** These documents are for using the Brooklyn Client CLI to access
a running Brooklyn Server. For
+**NOTE:** These documents are for using the Brooklyn Client CLI tool to
access a running Brooklyn Server. For
information on starting on a Brooklyn Server, refer to [Server CLI
Reference](../server-cli-reference.html).
+
+## Obtaining the CLI tool
+
+The CLI tool, `br`, is included in the Apache Brooklyn distribution, in
bin/brooklyn-client-cli-0.9.0-SNAPSHOT.
+The tool is an executable binary (written in Go), and is distributed in a
number of builds for a variety of platforms
+and architectures, each build in its own subdirectory:
+
+ darwin.386 freebsd.386 linux.386 netbsd.386 openbsd.386
windows.386
+ darwin.amd64 freebsd.amd64 linux.amd64 netbsd.amd64 openbsd.amd64
windows.amd64
--- End diff --
would it be (a) easy and (b) sensible just to do:
* darwin.amd64 (Mac)
* linux.{386,amd64}
* windows.{386,amd64}
i don't think we've ever discussed tested or had a request for the others.
might improve build time by 1m+ ?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---