Skip to content

Commit

Permalink
docs(readme): update readme with --filter option
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Sprague authored and JamieMason committed May 6, 2019
1 parent 5587f2b commit f59554e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ syncpack fix-mismatches
syncpack fix-mismatches --source "apps/*/package.json"
# multiple globs can be provided like this
syncpack fix-mismatches --source "apps/*/package.json" --source "core/*/package.json"
# uses packages that pass the regex defined by --filter when provided
syncpack fix-mismatches --filter "^package_name$"
# only fix "devDependencies"
syncpack fix-mismatches --dev
# only fix "devDependencies" and "peerDependencies"
Expand Down

0 comments on commit f59554e

Please sign in to comment.