miho

Crates.iomiho
lib.rsmiho
version5.1.0
sourcesrc
created_at2023-12-27 19:42:43.58885
updated_at2024-07-05 22:30:52.708039
descriptionRepository management tools
homepagehttps://github.com/ferreira-tb/miho
repositoryhttps://github.com/ferreira-tb/miho
max_upload_size
id1081835
size130,430
Andrew Ferreira (ferreira-tb)

documentation

README

Miho

Easily bump your packages and update your dependencies.

cargo install miho

Commands

Bump

miho bump [OPTIONS] [RELEASE]
Options Alias Description
--add -a Include untracked files with git add <PATHSPEC>.
--build none Build metadata.
--commit-message -m Message of the commit.
--no-ask -k Do not ask for consent before bumping.
--no-commit -t Do not commit the modified files.
--no-push none Do not push the commit.
--no-verify -n Bypass pre-commit and commit-msg hooks.
--package -P Packages to bump.
--path -p Where to search for packages.
--pre none Prerelease identifier, e.g. 1.0.0-beta.1.

Update

miho update [OPTIONS] [RELEASE]
Options Alias Description
--add -a Include untracked files with git add <PATHSPEC>.
--commit-message -m Message of the commit.
--dependency -D Dependencies to update.
--global -g Update global dependencies.
--no-ask -k Do not ask for consent before updating.
--no-commit -t Do not commit the modified files.
--no-push none Do not push the commit.
--no-verify -n Bypass pre-commit and commit-msg hooks.
--package -P Packages to update.
--path -p Where to search for packages.
--peer none Whether to only update peer dependencies.

License

MIT

Commit count: 598

cargo fmt