Skip to content

Commit

Permalink
Update README.md to include tags
Browse files Browse the repository at this point in the history
  • Loading branch information
0verbyte committed Sep 12, 2023
1 parent 28f9ad9 commit 02161e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,21 @@ Note: mold expects an array of environment variables with the following structur
type: string
# whether the variable is required or not. If required is true, then mold will ask to fill the value.
required: false
# tags are used to filter environment variables. An OR expression will be applied to these tags.
# List syntax can also be used to define tags.
tags: []
```
The following command line options are available for mold.
```
% ./bin/mold -h
Usage of mold (v0.1.0):
Usage of mold (dev-unknown-unknown):
-debug
Enables debug logging
-output string
Where environment variables will be written. File path or stdout (default "stdout")
-tags string
Filter environment variables matching tags
-template string
Path to the mold environment template file (default "mold.yaml")
```
Expand Down

0 comments on commit 02161e1

Please sign in to comment.