Skip to content

Commit 2b16e6f

Browse files
committed
Update README + Version Bump
1 parent e16b61a commit 2b16e6f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ Consult `clean-dotenv --help` for the full set of options.
3939

4040
Common options:
4141

42-
- `--root path`: Defines the root path in which to look for .env files. This is **not recursive**
42+
- `--root_path`: Defines the root path in which to look for .env files. This is **not recursive**
43+
- `--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.
4344

4445
## As a pre-commit hook
4546

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

5051
```yaml
5152
- repo: https://github.com/hija/clean-dotenv
52-
rev: v0.0.6
53+
rev: v0.0.7
5354
hooks:
5455
- id: clean-dotenv
5556
```

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = clean_dotenv
3-
version = 0.0.6
3+
version = 0.0.7
44
description = Automatically creates an .env.example which creates the same keys as your .env file, but without the values
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)