Re-run a kash command on recoverable failures (rate limits, transient errors).Documentation Index
Fetch the complete documentation index at: https://docs.kash.bot/llms.txt
Use this file to discover all available pages before exploring further.
Generated fromkash docs --json. Runkash with-retry --helpfor full usage and examples.
Usage
command(variadic) — kash command + args; pass after--to disambiguate
Options
| Flag | Description |
|---|---|
--max-attempts <n> | maximum total attempts including the first (default 5) |
--initial-delay-ms <n> | starting backoff when the envelope has no retryAfterMs (default 1000) |
--max-delay-ms <n> | cap on the per-attempt wait (default 30000) |
--retry-without-json | retry even when the inner command did not emit —json (no envelope to discriminate terminal from transient — opt in if you trust the inner command failed transiently) |