Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6839429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:43:05+00:00 2026-05-26T23:43:05+00:00

I see most of the Fabric API are use together with function. Example of

  • 0

I see most of the Fabric API are use together with function.

Example of file (sample.py):

from fabric.api import *
print "Hello"

def deploy():
    with settings(hosts_string="Remote", user = "ubuntu", key_filename="/home/ubuntu/key.pem"):
        put('/home/localuser/sample.sh', '/home/ubuntu/')
        run('bash /home/ubuntu/sample.sh')

I run the command to execute

fab deploy

Is it possible to running Fabric in Main Method. So when I run it as a python script, the fabric will be executed.

python ./sample.py

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T23:43:06+00:00Added an answer on May 26, 2026 at 11:43 pm

    To answer your question directly, you can add this snippet to your file:

    from fabric.api import *
    print "Hello"
    
    def deploy():
        with settings(host_string="Remote", user = "ubuntu", key_filename="/home/ubuntu/key.pem"):
            put('/home/localuser/sample.sh', '/home/ubuntu/')
            run('bash /home/ubuntu/sample.sh')
    
    if __name__ == '__main__':
       deploy()
    

    Now when you run python ./sample.py, it will do the same thing as fab deploy

    However, the fab allows you to do much more other than your simple example. See the fab documentation for more information on the flexibility of the fab command.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Most times I see people try to use linked lists, it seems to me
i want to select the most recent entry from a table and see if
The way I see most people use Processing is for drawing an image directly
EDIT: Does TableLayout not work properly? I see most of you say use relative
The activity monitor in sql2k8 allows us to see the most expensive queries. Ok,
I have a list of checkboxes like you would see in most email clients
In most of the videos, I see expert JQuery developers writing complete code for
What are the most common memory optimizations in csharp, dotnet 2.0. Wanted to see
While reset and checkout have different usages most of the time, I can't see
See title: what does it mean for a C++ function to be inline?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.