On Mon, Oct 24, 2011 at 01:35, Kaushal Shriyan <[email protected]> wrote:
>
> Am i missing something ?

Here are a few tips, to help you get running with fabric.

If you want to know which version of fabric is installed:

$ fab --version

If you want to launch the "install" task defined in your fabfile:

$ fab install

If you want fabric to tell you what tasks are defined in the fabfile:

$ fab -l

If you have not done so already, I recommend reading the fabric tutorial here:
http://docs.fabfile.org/en/1.3.0/tutorial.html

Hope this helps.

-- 
Ronan Amicel

_______________________________________________
Fab-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to