bolter
bolter copied to clipboard
why --bucket option is not available on latest master build?
Hi, it's strange the -b bucket in README seemingly disappears?
$./bolter
NAME:
bolter - view boltdb file interactively in your terminal
VERSION:
2.0.1
USAGE:
bolter [global options]
GLOBAL OPTIONS:
--file FILE, -f FILE boltdb FILE to view
--help, -h show help
--version, -v print the version
@renzhengeek I was looking at the branch 'old' today to understand the previous --bucket feature. I was going to re-implement it along with -machine but was wrestling with the requirement. Given a Bolt database is the assumption that all the buckets would be at a single level rather than being nested? Do you have an idea how you'd perhaps use -bucket for a database that is nested? You can see the old mechanism in the old branch, or its fixed up version in my fixed up fork to get an idea. I'm interested to hear more.