Skip to content
CeloHT edited this page Aug 4, 2026 · 2 revisions

Official command-line interface for developers and administrators working with the CeloHT ecosystem.


CeloHT CLI

Version: 1.0
Status: Draft


Overview

The CeloHT CLI provides a command-line interface for interacting with the CeloHT ecosystem, automating workflows, and simplifying development tasks.


Installation

Using npm:

npm install -g @celoht/cli

Verify installation:

celoht --version

Help

Display available commands:

celoht --help

Authentication

Login:

celoht login

Logout:

celoht logout

Check current session:

celoht whoami

Configuration

View configuration:

celoht config list

Set network:

celoht config set network celo-mainnet

Wallet Commands

Check wallet balance:

celoht wallet balance

View wallet address:

celoht wallet address

Agent Commands

List agents:

celoht agent list

View an agent:

celoht agent show <id>

Education Commands

List courses:

celoht education list

View learning path:

celoht education path

Reforestation Commands

List projects:

celoht forest list

Show statistics:

celoht forest stats

Metrics

Display ecosystem metrics:

celoht metrics

Update CLI

celoht update

Troubleshooting

Display diagnostic information:

celoht doctor

Best Practices

  • Always use the latest CLI version.
  • Keep credentials secure.
  • Never expose private keys.
  • Verify transactions before signing.

Roadmap

Planned features:

  • Plugin system
  • Project scaffolding
  • Smart contract deployment
  • Agent management
  • Community administration
  • Analytics commands

Related Documents

  • SDK.md
  • API_REFERENCE.md
  • DEVELOPER_GUIDE.md
  • USER_GUIDE.md
  • SECURITY.md

CeloHT

Community-powered Web3 for real-world impact.

CeloHT is an open-source community initiative building practical solutions around Web3, financial inclusion, education, decentralized services, and environmental impact.

Learn. Build. Participate. Impact.

Clone this wiki locally