Skip to content

developer-advocacy-dremio/dremio-python-cli

Repository files navigation

Dremio CLI Project

This repository contains the Dremio Command Line Interface - a comprehensive CLI tool for managing Dremio Cloud and Dremio Software.

📚 Documentation

See the complete documentation for detailed guides on all features.

📁 Project Structure

🚀 Quick Links

🎯 Features

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)

📦 Installation

pip install alt-dremio-cli

⚡ Quick Start

# 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 list

📚 Documentation

See the complete documentation for detailed guides on all features.

🔗 Additional Resources

About

A Python CLI for Dremio Software and Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors