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 *
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
forloop (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 *