Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove 'bolt set'. | Ben Johnson | 2014-05-05 | 1 | -40/+0 |
| | | | | | This commit removes the 'set' command in the Bolt CLI. It proved to not be very useful so there's no point in keeping the extra code around. | ||||
* | Upgrade import/export to use nested buckets. | Ben Johnson | 2014-04-11 | 1 | -1/+1 |
| | |||||
* | Add import/export to CLI. | Ben Johnson | 2014-04-11 | 1 | -5/+7 |
| | | | | | | | | | | | 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 Johnson | 2014-03-27 | 1 | -0/+38 |