Skip to content

Vault is a key value store for your keys. The keys are stored and persisted in json format file.

License

Notifications You must be signed in to change notification settings

jcbritobr/vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vault

Vault is a key value store for your keys. The keys are stored and persisted in json format file.

  • Install
cargo install --git https://github.com/jcbritobr/vault
  • How to use?
$ vault -h
A key value tool for persist your passwords

Usage: vault <COMMAND>

Commands:
  read    Read data from storage
  create  Create an empty storage
  insert  Insert an item in storage
  remove  Remove an item from storage
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

About

Vault is a key value store for your keys. The keys are stored and persisted in json format file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages