Skip to content

Commit

Permalink
Update Buildbox API example again
Browse files Browse the repository at this point in the history
  • Loading branch information
toolmantim committed Jul 29, 2014
1 parent 675793c commit f2d9d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ rspec --color --tty | terminal --preview

### With the Buildbox API

You can curl a job's log directly into terminal using job log URL from the [Builds API](https://buildbox.io/docs/api/builds), and adding `.txt` and your API key:
You can use the `job_url` returned by the [Builds API](https://buildbox.io/docs/api/builds) to pipe a job's log directly into terminal, for example:

```bash
JOB_LOG_URL="https://api.buildbox.io/v1/accounts/[account]/projects/[project]/builds/[build]/jobs/[job]/log.txt?api_key=[api-key]"
Expand Down

0 comments on commit f2d9d57

Please sign in to comment.