Skip to content

Latest commit

Β 

History

History
70 lines (50 loc) Β· 2.05 KB

File metadata and controls

70 lines (50 loc) Β· 2.05 KB

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