alepha@docs:~/docs/packages/alepha$
cat command.md
1 min read
Last commit:

#Alepha - Command

#Installation

Part of the alepha package. Import from alepha/command.

npm install alepha

#Overview

Declarative CLI command framework.

Features:

  • CLI command definitions
  • Interactive CLI prompts
  • Command execution
  • Formatted colored output
  • Environment variable utilities
  • Schema validation for CLI arguments

#API Reference

#Primitives

#Providers

  • CliProvider — CLI provider for parsing and executing commands.

#Environment Variables

Environment variables used to configure this module. These can be set in your .env file or through your deployment configuration.

Variable Type Default Description
CLI_DESCRIPTION text Description of the CLI application.
CLI_NAME text cli Name of the CLI application.