@opencode-plugins/env-protection
v1.0.4
Published
Prevent opencode to read any .env file
Readme
@opencode-plugin/env-protection
| Platform | Supported | | -------- | ------------------ | | macOS | :white_check_mark: | | linux | :white_check_mark: | | windows | :white_check_mark: |
Prevent opencode to read any .env file - this is taken 1:1 from opencode docs.
Installation
Add the package to your plugins list in ~/.config/opencode/opencode.json:
{
"plugins": ["@opencode-plugins/env-protection"]
}