Skip to content

Commit

Permalink
Update README + Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hija committed Apr 14, 2024
1 parent e16b61a commit 2b16e6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Consult `clean-dotenv --help` for the full set of options.

Common options:

- `--root path`: Defines the root path in which to look for .env files. This is **not recursive**
- `--root_path`: Defines the root path in which to look for .env files. This is **not recursive**
- `--keep value1 value2`: Defines which values shall be kept in the .env file. In this example, every variable except for value1 and value2 would be cleaned.

## As a pre-commit hook

Expand All @@ -49,7 +50,7 @@ Sample `.pre-commit-config.yaml`

```yaml
- repo: https://github.com/hija/clean-dotenv
rev: v0.0.6
rev: v0.0.7
hooks:
- id: clean-dotenv
```
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = clean_dotenv
version = 0.0.6
version = 0.0.7
description = Automatically creates an .env.example which creates the same keys as your .env file, but without the values
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 2b16e6f

Please sign in to comment.