I need to be able to call the capistrano task from the command line as well as from within rails.
Von: Lee Hambley <[email protected]> Antworten an: <[email protected]> Datum: Sun, 23 Jan 2011 16:09:57 +0100 An: <[email protected]> Betreff: Re: [capistrano] CLI return value > Need to do some checks on the server and i need the results of those checksŠ I don't follow why you don't just shell out, the Capistrano::CLI class is not designed for what you are trying, and in fact won't work as you expect. -- * 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 -- * 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
