Metadata-Version: 2.1
Name: cto-cli
Version: 0.3.1
Summary: The CTO cli
Home-page: https://doc.cloudtechnologyoffice.com/ecs/latest
License: Apache-2.0
Author: CTO
Author-email: support@cloudtechnologyoffice.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyYAML (==6.0.1)
Requires-Dist: requests (==2.31.0)
Requires-Dist: rich (==13.6.0)
Requires-Dist: typer (==0.9.0)
Project-URL: Repository, https://github.com/Cloud-Technology-Office/cto-cli
Description-Content-Type: text/markdown

# CTO cli

CLI for ECS by CTO.

## Installation
```bash
pip install -U cto-cli
```

## Getting started

```bash
cto ecs init
```

## Documentation
[Documentation](https://doc.cloudtechnologyoffice.com/ecs/latest/) for more details.


