lib/negroku/cli.rb in negroku-0.0.8 vs lib/negroku/cli.rb in negroku-0.0.9
- old
+ new
@@ -11,10 +11,9 @@
say "#############################################\n".bright()
desc "create", "Create application. Intialize the capfile, also create the deploy.rb file in the config folder"
method_option :local_recipes, :type => :boolean, :aliases => "-l"
method_option :path, :type => :string, :aliases => "-p"
- method_option :static, :type => :string, :aliases => "-s"
def create(name=nil)
# Get configuration
config = getConfig
# Test for config