Skip to content

Commit

Permalink
fix: improved README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Sep 15, 2023
1 parent 97ac616 commit 9577826
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,9 @@ The following gitlab-ci.yml snippets shows the usage of the env command:
### Flags
In addition to the global flags, the following flags can be applied to override the sensible defaults:
```text
-f, --filename string the name of the dotenv file (default ".gitlab-aws-credentials.env")
-f, --filename string the name of the dotenv file (default stdout)
-e, --export prefix the environment variables with "export " (default false)
```
The following table shows the default values these flags:

| name | default value | override |
|-------------------------|--------------------------------|------------------------------|
| filename | .gitlab-aws-credentials.env | --filename/-f |


### dotenv example
The following gitlab-ci.yml snippets shows the usage of the dotenv command:
Expand Down

0 comments on commit 9577826

Please sign in to comment.