Skip to content

Commit e11c5b6

Browse files
committed
Add top-level screenshot
Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
1 parent ec43d1d commit e11c5b6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/configuration/dotenv-direnv.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Runme has a built-in Environment store that manages configuration and secrets pe
44

55
For your projects, you can use DotEnv or Direnv to populate environment variables at session startup.
66

7+
![DotEnv and Direnv Support](../../static/img/configuration-page/runme-env-store.png)
8+
79
If notebooks or tasks in your project mutate values of environment variables as part of their execution, you can reset the session (e.g. using the notebook UX "Reset Session" toolbar button) which in turn resets the environment variables to the initial values.
810

911
## How to use DotEnv
@@ -65,6 +67,7 @@ direnv: export +GITHUB_TOKEN +GOAWAY +MY_NAME"}
6567
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.
6668

6769
![Environment populated with direnv/.envrc](../../static/img/configuration-page/runme-env-store-tab.png)
70+
6871
> Example of Env Store tab in action
6972
7073
## Experimental Owl Store
390 KB
Loading

0 commit comments

Comments
 (0)