module Ebfly class Environment < Thor include Command include Options desc "create ", "Create an environment named " option :a, :required => true, :banner => "", :desc => "Application name" option :s, :required => true, :banner => "", :desc => "The Solution stack name" option :t, :banner => "", :default => "web", :desc => "Tier type (web|worker|worker1.0)" option :d, :banner => "", :desc => "Describes the environment" option :l, :banner => "