bolter icon indicating copy to clipboard operation
bolter copied to clipboard

why --bucket option is not available on latest master build?

Open renzhengeek opened this issue 5 years ago • 1 comments

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 avatar Feb 29 '20 13:02 renzhengeek

@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.

ross-spencer avatar Mar 15 '21 17:03 ross-spencer