A minimalist CLI REST client that calls APIs, waits for conditions, and retries intelligently.
resto
is a tool that allows you to make HTTP calls with retry capability.
While it can be used for general retry scenarios, it’s especially useful when you need to ensure that a REST API returning JSON objects has marked those objects with a desired condition or status.
resto
lets you retry requests until a specified jq condition evaluates to true.
This feature is particularly handy when working with objects managed by Kubernetes APIs, for example, but it’s broadly applicable to any REST API that accepts an operation and then updates the resource’s status accordingly.
Makes scripting and automation of REST API calls simpler and more reliable in CI/CD pipelines and development workflows.
resto [FLAGS] URL
For complete help including all flags, supported environment variables, and usage examples, type:
resto --help
All tools are completely free to use, with every feature fully unlocked and accessible.
If you find one or more of these tool helpful, please consider supporting its development with a donation.
Your contribution, no matter the amount, helps cover the time and effort dedicated to creating and maintaining these tools, ensuring they remain free and receive continuous improvements.
Every bit of support makes a meaningful difference and allows me to focus on building more tools that solve real-world challenges.
Thank you for your generosity and for being part of this journey!
Download the latest binaries from the releases page:
» macOS » Homebrew
brew tap lucasepe/cli-tools
brew install resto