Skip to content

Release v0.1.5

Choose a tag to compare

@github-actions github-actions released this 16 Jan 22:22

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.5/vaultsync-v0.1.5-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 namespace

Checksums

Verify your download with the checksums provided in checksums.txt.

Full Changelog: v0.1.3...v0.1.5