Thanks for the response Rafa, actually I have defined the task in the recipe without any description:
task :test_ssh, :roles => :app do run "'~/scripts/test.sh'"end * * But the task still appears in the task dropdown, again could be Webistrano specifc, so if someone with Webistrano knowledge can guide me, would be great! Thanks again for the info! Regards -Noman A. On Tue, Oct 25, 2011 at 4:39 PM, Rafa García <[email protected]>wrote: > Hi Noman, > > The same question was done at Webistrano mailing > list<http://groups.google.com/group/webistrano>[1] > without reply. I don't know how webistrano works but in Capistrano if you > write a task without :desc , this task does not appear in listing task. > > Regards > > [1] http://groups.google.com/group/webistrano > > 2011/10/25 Noman Amir Jamil <[email protected]> > >> Hi All, >> >> We are using Webistrano for our deployments. We have different recipes >> for separate servers. There are certain tasks that I would like to >> hide from the tasks dropdown list. >> >> Is there any attribute I can set while defining the task in the recipe >> that would make it hidden and not appear in the dropdown? I would like >> to use the particular task within the recipe, but rather not show it >> in the dropdown. >> >> Any pointers to a possible solution will be greatly appreciated. >> >> Thanks >> Noman A. >> >> -- >> * 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 -- * 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
