| Crates.io | timelord-cli |
| lib.rs | timelord-cli |
| version | 3.0.1 |
| created_at | 2025-03-22 12:15:11.996348+00 |
| updated_at | 2025-03-22 13:07:11.285452+00 |
| description | A command-line interface for timelord, a Rust tool to preserve file timestamps (mtime) between CI builds |
| homepage | |
| repository | https://github.com/fasterthanlime/timelord |
| max_upload_size | |
| id | 1601761 |
| size | 21,690 |
A command-line interface for timelord, a Rust tool to preserve file timestamps (mtime) between CI builds, even with fresh git checkouts.
cargo install timelord-cli
timelord --source-dir <SOURCE_DIR> --cache-dir <CACHE_DIR>
<SOURCE_DIR>: Directory containing files to preserve timestamps for<CACHE_DIR>: Persistent directory to store the timestamp database across CI buildsFor more detailed information on how timelord works and additional configuration options, please refer to the timelord library documentation.
Licensed under either of
at your option.