Vault Loader

Quick Install

Run this command to install vault-loader:

curl -s https://vault-loader.idot-digital.com/install.sh | sh

Or download and run the installation script manually:

Manual Download

Download the latest version of Vault Loader for your platform:

Docker

Pull the latest version of Vault Loader from Docker Hub:

docker pull idotdigital/vault-loader:latest

Usage example:

docker run --rm -v $PWD:/work -w /work idotdigital/vault-loader:latest export

The container supports both amd64 and arm64 architectures.