Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/panda-official/driftcli

CLI Client for Drift Platform
https://github.com/panda-official/driftcli

cli click command-line data

Last synced: about 1 month ago
JSON representation

CLI Client for Drift Platform

Awesome Lists containing this project

README

        

# Drift CLI

[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/panda-official/DriftCLI)](https://pypi.org/project/drift-cli)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/drift-cli)](https://pypi.org/project/drift-cli)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/panda-official/DriftCLI/ci.yml?branch=develop)](https://github.com/panda-official/DriftCLI/actions)

Drift CLI is a command line client for [PANDA|Drift](https://driftpythonclient.readthedocs.io/en/latest/docs/panda_drift/) platform.

## Features

* Export data from Drift Blob Storage

## Requirements

* Python >= 3.8
* pip

## Installing

To install the Drift CLI, simply use pip:

```
pip install drift-cli
```

## Usage

```
drift-cli --help
drift-cli alias add drift-device --address 127.0.0.1 --password SOME_PASSWORD
drift-cli export raw drift-device ./tmp --start 2021-01-01 --end 2021-01-02
```

## Links

* [Documentation](https://driftcli.readthedocs.io/en/latest/)