https://github.com/playpasshq/vaulty
Ruby CLI for improved Vault Management / Configuration
https://github.com/playpasshq/vaulty
cli gem ruby vault vault-client
Last synced: 12 months ago
JSON representation
Ruby CLI for improved Vault Management / Configuration
- Host: GitHub
- URL: https://github.com/playpasshq/vaulty
- Owner: playpasshq
- License: mit
- Created: 2017-04-19T07:00:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T20:48:18.000Z (over 4 years ago)
- Last Synced: 2025-01-12T22:44:21.610Z (over 1 year ago)
- Topics: cli, gem, ruby, vault, vault-client
- Language: Ruby
- Size: 80.1 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vaulty
[](https://badge.fury.io/rb/vaulty)
[](https://travis-ci.org/playpasshq/vaulty)
[](https://codeclimate.com/github/playpasshq/vaulty/coverage)
[](https://codeclimate.com/github/playpasshq/vaulty)
[](https://codeclimate.com/github/playpasshq/vaulty)
[](http://inch-ci.org/github/playpasshq/vaulty)
[](https://git.legal/projects/3808)
Vaulty is a CLI application that makes it easier to manage Vault.
Only tested on the generic backend!
## Project Status
```shell
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