What is “vault-cli” Package?
Subversion-like utility to work with Jackrabbit FileVault.
The Vault CLI is a single static binary. It is a thin wrapper around the HTTP API. Every CLI command maps directly to the HTTP API internally. Each command is represented as a command or subcommand.
For more details: https://jackrabbit.apache.org/filevault/index.html
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install vault-cli.
brew install vault-cli
Now, use vault-cli!