modules
modules copied to clipboard
vault-cli: create a new moudle that installs vault CLI in a workspace and puts it in the PATH
Currently, we install vault CLI as part of our other vault modules. Let us create a new module that only installs the vault CLI without the authentication steps.
It should be an easy lift as we have all the installation-related code in all vault modules.
Part of #312