mops install
Install all dependencies specified in mops.toml
mops install
Options
--lock
What to do with the lockfile.
Default value is update
if lockfile exists and ignore
otherwise.
Possible values:
check
- check downloaded dependencies against lockfileupdate
- update lockfile (create if not exists). Always checks after updateignore
- ignore lockfile
--verbose
Verbose output.