This repository contains the Dremio Command Line Interface - a comprehensive CLI tool for managing Dremio Cloud and Dremio Software.
See the complete documentation for detailed guides on all features.
- dremio-cli/ - The Dremio CLI implementation
- docs/ - Complete documentation
- dremio_cli/ - Source code
- tests/ - Unit tests
- scripts/ - Live test scripts
- CLI Documentation - Complete user guide
- Dremio-as-Code Guide - GitOps for Dremio
- Installation Guide - Get started
- Main README - CLI overview
The Dremio CLI provides 100% API coverage with support for:
- β Catalog Operations
- β SQL Execution & Analysis
- β Job Management
- β Source Management
- β View Management
- β Space & Folder Management
- β Tag & Wiki Management
- β Grant & Permission Management
- β User & Role Management
- User & Role Management
- Table Operations
- Dremio-as-Code (GitOps)
pip install alt-dremio-cli# Configure profile
alt-dremio-cli profile create --name myprofile --type software \
--base-url https://dremio.company.com \
--username admin --password secret
# Execute SQL
alt-dremio-cli sql execute "SELECT * FROM customers LIMIT 10"
# List catalog
alt-dremio-cli catalog listSee the complete documentation for detailed guides on all features.