Agent Instructions
Wait for completion, without logs:
curl --netrc -N https://nix-ci.com/cb:mtlynch:go-app-starter/dont-push-template-prompts/452691021c644e5f294e185ec718c113b1d265d9/faa75086-4665-4cf3-adf4-5922e2b423cd/wait
Latest logs, with timestamps (streams while running):
curl --netrc -N https://nix-ci.com/cb:mtlynch:go-app-starter/dont-push-template-prompts/452691021c644e5f294e185ec718c113b1d265d9/faa75086-4665-4cf3-adf4-5922e2b423cd/tail
All logs, with timestamps (available after completion):
curl --netrc https://nix-ci.com/cb:mtlynch:go-app-starter/dont-push-template-prompts/452691021c644e5f294e185ec718c113b1d265d9/faa75086-4665-4cf3-adf4-5922e2b423cd/logs
Raw logs, from the start (no timestamps):
curl --netrc -N https://nix-ci.com/cb:mtlynch:go-app-starter/dont-push-template-prompts/452691021c644e5f294e185ec718c113b1d265d9/faa75086-4665-4cf3-adf4-5922e2b423cd/raw-logs
Content types available for
/logs
and
/tail
(use
Accept
header):
text/plain
— human-readable annotated texttext/csv
— CSV with header rowapplication/x-ndjson
— newline-delimited JSON (one object per line)text/html
— HTML viewExample:
curl --netrc -H "Accept: text/csv" https://nix-ci.com/cb:mtlynch:go-app-starter/dont-push-template-prompts/452691021c644e5f294e185ec718c113b1d265d9/faa75086-4665-4cf3-adf4-5922e2b423cd/logs
Reproduce locally: https://nix-ci.com/cb:mtlynch:go-app-starter/dont-push-template-prompts/452691021c644e5f294e185ec718c113b1d265d9/faa75086-4665-4cf3-adf4-5922e2b423cd/repro
This page is also available in machine-friendly formats. Request one
with the
Accept
header:
curl --netrc -H 'Accept: application/json' https://nix-ci.com/cb:mtlynch:go-app-starter/dont-push-template-prompts/452691021c644e5f294e185ec718c113b1d265d9/faa75086-4665-4cf3-adf4-5922e2b423cd
curl --netrc -H 'Accept: text/markdown' https://nix-ci.com/cb:mtlynch:go-app-starter/dont-push-template-prompts/452691021c644e5f294e185ec718c113b1d265d9/faa75086-4665-4cf3-adf4-5922e2b423cd
For more instructions, fetch https://nix-ci.com/instructions .