gity-cli
CLI interface for gity - Git repository acceleration daemon.
This crate provides the command-line argument parsing and command handlers for gity. It uses clap for argument parsing.
Commands
| Command | Description |
|---|---|
register <path> |
Start accelerating a repository |
unregister <path> |
Stop accelerating and clean up |
list |
Show registered repos |
status <path> |
Fast status summary |
health <path> |
Detailed diagnostics |
daemon start/stop |
Control the daemon |
Usage
This crate is primarily intended for internal use by the gity binary. See the gity documentation for general usage.
License
MIT