https://github.com/naoki-maeda/bitwardenv
Securely sets environment variables from items in a BitWarden folder and executes commands.
https://github.com/naoki-maeda/bitwardenv
bitwarden deno
Last synced: about 1 month ago
JSON representation
Securely sets environment variables from items in a BitWarden folder and executes commands.
- Host: GitHub
- URL: https://github.com/naoki-maeda/bitwardenv
- Owner: naoki-maeda
- License: mit
- Created: 2023-12-31T11:59:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T12:27:55.000Z (over 2 years ago)
- Last Synced: 2025-08-12T14:49:42.399Z (11 months ago)
- Topics: bitwarden, deno
- Language: TypeScript
- Homepage: https://deno.land/x/bitwardenv
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## bitwardenv
`bitwardenv` is a CLI tool inspired by
[envchain](https://github.com/sorah/envchain), designed to securely store
environment variables in [Bitwarden](https://bitwarden.com/) vault and execute
commands.
## help
```sh
Usage: Bitwarden Environment
Version: 0.1.1
Description:
Securely sets environment variables from items in a Bitwarden folder and executes commands.
Options:
-h, --help - Show this help.
-V, --version - Show the version number for this program.
-d, --debug - Enable debug output (Default: false)
Commands:
help [command] - Show this help or the help of a sub-command.
run - Run Command
```