--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 |
--no-install | Only modify the lock file, do not install the environment |
--as-is | Shorthand for --frozen --no-install (available on run, shell, shell-hook) |