Download Latest Version Version 0.8.3 source code.zip (2.7 MB)
Email in envelope

Get an email when there's a new version of Lazybones

Home / v0.8
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2014-12-17 1.3 kB
Version 0.8 source code.tar.gz 2014-12-17 2.6 MB
Version 0.8 source code.zip 2014-12-17 2.7 MB
Totals: 3 Items   5.3 MB 0

Version 0.8 of Lazybones brings you one major feature: config commands! As described in issue [#118], these allow you to view and manipulate the current saved configuration using the command line. The available commands are:

config set <option> <value1> ...
config add <option> <value1> ...
config clear <option>
config show [--all] <option>
config list
  • set updates the value of a single setting.
  • add appends an extra value to an array/list setting
  • clear removes a setting
  • show displays the current value of a setting (--all displays the current values of all stored settings)
  • list displays all available settings that you can change

You can still use the standard user-defined configuration file (~/.lazybones/config.groovy), it's just that there is an additional JSON config file that can be updated programmatically. Note that settings in the Groovy file override those in the JSON file. You can also manually edit the JSON file if you'd prefer to keep all your settings in that.

In addition to config commands, this release now handles null versions of a package in Bintray (issue [#136]). This shouldn't really happen, but at least when it does the Lazybones error output now hints that the latest version may be null.

Source: README.md, updated 2014-12-17