aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli.rb
AgeCommit message (Collapse)Author
2014-04-05more graceful handling of error for `leap node add` (closes ↵elijah
https://leap.se/code/issues/3725)
2014-03-14added ability to define environment specific provider.json (e.g. ↵elijah
provider.production.json)
2013-06-19fixed utf8 bug when locale not set, and improved testing for ruby 1.8.elijah
2013-06-04add support for `leap facts`. includes some fun new helpers, like ↵elijah
run_with_progress(), capture(), and replace_file!().
2013-06-02now we require a leap_platform/platform.rb config file.elijah
2013-04-01remove supply_drop, add support for puppet_command.elijah
2013-02-28clean up include paths, require newer rake version.elijah
2013-02-23added `rake doc` command.elijah
2013-01-28remove old secrets from secrets.json if they are not defined anywhere.elijah
2013-01-13added ability to sync support files along with hiera.yml. this way, files ↵elijah
don't need to be embedded in hiera.yml. this is especially useful for binary files.
2012-11-28new system for how directory paths work. now there is a file Leapfile that ↵elijah
manages this, instead of it always being ../leap_platform
2012-11-28command name shuffle -- grouped more commands together as subcommandselijah
2012-11-27removed log_streamerelijah
2012-11-27improved logging all around.elijah
2012-11-17added ability to fingerprint x509 certselijah
2012-11-14added requirements checking - will bail out if a configuration option is missingelijah
2012-11-09vagrant supportelijah
2012-11-04added automatic secret generation in secrets.jsonelijah
2012-10-25cleaned up the code a bit by adding SshKey class.elijah
2012-10-23more attempt at 1.9 compatibilityelijah
2012-10-23patched supply_drop gem and vendored itelijah
2012-10-14added add-user commandelijah
2012-10-11code cleanup. better support for nested configs and templates.elijah
2012-10-10hierarchical yaml output.elijah
2012-10-09fixed pathselijah