https://github.com/panda-official/driftcli
CLI Client for Drift Platform
https://github.com/panda-official/driftcli
cli click command-line data
Last synced: 4 months ago
JSON representation
CLI Client for Drift Platform
- Host: GitHub
- URL: https://github.com/panda-official/driftcli
- Owner: panda-official
- License: mpl-2.0
- Created: 2023-02-09T09:58:28.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-15T09:19:04.000Z (about 2 years ago)
- Last Synced: 2025-08-26T02:23:52.676Z (10 months ago)
- Topics: cli, click, command-line, data
- Language: Python
- Homepage: https://driftcli.readthedocs.io/en/latest/
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Drift CLI
[](https://pypi.org/project/drift-cli)
[](https://pypi.org/project/drift-cli)
[](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/)