env2bws 0.1.1

A tool to help import variables from .env files into Bitwarden Secrets Manager.
# env2bws

![Crates.io Version](https://img.shields.io/crates/v/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
```