hey guys,
first of all, thanks for capistrano!
i use capistrano primary for server management and not for deploying
my code.
i want to change the behavior of how the servers are selected. i want
to add an commandline options, with this option a server must apply to
_all_ roles that are given.
i added to options.rb
opts.on("-A", "--match-all",
"a Server must match ALL roles"
) { |value| options[:match_all] = true }
but i can't access the options down in capistrano/configuration/
server.rb
is there a smart way to access the options?
thanks for any hint.
regards
ben
--
* You received this message because you are subscribed to the Google Groups
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/capistrano?hl=en