Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 356 Bytes

Purpose

Vault lacks of secrets mass editing through its browser ui. This extension allow to do that by specifying path pattern for secrets that should be updated.

How To

Build project

Run yarn && yarn watch or npm i && npm run watch. This would start tsc in watch mode.

To build once run yarn build or npm run build.