We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84568c commit 631407aCopy full SHA for 631407a
docs/cli.md
@@ -303,6 +303,7 @@ You can do this using the `add` command.
303
* `--dry-run` : Outputs the operations but will not execute anything (implicitly enables --verbose).
304
* `--no-dev` : Do not update the development dependencies. (**Deprecated**, use `--only main` or `--without dev` instead)
305
* `--lock` : Do not perform install (only update the lockfile).
306
+* `--sync`: Synchronize the environment with the locked packages and the specified groups.
307
308
{{% note %}}
309
When `--only` is specified, `--with` and `--without` options are ignored.
0 commit comments