env2bws 0.1.0

A tool to help import variables from .env files into Bitwarden Secrets Manager.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# env2bws

A CLI tool for converting a `.env` file into a JSON format that can be imported by [Bitwarden Secrets Manager](https://bitwarden.com/help/import-secrets-data/).

## Installing

### From source

Run `cargo install env2bws`

## Using the tool

For help regarding using the tool, see the CLI help output:

```
env2bws --help
```