| Crates.io | guts-cli |
| lib.rs | guts-cli |
| version | 0.1.0 |
| created_at | 2025-12-23 11:42:05.995655+00 |
| updated_at | 2025-12-23 11:42:05.995655+00 |
| description | CLI tools for interacting with Guts - a decentralized GitHub alternative. |
| homepage | https://github.com/AbdelStark/guts |
| repository | https://github.com/AbdelStark/guts |
| max_upload_size | |
| id | 2001362 |
| size | 65,247 |
Command-line tools for interacting with Guts.
cargo install guts-cli
# Generate a new Ed25519 keypair
guts identity generate
# Show your public key
guts identity show
# Export identity
guts identity export > identity.yaml
# Clone a repository
git clone https://guts.network/owner/repo.git
# List repositories
guts repo list
# Create a repository
guts repo create my-project
# Import from GitHub
guts migrate github --repo owner/repo
# Import from GitLab
guts migrate gitlab --project group/project
This CLI is part of Guts, a decentralized, censorship-resistant alternative to GitHub built on BFT consensus.
MIT OR Apache-2.0