Release v0.1.7
Installation
Download the appropriate binary for your platform from the assets below.
Linux/macOS
# Download and extract (replace with your platform)
curl -L https://github.com/kriipke/vaultsync/releases/download/v0.1.7/vaultsync-v0.1.7-linux-amd64.tar.gz | tar xz
# Make executable and move to PATH
chmod +x vaultsync
sudo mv vaultsync /usr/local/bin/Windows
Download the .zip file and extract vaultsync.exe to a directory in your PATH.
Usage
# Set environment variables
export VAULT_ADDR="https://your-vault.example.com:8200"
export VAULT_TOKEN="your-token"
# List secrets
vaultsync list namespace
# Pull secrets to files
vaultsync pull namespace
# Push secrets back (with dry-run)
vaultsync push namespace --dry-run
vaultsync push namespaceChecksums
Verify your download with the checksums provided in checksums.txt.
Full Changelog: v0.1.6...v0.1.7