Metadata-Version: 2.4
Name: acex-cli
Version: 4.5.0
Summary: ACE-X CLI - Command-line interface for ACE-X
License: AGPL-3.0
Keywords: automation,cli,control
Author: Johan Lahti
Author-email: johan.lahti@acebit.se
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: acex-client (>=4.3.0,<5.0.0)
Requires-Dist: acex-devkit (>=1.6.2,<2.0.0)
Requires-Dist: acex-driver-cisco-ioscli (>=0.5.1,<0.6.0)
Requires-Dist: click (==8.1.7)
Requires-Dist: ntc-templates (>=8.1.0,<9.0.0)
Requires-Dist: rich (>=13.0.0,<14.0.0)
Requires-Dist: typer (>=0.12.0,<0.13.0)
Project-URL: Homepage, https://github.com/acex-labs/acex
Project-URL: Repository, https://github.com/acex-labs/acex
Description-Content-Type: text/markdown

# ACE-X CLI

Command-line interface for managing ACE-X automations.

## Installation

```bash
pip install acex-cli
```

This will also install the `acex` backend package as a dependency.

## Development

```bash
cd cli
poetry install
```

## Usage

```bash
acex --help
acex run automation.py
acex list
acex status
```

## Commands

- `acex run` - Run an automation
- `acex list` - List available automations
- `acex status` - Check system status
- `acex config` - Manage configuration

## Documentation

See the [main documentation](../README.md) for more information.

