volt-cli

Crates.iovolt-cli
lib.rsvolt-cli
version0.2.1
created_at2025-01-25 01:33:40.474867+00
updated_at2025-07-09 02:55:07.915288+00
description⚡ Simple and lightning fast caching for... anything
homepage
repository
max_upload_size
id1530163
size94,572
Mack (theMackabu)

documentation

README

Volt ⚡

A blazingly fast build cache server and CLI tool written in Rust. Volt helps you speed up your build times by caching and sharing build artifacts across your team.

Features

  • 🚀 Fast compression using zstd
  • 🔒 Secure authentication
  • 🔄 Simple push/pull cache operations
  • 📦 Multi-directory caching support
  • 🛠️ Build wrapper functionality

Usage

Just type volt to generate the initial config, fill out the details, then create a new server using volt server and you are set!

  • Manually push cache just volt push

  • Manually pull cache just volt pull

Architecture

Volt consists of two main components:

  1. Server (volt-server): Handles cache storage and retrieval with authentication
  2. CLI (volt): Manages cache operations and build wrapping

Built with 💜 using Rust

Commit count: 0

cargo fmt