-
Notifications
You must be signed in to change notification settings - Fork 0
CLI.md
CeloHT edited this page Aug 4, 2026
·
2 revisions
Official command-line interface for developers and administrators working with the CeloHT ecosystem.
Version: 1.0
Status: Draft
The CeloHT CLI provides a command-line interface for interacting with the CeloHT ecosystem, automating workflows, and simplifying development tasks.
Using npm:
npm install -g @celoht/cliVerify installation:
celoht --versionDisplay available commands:
celoht --helpLogin:
celoht loginLogout:
celoht logoutCheck current session:
celoht whoamiView configuration:
celoht config listSet network:
celoht config set network celo-mainnetCheck wallet balance:
celoht wallet balanceView wallet address:
celoht wallet addressList agents:
celoht agent listView an agent:
celoht agent show <id>List courses:
celoht education listView learning path:
celoht education pathList projects:
celoht forest listShow statistics:
celoht forest statsDisplay ecosystem metrics:
celoht metricsceloht updateDisplay diagnostic information:
celoht doctor- Always use the latest CLI version.
- Keep credentials secure.
- Never expose private keys.
- Verify transactions before signing.
Planned features:
- Plugin system
- Project scaffolding
- Smart contract deployment
- Agent management
- Community administration
- Analytics commands
- SDK.md
- API_REFERENCE.md
- DEVELOPER_GUIDE.md
- USER_GUIDE.md
- SECURITY.md
© 2026 CeloHT - Open Source. Global Impact. Licensed under Apache.