mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-04-27 13:12:47 +00:00
Add "dump" and "page" commands to CLI usage
Signed-off-by: Lewis Marshall <lewis@lmars.net>
This commit is contained in:
parent
533739c662
commit
f07641f90a
@ -127,8 +127,10 @@ The commands are:
|
|||||||
bench run synthetic benchmark against bolt
|
bench run synthetic benchmark against bolt
|
||||||
check verifies integrity of bolt database
|
check verifies integrity of bolt database
|
||||||
compact copies a bolt database, compacting it in the process
|
compact copies a bolt database, compacting it in the process
|
||||||
|
dump print a hexidecimal dump of a single page
|
||||||
info print basic info
|
info print basic info
|
||||||
help print this screen
|
help print this screen
|
||||||
|
page print one or more pages in human readable format
|
||||||
pages print list of pages with their types
|
pages print list of pages with their types
|
||||||
stats iterate over all pages and generate usage stats
|
stats iterate over all pages and generate usage stats
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user