Metadata-Version: 2.4
Name: cl-wrangler
Version: 0.2.3
Summary: Switch between multiple Cloudflare/Wrangler accounts
Author: groo.dev
License: MIT
Project-URL: Homepage, https://docs.groo.dev/cl-wrangler
Project-URL: Documentation, https://docs.groo.dev/cl-wrangler
Project-URL: Repository, https://github.com/groo-dev/cl-wrangler
Project-URL: Issues, https://github.com/groo-dev/cl-wrangler/issues
Keywords: cloudflare,wrangler,cli,account-switcher
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# cl-wrangler

A CLI tool to easily switch between multiple Cloudflare/Wrangler accounts.

## Installation

```bash
pip install cl-wrangler
```

## Usage

```bash
# Save your current wrangler account
cl add

# List saved accounts
cl list

# Switch accounts (interactive)
cl switch

# Switch with fuzzy matching
cl switch work
cl switch hamid

# Remove an account
cl remove
```

## Features

- **Save accounts** - Store multiple Wrangler authentication configs
- **Quick switch** - Switch between accounts with fuzzy matching
- **Interactive mode** - Select accounts from a list
- **Auto-save** - Automatically saves token updates before switching

## More Info

For full documentation, visit [docs.groo.dev/cl-wrangler](https://docs.groo.dev/cl-wrangler).

## License

MIT
