An open API service indexing awesome lists of open source software.

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.

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
```