Skip to content

Commit ee28dee

Browse files
committed
Documented the change made by #36
1 parent d1c94e9 commit ee28dee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ zappend -t output/mycube.zarr -c config.yaml inputs/*.nc
5050
If multiple configuration files are passed, they will be merged into one by
5151
incrementally updating the first by subsequent ones.
5252

53+
!!! info "Environment Variables"
54+
It is possible to include the values of environment variables in JSON or YAML
55+
configuration files using the syntax `${ENV_VAR}` or just `$ENV_VAR`.
56+
5357
You can pass configuration settings to the `zappend` Python function with
5458
the optional `config` keyword argument. Other keyword arguments are
5559
interpreted as individual configuration settings and will be merged into the

0 commit comments

Comments
 (0)