Skip to content

buttercup/diag-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buttercup Diagnostics

Diagnostics CLI helper

Provides diagnostic tools for examining vaults. This may be used to debug basic vault issues and may be requested by Buttercup staff when working with reported issues.

Using this library

To use this library, you must have NodeJS installed. Once it's installed, make sure both node --version and npm --version work. Node should be 12 or above, npm 6 or above.

Install the diagnostic tool by running npm install -g @buttercup/diag@latest.

Commands

Inspect a vault by running the following:

bcup-diag inspect ~/my/vault.bcup

Export a vault by running:

bcup-diag export ~/my/vault.bcup ~/export.csv