Skip to content

Quick Start

First Steps

  1. Install ida-hcli (see Installation)
  2. Authenticate (see Authentication)
  3. Verify your setup:
    hcli whoami
    

Common Commands

License Management

View your licenses:

hcli license list

Install a license:

hcli license install

File Sharing

Share a file:

hcli share put myfile.idb

List shared files:

hcli share list

Download a shared file:

hcli share get <file-id>

Help and Documentation

Get help for any command:

hcli --help
hcli license --help
hcli license install --help

Next Steps