Ok, This solution worked well, but is it possible to tell cap to run quietly (-q) from the deploy.rb file???
On Mar 8, 11:49 am, jondavidjohn <[email protected]> wrote: > figured out how to do this in case anyone else is interested... > > alias cap='cap -q' > > Then just echo out what you want with the given 'after' and 'before' > > before 'deploy:task' do > print "Some Task........." > end > > after 'deploy:task > put "Done" > end > > etc... > > On Mar 7, 1:41 pm, jondavidjohn <[email protected]> wrote: > > > > > > > > > Is it possible to customize (or disable) the Capistrano output? > > > It seems way too robust in terms of the information it is trying to > > communicate... Seems like it would be helpful to be able to have an > > option to turn it off, and allow you to write your own on completion > > of a task based on success/failure, etc... > > > I really only care about seeing the full command it is running maybe > > the first few times I deploy, and then only if it fails. -- * 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
