Skip to content
CeloHT edited this page Aug 1, 2026 · 1 revision

CLI.md

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

Welcome to the official CeloHT documentation. This knowledge base provides comprehensive documentation for users, developers, contributors, partners, researchers, and ecosystem participants. Explore architecture, APIs, smart contracts, developer guides, governance, security, educational resources, roadmap, transparency reports, and community initiatives. Built with openness, collaboration, and long-term sustainability in mind, the CeloHT documentation follows international open-source documentation standards to make learning, building, and contributing accessible to everyone.

Clone this wiki locally