Skip to content

Commit 631407a

Browse files
committed
Update docs for update subcommand --sync option
1 parent d84568c commit 631407a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/cli.md

+1
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ You can do this using the `add` command.
303303
* `--dry-run` : Outputs the operations but will not execute anything (implicitly enables --verbose).
304304
* `--no-dev` : Do not update the development dependencies. (**Deprecated**, use `--only main` or `--without dev` instead)
305305
* `--lock` : Do not perform install (only update the lockfile).
306+
* `--sync`: Synchronize the environment with the locked packages and the specified groups.
306307

307308
{{% note %}}
308309
When `--only` is specified, `--with` and `--without` options are ignored.

0 commit comments

Comments
 (0)