cchain-0.1.1 is not a library.
Visit the last successful build:
cchain-0.3.42
cchain
Overview
cchain is a command line tool designed to execute a series of commands based on a configuration file. It supports retrying commands if they fail, with a specified number of attempts.
Features
- Execute commands with specified arguments.
- Retry commands on failure with configurable retry limits.
- Simple configuration using JSON files.
- Logging of command execution and retries.
Installation
To install cchain, clone the repository and build it using Cargo:
Usage
Create a JSON configuration file with the commands you want to execute. Example configuration:
Run cchain with the path to your configuration file:
License
This project is licensed under the MIT License.