aftermath-bin

Crates.ioaftermath-bin
lib.rsaftermath-bin
version
sourcesrc
created_at2024-10-25 03:44:40.452683
updated_at2024-10-25 03:44:40.452683
descriptionfind-and-replace, commit, check, and push new changes to CI files for multiple projects
homepage
repository
max_upload_size
id1422054
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
wcampbell (wcampbell0x2a)

documentation

README

aftermath

Are you tired of updating your build image tags in every project manually? Enter aftermath, where you can do this with automation! aftermath will find-and-replace, commit, test, and push the changes.

Example

Replace the runs-on: with latest rust:0.1.2.

[[projects]]
url = "https://github.com/wcampbell0x2a/librarium"
name = "librarium"
replace_prefix = "runs-on:"
yaml_path = ".github/workflows/main.yml"
$ aftermath projects.toml wcampbell wcampbell1995@gmail.com rust:0.1.2 --root-dir tmp
Commit count: 0

cargo fmt