Skip to content

Commands Overview

All available commands organized by category. 186 total commands available - see the Complete Command Reference for the full list.


📊 Analysis Tools

Tools for data analysis, profiling, and quality checks.

Plus 3 more: columnStats, fragmentationCheck - See All Commands

🗄️ Data Tools

Commands for data migration, synchronization, and transformation.

🏗️ Schema Tools

Tools for schema management and database structure operations.

⚙️ System Tools

Administrative and system-level commands.

Looking for a specific command? Use the search bar above or check the full Command Reference in Features.

Pro Tips

  • Use --help flag with any command for detailed options
  • Most commands support --output for different formats (json, csv, table)
  • Use --verbose flag for detailed execution information
  • Commands support aliases for faster typing (e.g., imp for import)

Examples

bash
# Get help for a command
hana-cli import --help

# Use verbose output
hana-cli dataProfile -s SCHEMA -t TABLE --verbose

# Export as JSON
hana-cli export -s SCHEMA -t TABLE --output json

Released under the Apache License 2.0