You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the replace command will be a powerful way to make changes to a Vault store, it may be difficult to limit replacements in cases where you only want to change a particular key across many paths.
For example, if you have the following Vault structure:
And you only want to change first-key's value from weak-value to strong-value, you can't presently do that with the replace command without also changing second-key's value. This is a contrived example, but most of the time, you will indeed want to limit changing values to a particular key.
The text was updated successfully, but these errors were encountered:
I guess I'm trying to inform you what I'm up to by opening these. I already have it done, but was dependent on the prior PR. 🙂 I also did notice some bugs with regex matching that I'll fix soon too as well.
After that though, I think I can take a break. lol
While the
replace
command will be a powerful way to make changes to a Vault store, it may be difficult to limit replacements in cases where you only want to change a particular key across many paths.For example, if you have the following Vault structure:
And you only want to change
first-key
's value fromweak-value
tostrong-value
, you can't presently do that with the replace command without also changingsecond-key
's value. This is a contrived example, but most of the time, you will indeed want to limit changing values to a particular key.The text was updated successfully, but these errors were encountered: