Skip to content

Commit

Permalink
docs: remove outdated example
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed May 28, 2018
1 parent ba643f0 commit 0c94f72
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/content/guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ Negation is also possible for bundles and groups. `!bundle:foo` will add all nod

<br>

## bw nodes and bw groups

<pre><code class="nohighlight">$ bw nodes --hostnames | xargs -n 1 ping -c 1</code></pre>

With these commands you can quickly get a list of all nodes and groups in your [repository](../repo/layout.md). The example above uses `--hostnames` to get a list of all DNS names for your nodes and send a ping to each one.

<br>

## bw debug

$ bw debug
Expand Down

0 comments on commit 0c94f72

Please sign in to comment.