@andreijiroh-dev/dotenv-tools
v0.1.0
Published
CLI tooling for managing a centralized repository for storing secrets, backed by dotenvx CLI library
Downloads
7
Readme
dotenvx-tools
[!warning] This tool is experimental, especially since we're slowly integrating
dotenvxfeatures under thedotenv-tools dotenvxprefix. If you need these, consult the upstream repository
Features
- [x] Set up and manage dotenvx-backed monorepos, similar to
gopass,pass - [x] Access most of
dotenvxcommands viadotenv-tools dotenvxcommand prefix
Install and docs
Visit https://wiki.andreijiroh.xyz/garden/tools/dotenv-tools/ for a comprehensive documentation.
# Install globally via npm
npm i -g @andreijiroh-dev/dotenv-tools
# or use npx
npx @andreijiroh-dev/dotenv-toolsFrom source
git clone https://mau.dev/andreijiroh-dev/dotenvx-secretstore
cd dotenvx-secretstore/tools
npm link --local .
# update via git
git pull --ff-onlyLicense
BSD-3-Clause and MPL-2.0
Portions of the code from @dotenvx/dotenvx CLI codebase under BSD 3-Clause,
which the contents of this directory has been adopted as part of dual-licensing
setup.
