Update CLI to allow passing in a prefix glob for versioning

Signed-off-by: Zack Griesinger <zack.griesinger@c2fo.com>
This commit is contained in:
Zack Griesinger
2021-12-27 14:50:46 -06:00
parent 62b3cea48d
commit d9ea06a8b5
6 changed files with 167 additions and 18 deletions
+2
View File
@@ -83,6 +83,7 @@
"json-schema": "^0.4.0",
"jest-transform-yaml": "^0.1.1",
"lodash": "^4.17.21",
"minimatch": "3.0.4",
"mini-css-extract-plugin": "^2.4.2",
"node-libs-browser": "^2.2.1",
"ora": "^5.3.0",
@@ -127,6 +128,7 @@
"@types/fs-extra": "^9.0.1",
"@types/http-proxy": "^1.17.4",
"@types/inquirer": "^8.1.3",
"@types/minimatch": "^3.0.5",
"@types/mock-fs": "^4.13.0",
"@types/node": "^14.14.32",
"@types/recursive-readdir": "^2.2.0",