Skip to main content

DevOps tooling, various scripts, etc.

Project description

Opstrich

DevOps tooling, various scripts, etc.

CI

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


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.7.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

opstrich-0.7.0-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

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