Document env support in default templates
This commit is contained in:
parent
3c282999e8
commit
02677d576d
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ When template processors run, they will be provided the following set of data.
|
|||
| `yadm.os` | `YADM_OS` | Operating system | <code>uname ‑s</code> <sup>*</sup> |
|
||||
| `yadm.user` | `YADM_USER` | Current user | <code>id ‑u ‑n</code> |
|
||||
| `yadm.source` | `YADM_SOURCE` | Template filename | (fully qualified path) |
|
||||
| `env.VAR` | | Env variables | Any VAR in the environment while yadm templates are processed |
|
||||
|
||||
<sub><sup>*
|
||||
The OS for "Windows Subsystem for Linux" is reported as "WSL", even though uname identifies as "Linux".
|
||||
|
|
Loading…
Reference in a new issue