rest-safe-env 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,6 +40,14 @@ brew install rest-safe-env
40
40
  brew install rse
41
41
  ```
42
42
 
43
+ ### VS Code extension (optional)
44
+
45
+ Install extension `adpopescu338.rest-safe-env-vscode` to add a right-click action on `.env` files (`View with rest-safe-env`) that launches `rse view` for the selected file.
46
+
47
+ ```bash
48
+ code --install-extension adpopescu338.rest-safe-env-vscode
49
+ ```
50
+
43
51
  ## Usage
44
52
 
45
53
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rest-safe-env",
3
3
  "description": "Encrypt selected .env values at rest and unlock only with explicit local approval.",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "files": [