Sha256: 494b44aa84704953b64411c68f543a43e1c0e5dca63ce299582b83c48c9ddaf7
Contents?: true
Size: 326 Bytes
Versions: 13
Compression:
Stored size: 326 Bytes
Contents
desc 'Rollback your repo to the deploy it was on last' command :rollback do |c| c.desc 'Application to be rolled back' c.arg_name 'APP_NAME' c.flag [:a, :app] c.action do |global_options,options,args| require 'pagoda/cli/helpers/app' Pagoda::Command::App.new(global_options, options, args).rollback end end
Version data entries
13 entries across 13 versions & 1 rubygems