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
According to this StackOverflow post, admittedly an old one but still seems relevant given my research, there is currently no way to refresh all items in a chef-vault with a single command. A for loop (or something similar) is needed to specify each vault item, which can be cumbersome to maintain since the list of items must either be pulled/parsed using a separate command, or maintained somewhere. Requesting the addition of functionality to refresh all vault items, as such:
knife vault refresh VAULT *
The text was updated successfully, but these errors were encountered:
According to this StackOverflow post, admittedly an old one but still seems relevant given my research, there is currently no way to refresh all items in a chef-vault with a single command. A
for
loop (or something similar) is needed to specify each vault item, which can be cumbersome to maintain since the list of items must either be pulled/parsed using a separate command, or maintained somewhere. Requesting the addition of functionality to refresh all vault items, as such:knife vault refresh VAULT *
The text was updated successfully, but these errors were encountered: