Commands
| Command | Description |
|---|---|
hac groovy | Execute Groovy scripts inline or from files |
hac flexsearch | Run FlexibleSearch queries (table, CSV, JSON) |
hac impex | Import Impex data with validation modes |
hac update | System updates, patches, and initialization |
hac session | Start, import, list, and clear sessions |
hac env | Manage environments |
hac endpoint | Manage endpoints within environments |
hac config | View and validate configuration |
Architecture
This CLI is a thin adapter over hac-client-core. It maps command-line arguments to core library calls, handles configuration loading and output formatting, and contains no business logic — safe for automation and scripting.