Skip to content

Commit

Permalink
docs(readme): warn against managing projects with filter
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Nov 23, 2022
1 parent f96df8f commit 41b32eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,13 @@ or `--workspace` then only the options you provide will be searched.
A string which will be passed to `new RegExp()` to match against package names
that should be included.

> ⚠️ `filter` was originally intended as a convenience to be used from the
> command line to filter the output of `syncpack list`, **it is not recommended
> to add this to your config file to manage your project more generally**.
>
> Instead use [`versionGroups`](#versiongroups) and/or
> [`semverGroups`](#semvergroups).
### `indent`

The character(s) to be used to indent your package.json files when writing to
Expand Down

0 comments on commit 41b32eb

Please sign in to comment.