385 B
385 B
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