Metadata-Version: 2.4
Name: redact-dotenv
Version: 1.0.2
Summary: CLI tool to redact secrets from .env files
Author-email: Etienne Bourgeois <etienne@hanstechnologies.ca>
License: GPL-3.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0
Dynamic: license-file

# redact-dotenv

A simple CLI tool to redact secrets (like API keys, tokens, passwords) from `.env` files.

## Installation

```bash
pip install redact-dotenv
```
## Usage 
```redact-dotenv .env .env.redacted```



