README.md in prun-ops-0.1.1 vs README.md in prun-ops-0.1.2

- old
+ new

@@ -117,10 +117,11 @@ Some capistrano commands useful to connect to server and help with the problem solving. * `cap [stg] ssh` open a ssh connection with server * `cap [stg] log[LOG_FILENAME]` tail all rails logs by default, or only one if LOG_FILENAME is provided * `cap [stg] c` open a rails console with server +* `cap [stg] dbconsole` open a rails database console with server * `cap [stg] x[COMMAND]` execute any command in server provided as COMMAND (i.e.: cap production x['free -m']) ### Monitoring Recommend to configure your Rails server with [PRUN Chef recipe](https://github.com/jlebrijo/prun-cfg). @@ -188,6 +189,10 @@ ................ require 'capistrano/rails/migrations' require "#{File.dirname(__FILE__)}/config/application" require 'capistrano/prun-ops' ................ -``` +``` + +### v0.1.2 + +* Add `cap stage dbconsole` to open a database console. \ No newline at end of file