15 lines
385 B
Markdown
15 lines
385 B
Markdown
# Gitea CLI Project Overview
|
|
|
|
## Purpose
|
|
Command line interface for interacting with Gitea servers:
|
|
- Repository management
|
|
- Repository search with advanced filtering
|
|
- Visibility toggling
|
|
- Git remote configuration
|
|
|
|
## Architecture
|
|
- Python CLI built with Click
|
|
- REST API client for Gitea
|
|
- Modular design with separate API and CLI layers
|
|
- Configuration via env vars or CLI args
|