https://github.com/shopkeep/shpkpr
A CLI tool for controlling and observing applications on Marathon and Chronos
https://github.com/shopkeep/shpkpr
Last synced: 4 months ago
JSON representation
A CLI tool for controlling and observing applications on Marathon and Chronos
- Host: GitHub
- URL: https://github.com/shopkeep/shpkpr
- Owner: shopkeep
- License: mit
- Created: 2015-10-21T09:47:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T14:10:56.000Z (over 6 years ago)
- Last Synced: 2025-09-03T02:49:42.450Z (9 months ago)
- Language: Python
- Homepage: https://shpkpr.readthedocs.org/
- Size: 304 KB
- Stars: 14
- Watchers: 50
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
===============================
shpkpr
===============================
.. image:: https://img.shields.io/travis/shopkeep/shpkpr.svg
:target: https://travis-ci.org/shopkeep/shpkpr
.. image:: https://readthedocs.org/projects/shpkpr/badge/?version=latest
:target: https://readthedocs.org/projects/shpkpr/?badge=latest
:alt: Documentation Status
shpkpr is a tool for controlling and observing applications/tasks running on Marathon and Chronos. shpkpr is designed to provide a simple command-line interface to Marathon and Chronos (similiar to the ``heroku`` command-line tool) for use both manually and with CI tools like jenkins.
* Free software: MIT license
* Documentation: https://shpkpr.readthedocs.org.
* Quick start guide: https://shpkpr.readthedocs.io/en/latest/contributing.html#get-started
Features
--------
* List/show detailed application info
* Deploy applications (using `Jinja2 `_ templates)
* Zero-downtime application deploys when used with `Marathon-LB `_
* List/show detailed cron task info
* Deploy cron tasks (using `Jinja2 `_ templates)