Skip to content

Commit ec43d1d

Browse files
committed
Add env store tab
Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
1 parent 342f885 commit ec43d1d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/configuration/dotenv-direnv.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,16 @@ If you are unsure if Direnv is enabled for your project, you can use Direnv's CL
6060
direnv: export +GITHUB_TOKEN +GOAWAY +MY_NAME"}
6161
```
6262

63+
## Env Store tab in Pre-release
64+
65+
Runme now has a dedicated tab for managing environment variables available in Runme's pre-release. It shows the environment variables currently set in the session, when and where they were set, and securely allows inspecting their values.
66+
67+
![Environment populated with direnv/.envrc](../../static/img/configuration-page/runme-env-store-tab.png)
68+
> Example of Env Store tab in action
69+
6370
## Experimental Owl Store
6471

65-
Runme also offers the [🦉 Owl Store](https://runme.dev/blog/typed-env-vars), an experimental implementation of a Environment Variables Store that provides a type system for environment variables. It helps specify, verify, and ensure correctness of environment variables in your notebooks and tasks.
72+
While the Env Store tab is one of many 🦉 Owl Store features in Runme. The [🦉 Owl Store](https://runme.dev/blog/typed-env-vars) is an experimental implementation of a Environment Variables Store that's rooted in a type system for environment variables. It helps specify, verify, and ensure correctness of environment variables in your notebooks and tasks.
6673

6774
<video autoPlay loop muted playsInline controls>
6875
<source src="../../static/videos/typed-env-vars.mp4" type="video/mp4" />
596 KB
Loading

0 commit comments

Comments
 (0)