docs(cli): document --timeout option for sleakops build#197
Conversation
Documents the new --timeout flag added in cli PR #22: minutes the CLI waits with --wait (default 180, 0 disables), BUILD_TIMEOUT_MINUTES env var, and the client-side / exit-code-1 behavior. EN + ES. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Disabled knowledge base sources:
WalkthroughSe documenta el comportamiento del timeout en el comando ChangesDocumentación CLI: opciones --wait y --timeout
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutos Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Documents the new
--timeoutflag onsleakops build, added in CLI PR sleakops/cli#22. Added to the "Create a Build" section in both EN and ES.Covers:
--timeout <min>: minutes the CLI waits when using--wait. Default180,0disables the timeout (polls indefinitely).BUILD_TIMEOUT_MINUTESenv var as an alternative.1so a stuck build fails CI instead of silently passing.Notes
--docker-argstip; the timeout block was added below it.🤖 Generated with Claude Code
Summary by CodeRabbit
Notas de lanzamiento
sleakops buildcon detalles sobre las opciones--waity--timeout, incluyendo configuración del timeout en minutos (por defecto 180), comportamiento con valor 0 para espera indefinida y configuración mediante variable de entornoBUILD_TIMEOUT_MINUTES.