Metadata-Version: 2.4
Name: codedthemes-cli
Version: 0.1.0
Summary: CLI tool for Code Theme and Integration
Author: codedthemes
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pyjwt

# CodedThemes CLI

The `codedthemes` CLI is a powerful command-line interface that allows you to interact with the CodeThemeMCP server. It enables you to analyze and modify your repositories using AI, with a focus on theme and style management.

## Installation

Install the CLI globally using pip:

```bash
pip install code-theme-mcp-cli
```

## Getting Started

### 1. Login

Before applying any changes, you must authenticate your session with the MCP Server.

```bash
codedthemes login
```
*You will be prompted to enter your Email and License key.*

### 2. Apply Changes

Navigate to your target project repository and run the `apply` command with your desired changes in quotes:

```bash
codedthemes apply "Update the theme branding from Mantis to Berry"
```

The CLI will automatically:
1. Package and securely send your repository to the remote server for analysis.
2. Plan the necessary code modifications using AI.
3. Automatically apply the patches back to your local files.

## Support

For issues or feature requests, please contact the CodedThemes support team.
