bolt icon indicating copy to clipboard operation
bolt copied to clipboard

CLI removed commands

Open lmars opened this issue 9 years ago • 3 comments

I have found the buckets, keys and get commands quite useful in the past, but seems like they were removed in d0e8a99, any particular reason why? Would you be open to reintroducing them?

lmars avatar Jul 24 '15 00:07 lmars

It was mainly removed because the functionality was a bit half-assed. I'm open to re-adding the functionality though.

benbjohnson avatar Jul 24 '15 14:07 benbjohnson

I'd really like to have tools to manipulate the content of a database, especially since this is a Go-only library, I won't get to use a python lib to easily manipulate the content to do data migrations.

Having a dump, restore, ways to get, set, etc.. would be really important IMO.

abourget avatar Oct 07 '15 15:10 abourget

Have you tried boltbrowser? It'd be nice to get something like that merged into the Bolt CLI. Working with binary keys & values over the CLI (without curses) would be difficult IMO.

benbjohnson avatar Oct 28 '15 18:10 benbjohnson