72 stable releases

new 5.5.1 Nov 13, 2024
5.4.0 Sep 27, 2024
5.2.0 Jul 30, 2024
5.0.0 Mar 30, 2024
3.3.3 Dec 31, 2023

#90 in Development tools

Download history 453/week @ 2024-07-26 198/week @ 2024-08-02 2/week @ 2024-08-09 140/week @ 2024-09-06 83/week @ 2024-09-13 29/week @ 2024-09-20 241/week @ 2024-09-27 46/week @ 2024-10-04 8/week @ 2024-10-11 376/week @ 2024-10-18 50/week @ 2024-10-25 10/week @ 2024-11-01 95/week @ 2024-11-08

532 downloads per month

MIT license

68KB
2K SLoC

Miho

Easily bump your packages and update your dependencies.

rustup toolchain install nightly
cargo 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.
--skip-dependency -S Skip updating dependencies.

License

MIT

Dependencies

~23–43MB
~628K SLoC