lib/negroku/cli.rb in negroku-0.0.7 vs lib/negroku/cli.rb in negroku-0.0.8

- old
+ new

@@ -11,9 +11,10 @@ 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