Metadata-Version: 2.4
Name: cloudwright-ai-cli
Version: 0.3.3
Summary: CLI for Cloudwright architecture intelligence
Project-URL: Homepage, https://github.com/xmpuspus/cloudwright
Project-URL: Repository, https://github.com/xmpuspus/cloudwright
Project-URL: Issues, https://github.com/xmpuspus/cloudwright/issues
Project-URL: Changelog, https://github.com/xmpuspus/cloudwright/blob/main/CHANGELOG.md
Author: Xavier Puspus
License-Expression: MIT
Keywords: architecture,cli,cloud,terraform
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.12
Requires-Dist: cloudwright-ai<1,>=0.1.0
Requires-Dist: rich<15,>=13.9
Requires-Dist: typer<1,>=0.21
Description-Content-Type: text/markdown

# cloudwright-cli

Command-line interface for [Cloudwright](https://github.com/xmpuspus/cloudwright) architecture intelligence.

## Install

```bash
pip install cloudwright[cli]
```

## Usage

```bash
cloudwright design "3-tier web app on AWS"
cloudwright cost spec.yaml
cloudwright validate spec.yaml --compliance hipaa
cloudwright export spec.yaml --format terraform -o ./infra
cloudwright diff v1.yaml v2.yaml
cloudwright catalog search "4 vcpu 16gb"
cloudwright chat
```

See the [main project README](https://github.com/xmpuspus/cloudwright) for full documentation.
