Skip to main content

fabric-verbose

Project description

https://badge.fury.io/py/fabric-verbose.svg

At a glance

fabfile.py

from fabric_verbose import verbose

# ...

def deploy():
     with verbose("Discarding local changes") as v:
         v.run('git reset HEAD; git clean -fd; git checkout .')

     with verbose("Pulling source code") as v:
         v.run('git pull')

     with verbose("Installing requirements") as v:
         v.run('pip install -r requirements.txt')

     with verbose("Starting") as v:
         v.run('fab start')

Output

* Discarding local changes... Done
* Pulling source code... Done
* Installing requirements... Done
* Starting... Failed

Fatal error: /bin/sh: uwsgi: command not found

Aborting.

Installation

$ pip install fabric-verbose

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fabric-verbose-0.1.0.tar.gz (2.5 kB view details)

Uploaded Source

File details

Details for the file fabric-verbose-0.1.0.tar.gz.

File metadata

File hashes

Hashes for fabric-verbose-0.1.0.tar.gz
Algorithm Hash digest
SHA256 850adb720b20cbaf6206cc279069012e6dfd81b243e9b36e6fe87f6be866a62a
MD5 cb10a6a66310671ad4e98a91b40c3414
BLAKE2b-256 2c11461ba8f7f1fc22f9f8aa48cf43aa000600a96e20d95b55cf63371378adea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page