Skip to content

Instantly share code, notes, and snippets.

@smx-smx
Created February 6, 2022 20:20
Show Gist options
  • Select an option

  • Save smx-smx/6d8856d27ac81899f56efdb7cbaf9003 to your computer and use it in GitHub Desktop.

Select an option

Save smx-smx/6d8856d27ac81899f56efdb7cbaf9003 to your computer and use it in GitHub Desktop.
CirrusCI log tail
#!/bin/bash
taskId="$1"
echo "{\"type\":\"logs\",\"taskId\":${taskId},\"command\":\"build\"}" \
| websocat -n "wss://api.cirrus-ci.com/ws" \
| php -R 'echo json_decode($argn)->data;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment