Skip to content

Commit

Permalink
Update docs for update subcommand --sync option
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed Feb 5, 2024
1 parent d84568c commit 631407a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 631407a

Please sign in to comment.