Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 8b9dd05

Browse files
snarkmasterfacebook-github-bot
authored andcommitted
Update OSS README
Reviewed By: nilesr Differential Revision: D23854359 fbshipit-source-id: 74c30c9e0162a7c21a234b7f1039e379bc7ada7a
1 parent b6219d3 commit 8b9dd05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ work with the community.
3434

3535
Although Bistro has been in production at Facebook for over 3 years, the
3636
present public release is partial, including just the server components.
37-
The CLI tools and web UI will be shipping shortly.
3837

3938
## Install the dependencies and build
4039

@@ -127,8 +126,8 @@ curl -d '{"a":{"handler":"jobs"},"b":{"handler":"running_tasks"}}' :::6790
127126
curl -d '{"my subquery":{"handler":"task_logs","log_type":"stdout"}}' :::6790
128127
```
129128

130-
**Pro-tip:** If you have `perl` installed, try piping the JSON output
131-
through `json_pp` --- it's much easier to read!
129+
**Pro-tip:** For ease of reading, pipe the output through either `jq` or
130+
`json_pp` (from a Perl package). For longer outputs, try `| jq -C . | less -R`.
132131

133132
You should also take a look at the scheduler configuration to see how its
134133
jobs, nodes, and resources were specified.

0 commit comments

Comments
 (0)