docs/cli/deps/install.md
mise deps installmise deps install [FLAGS] [PROVIDER]src/cli/deps/install.rsInstall all project dependencies
Checks if dependency lockfiles are newer than installed outputs and runs install commands if needed.
[PROVIDER]Provider to operate on (runs only this provider, or use with --explain)
--explainShow why a provider is fresh or stale (requires a provider argument)
-f --forceForce run all deps steps even if outputs are fresh
-n --dry-runOnly check if deps install is needed, don't run commands
--listShow what deps providers are available
--only… <ONLY>Run specific deps rule(s) only
--skip… <SKIP>Skip specific deps rule(s)