Metadata-Version: 2.1
Name: refter-cli
Version: 0.1.0
Summary: Simple client to validate and push deployments to refter
Home-page: https://pypi.org/project/refter-cli
License: MIT
Author: refter-cli
Author-email: support@refter.io
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: click
Requires-Dist: dbt-core (>=1.7.4,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.7.0,<14.0.0)
Project-URL: Documentation, https://refter.io/docs
Project-URL: Repository, https://github.com/refter-io/refter-cli
Description-Content-Type: text/markdown

# Overview

Simple client to validate and push deployments to refter

[![Unix Build Status](https://img.shields.io/github/actions/workflow/status/henriblancke/refter-cli/main.yml?branch=main&label=linux)](https://github.com/henriblancke/refter-cli/actions)
[![Windows Build Status](https://img.shields.io/appveyor/ci/henriblancke/refter-cli.svg?label=windows)](https://ci.appveyor.com/project/henriblancke/refter-cli)
[![Coverage Status](https://img.shields.io/codecov/c/gh/henriblancke/refter-cli)](https://codecov.io/gh/henriblancke/refter-cli)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/henriblancke/refter-cli.svg)](https://scrutinizer-ci.com/g/henriblancke/refter-cli)
[![PyPI License](https://img.shields.io/pypi/l/Refter Client.svg)](https://pypi.org/project/Refter Client)
[![PyPI Version](https://img.shields.io/pypi/v/Refter Client.svg)](https://pypi.org/project/Refter Client)
[![PyPI Downloads](https://img.shields.io/pypi/dm/Refter Client.svg?color=orange)](https://pypistats.org/packages/Refter Client)

## Setup

### Requirements

* Python 3.10+

### Installation

Install it directly into an activated virtual environment:

```text
$ pip install refter-cli
```

## Usage

Check out the [refter](https://refter.io/docs) documentation to learn more about how to use the `refter-cli` client.

