Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/nickstenning/honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
https://github.com/nickstenning/honcho

devtools operations python

Last synced: about 1 month ago
JSON representation

Honcho: a python clone of Foreman. For managing Procfile-based applications.

Lists

README

        

::

___ ___ ___ ___ ___ ___
/\__\ /\ \ /\__\ /\ \ /\__\ /\ \
/:/ / /::\ \ /::| | /::\ \ /:/ / /::\ \
/:/__/ /:/\:\ \ /:|:| | /:/\:\ \ /:/__/ /:/\:\ \
/::\ \ ___ /:/ \:\ \ /:/|:| |__ /:/ \:\ \ /::\ \ ___ /:/ \:\ \
/:/\:\ /\__\ /:/__/ \:\__\ /:/ |:| /\__\ /:/__/ \:\__\ /:/\:\ /\__\ /:/__/ \:\__\
\/__\:\/:/ / \:\ \ /:/ / \/__|:|/:/ / \:\ \ \/__/ \/__\:\/:/ / \:\ \ /:/ /
\::/ / \:\ /:/ / |:/:/ / \:\ \ \::/ / \:\ /:/ /
/:/ / \:\/:/ / |::/ / \:\ \ /:/ / \:\/:/ /
/:/ / \::/ / /:/ / \:\__\ /:/ / \::/ /
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/

|PyPI| |Build Status|

Honcho is a Python port of Foreman_, a tool for managing Procfile-based applications.

`Why a port? /honcho.readthedocs.io/en/latest/#why-did-you-port-foreman>`_

.. _Foreman: https://ddollar.github.io/foreman

.. |Build Status| image:: https://github.com/nickstenning/honcho/actions/workflows/main.yml/badge.svg
:target: https://github.com/nickstenning/honcho/actions
:alt: Build Status

.. |PyPI| image:: https://img.shields.io/pypi/v/honcho.svg
:target: https://pypi.python.org/pypi/honcho/
:alt: Latest Version on PyPI

Installing Honcho
-----------------

::

pip install honcho

How to use Honcho
-----------------

The 30-second version:

1. Write `a Procfile`_::

$ cat >Procfile <.env <