Skip to content

Commit

Permalink
docs(vars): Add debug command to show all vars in current context
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed Sep 14, 2023
1 parent ff3fe52 commit f47bdb4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rash_book/src/vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@ There are two kinds of variables:

- [Builtins](builtins.md)
- [Runtime](runtime.md)

## debug

To show all variables in current context:

```yaml
- debug:
var: __tera_context
```

0 comments on commit f47bdb4

Please sign in to comment.