Metadata-Version: 2.1
Name: rdeploy
Version: 0.1.5
Summary: CLI that makes it easy to build and deploy an application to k8s.
Home-page: https://github.com/rehive/rdeploy
Author: Rehive
Author-email: info@rehive.com
License: MIT License
Keywords: docker python helm kubernetes build automation deploy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Software Distribution
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

rdeploy
------------

rdeploy is a collection of invoke tasks that wrap common tools and services to make it easier to deploy code to a kubernetes cluster.

Installation
------------

To install, use pip::

    pip install rdeploy

Once installed, you can use it from within your project directory. The console script uses an `rdeploy.yaml`
file to configure itself.


