Skip to content

Safe Setup

Follow these steps to interact with Vault via the Safe command line interface.

Install Safe

brew install starkandwayne/cf/safe;
safe --version;

Target Vault

safe target [url] [alias];

Log in

safe auth ldap;

Execute commands

safe tree some/path;
safe get some/path/to/secret;