Metadata-Version: 2.4
Name: cctl
Version: 0.1.0
Summary: Universal cloud CLI — one command for AWS, Azure, and GCP
Project-URL: Homepage, https://github.com/cloudctlio/cloudctl
Project-URL: Repository, https://github.com/cloudctlio/cloudctl
Project-URL: Issues, https://github.com/cloudctlio/cloudctl/issues
Project-URL: Changelog, https://github.com/cloudctlio/cloudctl/releases
Author-email: Harish Guttikonda <cloudctlhq@gmail.com>
License: MIT
License-File: LICENSE
Keywords: aws,azure,cli,cloud,cloudctl,devops,gcp,multicloud,sre
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# ⚡ cctl — Universal Cloud CLI

> One command for AWS, Azure, and GCP.

`cctl` installs the `cloudctl` command — a universal CLI that lets you
query and manage AWS, Azure, and GCP resources with one unified syntax,
using your existing credentials.

## Install

```bash
pip install cctl
```

## Usage

```bash
cloudctl --help
```

## Full Release Coming Soon

This is a placeholder release to reserve the package name.
The full `v0.2.0` release with complete functionality is in active development.

**Features in development:**
- `cloudctl compute list --cloud all` — list VMs across all clouds
- `cloudctl cost summary` — unified cost across AWS + Azure + GCP
- `cloudctl security audit` — security posture across all accounts
- `cloudctl ask "show idle resources"` — natural language queries
- `cloudctl shell` — interactive multi-cloud shell

## Links

- **GitHub:** https://github.com/cloudctlio/cloudctl
- **Issues:** https://github.com/cloudctlio/cloudctl/issues

## License

MIT
