Provided by: fabric_1.8.2-1_all bug

NAME

       fab - Simple Pythonic remote deployment tool

SYNOPSIS

        fab [commands ...]

DESCRIPTION

       Fabric  is  designed  to  upload  files  and  run shell commands on a number of servers in
       parallel or serially. These commands are  grouped  in  tasks  (which  are  regular  Python
       functions)  and  specified  in  a  'fabfile.'  It  is  similar  to Capistrano, except it's
       implemented in Python and doesn't expect you to be deploying Rails applications.

COMMANDS

       help   Display Fabric usage help, or help for a given command.

       license
              Display the Fabric distribution license text.

       list   Display a list of commands with descriptions.

       set    Set a Fabric variable.

       shell  Start an interactive shell connection to the specified hosts.

       warranty
              Display warranty information for the Fabric software.

AUTHOR

       Fabric was written by Christian Vest Hansen <karmazilla@gmail.com>.

       This stub manual page was written by Chris Lamb <lamby@debian.org> for the Debian  project
       (but may be used by others).

SEE ALSO

              ssh(1)

                                         November 8, 2008                                  FAB(1)