getsentry / devservices

Apache License 2.0
1 stars 0 forks source link
tag-production

devservices

A standalone cli tool used to manage dependencies for services. It simplifies the process of starting, stopping, and managing services for development purposes.

Overview

devservices reads configuration files located in the devservices directory of your repository. These configurations define services, their dependencies, and various modes of operation.

Installation

The recommended way to install devservices is through a virtualenv in the requirements.txt.

devservices==1.0.2

Usage

devservices provides several commands to manage your services:

Commands

NOTE: service-name is an optional parameter. If not provided, devservices will attempt to automatically find a devservices configuration in the current directory in order to proceed.