Skip to content

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)

Reference Implementation

For a complete, production-ready example, see ext-env-check:

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: How-to Guides — task-oriented recipes that guide you through solving specific problems.