-e, --environment <ENV> | The environment(s) to install. Can be specified multiple times. Defaults to default. |
-a, --all | Install all environments. Conflicts with --environment. |
--frozen | Use the lockfile as-is, do not update it even if the manifest has changed. |
--locked | Require the lockfile to be up-to-date with the manifest, abort if not. |
--skip <PACKAGE> | Skip installation of specific packages (soft exclusion — dependencies are still installed). |
--skip-with-deps <PACKAGE> | Skip a package and its entire dependency subtree (hard exclusion). |
--only <PACKAGE> | Install only these package(s) and their dependencies. Can be specified multiple times. |