# ALEX CLI
There is a Command Line Interface (CLI) available for starting tests and learning processes in ALEX via the command line.
# Installation
# NPM package
The CLI is available as a NodeJS module alex-cli and can be installed with
npm install -g alex-cli
# Docker image
The CLI is available as a Docker image and can be installed with
docker pull ghcr.io/learnlib/alex/alex-cli:3.0.0
Run the docker image and execute CLI commands:
docker run alex/alex-cli alex-cli [...]
# Usage
- Execute
alex-cli --help
to get all available parameters. - The readme can be found here (opens new window).
# Examples
- For usage examples, look at the examples directory (opens new window) in the repository.