mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 18:29:08 +00:00
Updated README.md with latest version number
This commit is contained in:
parent
79846a964d
commit
fbdd040138
1 changed files with 4 additions and 4 deletions
|
|
@ -94,7 +94,7 @@ This utility can be used as a [pre-commit plugin](https://pre-commit.com/#instal
|
|||
cat <<EOF > .pre-commit-config.yaml
|
||||
repos:
|
||||
- repo: https://github.com/acaloiaro/env-sample-sync.git
|
||||
rev: v2.4.0
|
||||
rev: v2.5.0
|
||||
hooks:
|
||||
- id: env-sample-sync
|
||||
EOF
|
||||
|
|
@ -145,7 +145,7 @@ It's even possible to provide default/example values for every environment varia
|
|||
```yml
|
||||
repos:
|
||||
- repo: https://github.com/acaloiaro/env-sample-sync.git
|
||||
rev: v2.4.0
|
||||
rev: v2.5.0
|
||||
hooks:
|
||||
- id: env-sample-sync
|
||||
```
|
||||
|
|
@ -155,7 +155,7 @@ repos:
|
|||
```yml
|
||||
repos:
|
||||
- repo: https://github.com/acaloiaro/env-sample-sync.git
|
||||
rev: v2.4.0
|
||||
rev: v2.5.0
|
||||
hooks:
|
||||
- id: env-sample-sync
|
||||
args: ['--env-file=.env_file', '--sample-file=env_file.sample']
|
||||
|
|
@ -168,7 +168,7 @@ Sometimes environment variables need to conform to specific formats and it's nec
|
|||
```yml
|
||||
repos:
|
||||
- repo: https://github.com/acaloiaro/env-sample-sync.git
|
||||
rev: v2.4.0
|
||||
rev: v2.5.0
|
||||
hooks:
|
||||
- id: env-sample-sync
|
||||
args: [--example=FOO="Provide your foo here", --example=BAR="You can fetch bars from https://example.com/bars"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue