lib/shelly/app.rb in shelly-0.3.2 vs lib/shelly/app.rb in shelly-0.3.3

- old
+ new

@@ -202,9 +202,17 @@ def dbconsole ssh_with_db_server(:command => "dbconsole") end + def mongoconsole + ssh_with_db_server(:command => "mongo") + end + + def redis_cli + ssh_with_db_server(:command => "redis-cli") + end + def attributes @attributes ||= shelly.app(code_name) end def statistics