propertyshelf.fabfile.common

Commonly used fabric commands.


Keywords
fabric, python, deployment
License
BSD-3-Clause
Install
pip install propertyshelf.fabfile.common==0.2

Documentation

propertyshelf.fabfile.common

This project contains a bunch of common used fabric commands we use at Propertyshelf to deploy and maintain our systems.

Requirements

propertyshelf.fabfile.common currently uses knife to communicate with Rackspace servers. Please make sure knife is installed and configured successfully on your system.

Install

You can install propertyshelf.fabfile.common with PIP:

pip install propertyshelf.fabfile.common

All required dependencies will be installed automatically.

Usage