CLIE
Guides for working with the clie (CLI Extender) command-line interface.
Learn how to extend the CLI with custom commands packaged as Docker containers.
In This Section
| Guide | Description |
|---|---|
| Creating Your First Extension | Tutorial: build a simple CLIE extension from scratch |
| Creating Extensions | Build production-ready extensions: project structure, metadata, testing, Dockerfile optimization, and EAC integration |
| Testing in External Repositories | Test eac-ext and standalone extensions in external repositories using Docker |
See also: Local Development Workflows
Develop and test extensions locally (moved to Local Setup section)
Quick Links
- Creating your first extension? Start with Creating Extensions
- Developing eac-ext commands? See Local Development - EAC Repository
- Building a standalone extension? See Local Development - External Repository Testing
- Testing in another repo? See Testing in External Repositories
Reference Implementation
For a complete, production-ready example, see ext-env-check:
See Also
- CLIE CLI Command Reference - Complete command documentation
- CLIE CLI Configuration - Configuration file reference
- CLI vs Extensions Architecture - Understanding the two-tier system
Tutorials | How-to Guides | Explanation | Reference
You are here: How-to Guides — task-oriented recipes that guide you through solving specific problems.