summaryrefslogtreecommitdiff
path: root/lib/leap_cli/util.rb
AgeCommit message (Expand)Author
2016-09-01print friendly message if leap_platform is too old (closes #8423)elijah
2016-07-20lintingelijah
2016-07-20include support for AWS via fogelijah
2016-07-12add a way to find out if we are dealing with a git subrepoChristoph
2016-06-29move everything we can to leap_platform/lib/leap_clielijah
2016-06-21fix ruby deprecation warningselijah
2015-01-28don't use md5sum command line tool. closes #6675elijah
2015-01-22added support for custom tests in files/testselijah
2014-12-10fix uninitialized class variable error.elijah
2014-12-09exit 1 if `leap test --continue` fails anywhere. closes #6519elijah
2014-10-31only spit out stack trace if --debugelijah
2014-10-30don't change log level to 3 when in bail!{} blockelijah
2014-10-30minor fix to bail and log levelelijah
2014-03-24fixed problems when default encoding is not utf8elijah
2013-07-29security fix - don't allow leap_cli created files to be world/group readable.elijah
2013-06-25log the version and git info if log level >= 2elijah
2013-06-11minor: util::bailelijah
2013-06-04minor - remove duplicate logelijah
2013-06-04add support for `leap facts`. includes some fun new helpers, like run_with_pr...elijah
2013-03-31better error messages when json or node parsing goes wrong.elijah
2013-03-14added exit codes for puppet applyelijah
2013-02-28added @allow_production_deploy and @platform_branch to Leapfileelijah
2013-02-26try to issue better exit codes. still not perfect.elijah
2013-02-26make logging work with ruby 1.8, add timestamps to log, remove colors from log.elijah
2013-01-13add Util.relative_symlinkelijah
2012-12-08added commands 'node add' 'node rm' and 'node mv'elijah
2012-11-28new system for how directory paths work. now there is a file Leapfile that ma...elijah
2012-11-27improved logging all around.elijah
2012-11-23initial work toward 'leap test'. for now, it generates an openvpn config for ...elijah
2012-11-16added CSR ability (and vendored certificate_authority gem, so we can get the ...elijah
2012-11-15auto remove files/nodes/x when nodes/x.json doesn't exist anymore.elijah
2012-11-14only generate cert of x509.user == trueelijah
2012-11-14inherit .json from leap_platform/provider_baseelijah
2012-11-14more improvements to loggingelijah
2012-11-14made 'leap update-cert' intelligently update all certificates as needed.elijah
2012-11-13cleaned up logging, and much improved error message when file is not foundelijah
2012-11-04distinguish between leap progress and capistrano progresselijah
2012-11-04better reporting of puppet progress (supply_drop hack)elijah
2012-11-02fixed another eval problem in 1.9elijah
2012-11-01x.509 support -- added certificate authority creation and server cert creationelijah
2012-10-27auto run 'git submodule update --init' on leap platform if neededelijah
2012-10-23fixed typo with read_file! and don't require pgp key for a user.elijah
2012-10-23fixed md5 problem (again)elijah
2012-10-23minor change for ruby 1.9 compatibilityelijah
2012-10-23added a bunch of new commands, including init-node and deployelijah
2012-10-21added command init-nodeelijah
2012-10-14added add-user commandelijah