Metadata-Version: 2.1
Name: ctm-cli
Version: 0.0.2
Summary: A command-line tool for managing configurations, tasks, and schedules
Home-page: https://github.com/gomleksiz/ctm-cli
Author: Huseyin G.
Author-email: huseyim@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Configuration and Task Management CLI

This CLI tool will validate the configuration files and troubleshoot the task issues.

## Installation

```bash
pip install ctm-cli
```

# Usage

```bash
ctm config check
ctm config collect
```
