Skip to content

Commit

Permalink
chore: add changelog entry (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Aug 2, 2023
1 parent 974cab0 commit 8e0294a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/unlucky-kangaroos-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'lockfile-lint': minor
---

Add support for glob matching multiple lockfiles
2 changes: 1 addition & 1 deletion packages/lockfile-lint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lockfile-lint --path yarn.lock --allowed-hosts yarn --allowed-urls https://githu

| command line argument | description | implemented |
|----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| `--path`, `-p` | path to the lockfile ||
| `--path`, `-p` | path to the lockfile but you can also provide a glob matching pattern, for example: `/path/to/dir/**/package-lock.json` to match multiple lockfiles ||
| `--type`, `-t` | lockfile type, options are `npm` or `yarn` ||
| `--format`, `-f` | sets what type of report output is desired, one of [ `pretty`, `plain` ] with `plain` removing colors & status symbols from output ||
| `--validate-https`, `-s` | validates the use of HTTPS as protocol schema for all resources in the lockfile ||
Expand Down

0 comments on commit 8e0294a

Please sign in to comment.