fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] Remote fabfile


From: Irving Rabin
Subject: [Fab-user] Remote fabfile
Date: Wed, 1 Oct 2014 01:52:08 +0200

Folks, I am new to Fabric and I have written quite a complicated fabfile.py script. It is used to install a product. The script resides along with a product on a Github. I don't want to clone the whole product to the local machine, so my question is simple - can I provide a network address of fabfile to fab command, something like this:

    fab -H <host-name> -f address@hidden:<my-repository>/<path>/<filename> task:<parms>

Pretty much any elegant idea of getting just a single file should suffice. But providing a network path for this file would be probably the best solution.

Thanks,
Irv Rabin

reply via email to

[Prev in Thread] Current Thread [Next in Thread]