aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/set.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'bolt set'.Ben Johnson2014-05-051-39/+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.
* add benchmarks using Benchmark frameworkSteven Normore2014-04-181-5/+0
|
* moar bench packageSteven Normore2014-04-181-0/+6
|
* Add nested buckets.Ben Johnson2014-04-111-1/+1
| | | | | | | This commit adds the ability to create buckets inside of other buckets. It also replaces the buckets page with a root bucket. Fixes #56.
* Refactor bolt commands into individual files.Ben Johnson2014-03-271-0/+38