40 stable releases

new 5.0.8 Jun 8, 2024
5.0.6 May 10, 2024
5.0.3 Apr 29, 2024
5.0.0 Mar 30, 2024
3.7.21 Jan 19, 2024

#410 in #management

Download history 149/week @ 2024-02-10 573/week @ 2024-02-17 411/week @ 2024-02-24 414/week @ 2024-03-02 153/week @ 2024-03-09 370/week @ 2024-03-16 182/week @ 2024-03-23 345/week @ 2024-03-30 188/week @ 2024-04-06 2/week @ 2024-04-13 215/week @ 2024-04-27 425/week @ 2024-05-04 37/week @ 2024-05-11 20/week @ 2024-05-18 2/week @ 2024-05-25

491 downloads per month
Used in miho

MIT license

7KB
67 lines

Miho

Easily bump your packages version and update your dependencies.

cargo install miho

CLI

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.
--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

Dependencies

~315–770KB
~19K SLoC