aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/buckets_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor bolt CLI.Ben Johnson2015-04-141-31/+0
|
* Remove testify.Ben Johnson2014-07-261-3/+2
|
* Upgrade import/export to use nested buckets.Ben Johnson2014-04-111-3/+3
|
* Add import/export to CLI.Ben Johnson2014-04-111-2/+3
| | | | | | | | | | | This commit adds two new commands: bolt import --input INPUT PATH bolt export PATH This exports the database in a simple, nested, key/value JSON document. Each node in the document has a "key", a "value", and an optional "type". The key and value fields are both base64 encoded.
* Refactor bolt commands into individual files.Ben Johnson2014-03-271-0/+31