For most things it should work without problem. Some notes about it are at http://docs.fabfile.org/en/1.3.3/usage/library.html
Basically you will just need to reproduce what the fab CLI does. On Mon, Dec 12, 2011 at 11:23 AM, Brad Carleton <[email protected]> wrote: > Hi, > > I am using the Python AWS library, boto: > > http://code.google.com/p/boto/ > > I have extended the EC2 instance stuff to create a node class, and I put in > some basic code that allows you to run commands on the remote server through > SSH. Needless to say, I think fabric is much more sophisticated in this > area, and I would like to leverage it's command running abilities. > > Is there a preferred way to tie into the API without using the command line > constructs? > > Thanks, > > Brad > Cloud Engineer > > _______________________________________________ > Fab-user mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/fab-user > _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
