Crates.io | miho |
lib.rs | miho |
version | |
source | src |
created_at | 2023-12-27 19:42:43.58885 |
updated_at | 2024-10-23 13:09:46.930655 |
description | Repository management tools |
homepage | https://github.com/ferreira-tb/miho |
repository | https://github.com/ferreira-tb/miho |
max_upload_size | |
id | 1081835 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | 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` |
size | 0 |
Easily bump your packages and update your dependencies.
rustup toolchain install nightly
cargo install miho
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 . |
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. |