fabric-verbose
Project description
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
Release history Release notifications | RSS feed
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)
File details
Details for the file fabric-verbose-0.1.0.tar.gz.
File metadata
- Download URL: fabric-verbose-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
850adb720b20cbaf6206cc279069012e6dfd81b243e9b36e6fe87f6be866a62a
|
|
| MD5 |
cb10a6a66310671ad4e98a91b40c3414
|
|
| BLAKE2b-256 |
2c11461ba8f7f1fc22f9f8aa48cf43aa000600a96e20d95b55cf63371378adea
|