You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/direnv/README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
+
1
2
# Direnv (via Github Releases) (direnv)
2
3
3
-
direnv is an extension for your shell. It augments existing shells with a new
4
-
feature that can load and unload environment variables depending on the current
5
-
directory.
4
+
direnv is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory.
6
5
7
6
## Example DevContainer Usage
8
7
@@ -17,3 +16,5 @@ directory.
17
16
| Options Id | Description | Type | Default Value |
18
17
|-----|-----|-----|-----|
19
18
| version | Select the version to install. | string | latest |
"description": "direnv is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory.",
"description": "direnv is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory.",
Copy file name to clipboardExpand all lines: src/kubectx-kubens/README.md
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
kubectx is a tool to switch between contexts (clusters) on kubectl faster. kubens is a tool to switch between Kubernetes namespaces (and configure them for kubectl) easily.
5
5
6
-
## Example Usage
6
+
## Example DevContainer Usage
7
7
8
8
```json
9
9
"features": {
@@ -18,7 +18,3 @@ kubectx is a tool to switch between contexts (clusters) on kubectl faster. kuben
18
18
| version | Select the version you would like to install (will apply for for both kubectx and kubens.) | string | latest |
19
19
20
20
21
-
22
-
---
23
-
24
-
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers-contrib/features/blob/main/src/kubectx-kubens/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
"description": "kubectx is a tool to switch between contexts (clusters) on kubectl faster. kubens is a tool to switch between Kubernetes namespaces (and configure them for kubectl) easily.",
0 commit comments