You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by geomacy <gi...@git.apache.org> on 2016/04/04 18:21:37 UTC

[GitHub] brooklyn-docs pull request: Cli doc updates

Github user geomacy commented on a diff in the pull request:

    https://github.com/apache/brooklyn-docs/pull/25#discussion_r58403651
  
    --- 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 --
    
    Noting here for the sake of completeness, that @murdoaird points out the Windows build works - you just have to rename the binary as br.exe and define the HOME environment variable.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---