Skip to content

Commit 8e0294a

Browse files
authored
chore: add changelog entry (#182)
1 parent 974cab0 commit 8e0294a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'lockfile-lint': minor
3+
---
4+
5+
Add support for glob matching multiple lockfiles

packages/lockfile-lint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ lockfile-lint --path yarn.lock --allowed-hosts yarn --allowed-urls https://githu
7878

7979
| command line argument | description | implemented |
8080
|----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
81-
| `--path`, `-p` | path to the lockfile ||
81+
| `--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 ||
8282
| `--type`, `-t` | lockfile type, options are `npm` or `yarn` ||
8383
| `--format`, `-f` | sets what type of report output is desired, one of [ `pretty`, `plain` ] with `plain` removing colors & status symbols from output ||
8484
| `--validate-https`, `-s` | validates the use of HTTPS as protocol schema for all resources in the lockfile ||

0 commit comments

Comments
 (0)