@dinanathdash/envault
v1.38.0
Published
Envault CLI - Securely manage your environment variables
Readme
@dinanathdash/envault (Go Wrapper)
This is a lightweight NPM wrapper for the Envault Go CLI. It automatically downloads the correct Go binary for your platform during installation.
Installation
npm install -g @dinanathdash/envaultUsage
The usage is identical to the original Node.js CLI:
envault login
envault pull
envault deployHow it works
When you install this package, a postinstall script runs to:
- Detect your Operating System and Architecture (Mac, Linux, Windows; x86_64, arm64).
- Download the versioned binary from the GitHub Releases.
- Place it in the
bin/directory and ensure it is executable.
This allows you to keep using your existing NPM-based workflows while benefiting from the speed and reliability of the Go implementation.
Release note: npm package publishing and v* tags are managed by semantic-release.
License
Copyright (c) 2026 Dinanath Dash. All Rights Reserved.
Use is governed by the repository LICENSE.
