Creating Extensions
Overview
hcli supports an extension architecture that allows developers to create custom commands for specialized workflows.
Create an extension
hcli extension create
You can create a new hcli extension using the following command:
pipx run cookiecutter gh:Hex-RaysSA/ida-hcli-extension-template
This will guide you through generating a new extension project based on the official template.