``` Egiiga CLI Tool - Command Line Interface

Egiiga Command Line Interface

Powerful CLI tool for managing DAO proposals, voting, and governance actions directly from your terminal

Download Options

Install CLI Tool

Choose your platform and start using Egiiga's terminal-based governance tool in minutes

Linux / macOS

bash
$ curl -s https://cli.egiiga.com/install | sh

Docker

bash
$ docker run -it --name egiiga-cli egiiga/cli

Windows

powershell
PS> iex (new-object net.webclient).DownloadString('https://cli.egiiga.com/install.ps1')

SHA256 checksums available at cli-checksums.txt

Why Use CLI?

Instant Governance

Create, vote, and track governance actions in seconds without opening a browser

🛡️

Keyless Secure

Works with encrypted identity providers and hardware wallet integration

🚀

Scriptable Actions

Automate governance workflows using shell scripts and cron jobs

Getting Started

Basic Commands

List Proposals

$ egiiga proposal list

Create Proposal

$ egiiga proposal create --title "Fund New Research" --description "Allocate $25,000 for on-chain research"

Vote

$ egiiga vote --id 42 --position for
```