From 69f01cbb559cb8377154360c26154ae2ddc290f9 Mon Sep 17 00:00:00 2001 From: J Pratt Date: Mon, 5 Feb 2024 18:04:37 +1100 Subject: [PATCH] Update docs for update subcommand --sync option --- docs/cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cli.md b/docs/cli.md index e3110d9821a..f77d2f851e7 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -303,6 +303,7 @@ You can do this using the `add` command. * `--dry-run` : Outputs the operations but will not execute anything (implicitly enables --verbose). * `--no-dev` : Do not update the development dependencies. (**Deprecated**, use `--only main` or `--without dev` instead) * `--lock` : Do not perform install (only update the lockfile). +* `--sync`: Synchronize the environment with the locked packages and the specified groups. {{% note %}} When `--only` is specified, `--with` and `--without` options are ignored.