1 unstable release
| 0.1.0 | Dec 23, 2025 |
|---|
#35 in #show
45KB
1K
SLoC
guts-cli
Command-line tools for interacting with Guts.
Installation
cargo install guts-cli
Commands
Identity Management
# Generate a new Ed25519 keypair
guts identity generate
# Show your public key
guts identity show
# Export identity
guts identity export > identity.yaml
Repository Operations
# Clone a repository
git clone https://guts.network/owner/repo.git
# List repositories
guts repo list
# Create a repository
guts repo create my-project
Migration
# Import from GitHub
guts migrate github --repo owner/repo
# Import from GitLab
guts migrate gitlab --project group/project
Part of Guts
This CLI is part of Guts, a decentralized, censorship-resistant alternative to GitHub built on BFT consensus.
License
MIT OR Apache-2.0
Dependencies
~30MB
~560K SLoC