DevOps tooling, various scripts, etc.
Project description
Opstrich
DevOps tooling, various scripts, etc.
Installation
First install the opstrich
package:
pip install opstrich
To use the provided invoke tasks, you will also need to add these to a collection in your project:
# tasks.py
from invoke import Collection
from opstrich.invoke import check, openssl, package
namespace = Collection(check, openssl, package)
Usage
Once the invoke tasks have been added, you can view help information on them via inv -l
and inv --help
.
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
opstrich-0.4.0.tar.gz
(3.5 kB
view hashes)