We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c94e9 commit ee28deeCopy full SHA for ee28dee
docs/guide.md
@@ -50,6 +50,10 @@ zappend -t output/mycube.zarr -c config.yaml inputs/*.nc
50
If multiple configuration files are passed, they will be merged into one by
51
incrementally updating the first by subsequent ones.
52
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
+
57
You can pass configuration settings to the `zappend` Python function with
58
the optional `config` keyword argument. Other keyword arguments are
59
interpreted as individual configuration settings and will be merged into the
0 commit comments