aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/util.rb
AgeCommit message (Expand)Author
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