This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): adds support for nested key lookups (eg
key: a.b.c
to g…
…et nested value in json secret) (#592) * adds lodash get function for nested keys lookup * removed semicolon * added hasIn for nested property check, use get to return nested property value
- Loading branch information