Skip to content

Commit

Permalink
chore(readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
notatestuser authored May 7, 2024
1 parent bf957f2 commit ad303d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@ $ make build-mac

The resulting executable(s) will be in the `bin/` folder.

## Download a Binary

If you prefer the convenience of downloading a pre-built binary for your platform, head to the [Releases area](https://github.com/IoFinnet/io-vault-disaster-recovery-cli/releases). We have pre-built binaries for Linux, Windows and Mac.

## Usage

First you will want to get the vault IDs available in the files:
```
$ ./bin/recovery-tool sandbox/file1.json sandbox/file2.json
```

Once you have the vault-ids, supply it to the tool to begin the recovery.
Once you have the vault ID you want to recover, supply it to the tool to begin the recovery.
```
$ ./bin/recovery-tool -vault-id cl347wz8w00006sx3f1g23p4s sandbox/file1.bin sandbox/file2.bin
```
Expand Down

0 comments on commit ad303d3

Please sign in to comment.