Closed oktapodia closed 6 years ago
Hello,
Thanks for your tool, it could be great to have an option in the getAllSecrets to only get the secrets which start with something
getAllSecrets
eg:
// All my secrets { foo: 'secret...', foo2: 'secret...', 'bar: 'secret...' } nodecredstash.getAllSecrets({ startsWith: 'foo' }).then(console.log); // { foo: 'secret...', foo2: 'secret...' }
Regards
Fixed with #20
Hello,
Thanks for your tool, it could be great to have an option in the
getAllSecrets
to only get the secrets which start with somethingeg:
Regards