aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/export_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade import/export to use nested buckets.Ben Johnson2014-04-111-5/+12
|
* Add import/export to CLI.Ben Johnson2014-04-111-0/+37
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.