mirror of
https://github.com/acaloiaro/ess
synced 2026-07-22 02:36:55 +00:00
chore: update versions in README
Signed-off-by: Juan C. Müller <me@juancmuller.com>
This commit is contained in:
parent
f321ff05d5
commit
44a904c668
1 changed files with 5 additions and 6 deletions
|
|
@ -156,7 +156,7 @@ This utility can be used as a [pre-commit plugin](https://pre-commit.com/#instal
|
||||||
cat <<EOF >.pre-commit-config.yaml
|
cat <<EOF >.pre-commit-config.yaml
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/acaloiaro/ess.git
|
- repo: https://github.com/acaloiaro/ess.git
|
||||||
rev: v2.14.1
|
rev: v2.16.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: ess
|
- id: ess
|
||||||
EOF
|
EOF
|
||||||
|
|
@ -214,7 +214,7 @@ It's even possible to provide default/example values for every environment varia
|
||||||
```yml
|
```yml
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/acaloiaro/ess.git
|
- repo: https://github.com/acaloiaro/ess.git
|
||||||
rev: v2.14.1
|
rev: v2.16.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: ess
|
- id: ess
|
||||||
```
|
```
|
||||||
|
|
@ -224,7 +224,7 @@ repos:
|
||||||
```yml
|
```yml
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/acaloiaro/ess.git
|
- repo: https://github.com/acaloiaro/ess.git
|
||||||
rev: v2.14.1
|
rev: v2.16.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: ess
|
- id: ess
|
||||||
args: ['--env-file=.env_file', '--sample-file=env_file.sample']
|
args: ['--env-file=.env_file', '--sample-file=env_file.sample']
|
||||||
|
|
@ -239,7 +239,7 @@ environment variable name surrounded by `<brackets like this>` in sample files.
|
||||||
```yml
|
```yml
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/acaloiaro/ess.git
|
- repo: https://github.com/acaloiaro/ess.git
|
||||||
rev: v2.14.1
|
rev: v2.16.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: ess
|
- id: ess
|
||||||
args: [--example=FOO="Provide your foo here", --example=BAR="You can fetch bars from https://example.com/bars"]
|
args: [--example=FOO="Provide your foo here", --example=BAR="You can fetch bars from https://example.com/bars"]
|
||||||
|
|
@ -258,4 +258,3 @@ Example sample file output
|
||||||
FOO=Provide your foo here
|
FOO=Provide your foo here
|
||||||
BAR=You can fetch bars from https://example.com/bars
|
BAR=You can fetch bars from https://example.com/bars
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue