Skip to content

playpasshq/vaulty

Repository files navigation

Vaulty

Gem Version Build Status Test Coverage Code Climate Issue Count Inline docs git.legal

Vaulty is a CLI application that makes it easier to manage Vault. Only tested on the generic backend!

Project Status

NAME
    vaulty - Vault CLI on steriods

SYNOPSIS
    vaulty [global options] command [command options] [arguments...]

VERSION
    0.0.3

GLOBAL OPTIONS
    --help    - Show this message
    --version - Display the program version

COMMANDS
    add    - Add a new key/value to the given path, multiple "key:value" can be provided
    delete - Deletes everything under the path recursively
    help   - Shows a list of commands or help for one command
    remove - Removes a specific key under the path
    tree   - Represents the path as a tree

:include:vaulty.rdoc