Skip to content

Curtains is a command line tool for remote execution, application deployment and system administration in the Windows environment (as of now) without using SSH.

License

Notifications You must be signed in to change notification settings

gouthambs/Curtains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curtains

Curtains is a command line tool for remote execution, application deployment and system administration in the Windows environment (as of now) without using SSH. The Curtains API brings some of the niceties of fabric API but with native Windows powershell.

Installation

To install curtains:

pip install curtains

or

easy_install curtains

Quickstart

# curtfile.py
from curtains.api import task

@task()
def hello_world():
    from curtains.api import local, run
    local("echo Hello World!")

Save this file and when you invoke the following command from the same path as this file:

curt

About

Curtains is a command line tool for remote execution, application deployment and system administration in the Windows environment (as of now) without using SSH.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages