lib/shelly/app.rb in shelly-0.4.6 vs lib/shelly/app.rb in shelly-0.4.7

- old
+ new

@@ -198,9 +198,21 @@ def config_exists?(path) configs.any? { |config| config["path"] == path } end + def cert + shelly.cert(code_name) + end + + def create_cert(content, key) + shelly.create_cert(code_name, content, key) + end + + def update_cert(content, key) + shelly.update_cert(code_name, content, key) + end + def rake(task) ssh(:command => "rake_runner \"#{task}\"") end def dbconsole