revault_cli 0.0.2

CLI for reVault encrypted lockboxes, store files, variables and forms with integration to your platform key storage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# revault_cli

The reVault command-line application. Installing this crate provides the
`lockbox` and `lbx` commands for creating, opening, and managing encrypted
lockboxes and local vaults.

```bash
cargo install revault_cli
lbx vault init
```

See the [reVault repository README](https://github.com/onepub-dev/reVault#readme)
for the complete command guide.

## License

See the repository license for licensing terms.