Sha256: 248cfcf60e9149e52c2b51a29977b2d819105f677e65989cfae8d7edf9ae6c2d
Contents?: true
Size: 430 Bytes
Versions: 13
Compression:
Stored size: 430 Bytes
Contents
desc 'List information on pagodabox' command :list do |c| c.desc "Web Components" c.switch [:w, :web] c.desc "Database Components" c.switch [:d, :database] c.desc "Cache Components" c.switch [:c, :cache] c.desc "Worker Components" c.switch [:r, :worker] c.action do |global_options,options,args| require 'pagoda/cli/helpers/app' ::Pagoda::Command::App.new(global_options,options,args).list end end
Version data entries
13 entries across 13 versions & 1 rubygems