Sha256: 368187fb3da2acd2f28295590c3bcdcf9ebb53a82cd2d60f7ae7a9848210cabd
Contents?: true
Size: 496 Bytes
Versions: 16
Compression:
Stored size: 496 Bytes
Contents
module Negroku::CLI desc 'Create and manage your app' command :app do |app| app.desc 'Bootstrap your application with capistrano and negroku' app.command :create do |create| create.action do |global_options,options,args| Negroku::Modes::App.install end end app.desc 'Update your negroku capfile' app.command :update do |create| create.action do |global_options,options,args| Negroku::Modes::App.update end end end end
Version data entries
16 entries across 16 versions & 1 rubygems