Back to Mise

`mise deps install`

docs/cli/deps/install.md

2026.5.1881 B
Original Source
<!-- @generated by usage-cli from usage spec -->

mise deps install

Install all project dependencies

Checks if dependency lockfiles are newer than installed outputs and runs install commands if needed.

Arguments

[PROVIDER]

Provider to operate on (runs only this provider, or use with --explain)

Flags

--explain

Show why a provider is fresh or stale (requires a provider argument)

-f --force

Force run all deps steps even if outputs are fresh

-n --dry-run

Only check if deps install is needed, don't run commands

--list

Show what deps providers are available

--only… <ONLY>

Run specific deps rule(s) only

--skip… <SKIP>

Skip specific deps rule(s)