miho 8.2.1

Repository management tools
# Miho

```sh
cargo +nightly install miho
```

## Commands

### Bump

```sh
miho bump [OPTIONS] [RELEASE]
```

|      Options       | Alias | Description                                        |
| :----------------: | :---- | :------------------------------------------------- |
|     `--agent`      | `-A`  | Only bump packages with the specified agents.      |
|     `--build`      | none  | Build metadata.                                    |
|    `--dry-run`     | `-d`  | Show what would be bumped.                         |
|     `--no-ask`     | `-k`  | Do not ask for consent before bumping.             |
|    `--package`     | `-P`  | Packages to bump.                                  |
|      `--path`      | `-p`  | Where to search for packages.                      |
|      `--pre`       | none  | Prerelease identifier, e.g. `1.0.0-beta.1`.        |

### Update

```sh
miho update [OPTIONS] [RELEASE]
```

|       Options       | Alias | Description                                        |
| :-----------------: | :---- | :------------------------------------------------- |
|      `--agent`      | `-A`  | Only update packages with the specified agents.    |
|   `--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.            |
|     `--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](https://github.com/ferreira-tb/miho/blob/main/LICENSE)