On Thu, Apr 16, 2015 at 10:57 PM, okram <nirish.ok...@gmail.com> wrote:
> Is this is a limitation in capistrano that, i cannot seem to be able to
> create a Stage call, test or testing?.. I am trying to create 4 stages: dev,
> test, staging & production.. The last 2 were auto created by the command,
> "bundle exec cap install" itself.

Mac OS (10.9.5)
Ruby 2.2.2
Capistrano Version: 3.4.0 (Rake Version: 10.4.2)

06:04 ~/testcases/rails-4-2/defaults (master)$ cap install STAGES=test,testing
mkdir -p config/deploy
[skip] config/deploy.rb already exists
create config/deploy/test.rb
create config/deploy/testing.rb
mkdir -p lib/capistrano/tasks
[skip] Capfile already exists
Capified

06:14 ~/testcases/rails-4-2/defaults (master)$ cap install STAGES=foo, bar
mkdir -p config/deploy
[skip] config/deploy.rb already exists
create config/deploy/foo.rb
mkdir -p lib/capistrano/tasks
[skip] Capfile already exists
Capified
(Backtrace restricted to imported tasks)
cap aborted!
Don't know how to build task 'bar'

(See full trace by running task with --trace)

It looks like Lee's right about the comma+space being the problem :-)

HTH,
-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
Consulting Availability : Silicon Valley or remote

-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/CACmC4yCHHXz9Gf4kzQ%3DuJEh%2BFew6xv8HHXEbg8pihH-s7PUg3g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to