80 stable releases

new 6.0.0 Jan 9, 2025
5.5.8 Jan 2, 2025
5.5.7 Dec 16, 2024
5.5.3 Nov 26, 2024
3.3.3 Dec 31, 2023

#86 in Development tools

Download history 117/week @ 2024-09-22 172/week @ 2024-09-29 20/week @ 2024-10-06 5/week @ 2024-10-13 409/week @ 2024-10-20 20/week @ 2024-10-27 9/week @ 2024-11-03 111/week @ 2024-11-10 167/week @ 2024-11-17 144/week @ 2024-11-24 254/week @ 2024-12-01 192/week @ 2024-12-08 170/week @ 2024-12-15 5/week @ 2024-12-22 129/week @ 2024-12-29 129/week @ 2025-01-05

460 downloads per month

MIT license

71KB
2K SLoC

Miho

Easily bump your packages and update your dependencies.

rustup toolchain install nightly
cargo +nightly install miho

Commands

Bump

miho bump [OPTIONS] [RELEASE]
Options Alias Description
--add -a Include untracked files with git add <PATHSPEC>.
--agent -A Only bump packages with the specified agents.
--build none Build metadata.
--commit-message -m Message of the commit.
--dry-run -d Show what would be bumped.
--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>.
--agent -A Only update packages with the specified agents.
--commit-message -m Message of the commit.
--dependency -D Dependencies to update.
--dry-run -d Show what would be updated.
--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.
--select-all -s Select all dependencies.
--skip-dependency -S Skip updating dependencies.

License

MIT

Dependencies

~24–40MB
~633K SLoC