FICHA · MANJARO

retry

Repeat a command until the command succeeds.

  • cli
  • CLI
  • AUTOMATION
  • Launchable
  • Runs in terminal
official+codex · reviewed · May 29, 2026 description in en

Description

Repeats a command until it succeeds, which is useful for flaky network steps, temporary service startup, or scripts that need a simple retry loop. It helps automation wait for a condition without writing custom shell logic every time.

Retrying a command can repeat side effects such as writes, uploads, emails, or payments if the command is not idempotent. Use it only with operations that are safe to run more than once.

How to run

retry

Commands: retry

Permissions

Permissions not analysed for this source yet.