SOPS for IntelliJ based IDEs/Android Studio.
SOPS IntelliJ plugin allows you to decrypt and encrypt files encrypted with SOPS inside your IDE. To get started, install the plugin and configure path to SOPS executable in plugin's settings: Settings > Tools > SOPS
- Automatically decrypt the content of SOPS files.
- Show encrypted content as preview.
- On save, encrypt the contents, if the file has changed.

IntelliJ IDEA, PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, GoLand, DataGrip, Rider, MPS, Android Studio, DataSpell, Code With Me

Or you could install it inside your IDE:
For Windows & Linux: File > Settings > Plugins > Marketplace > Search for "SOPS" > Install Plugin > Restart IntelliJ IDEA
For Mac: IntelliJ IDEA > Preferences > Plugins > Marketplace > Search for "SOPS" > Install Plugin > Restart IntelliJ IDEA
- Download zip from releases
- Import to IntelliJ: Settings > Plugins > Cog > Install plugin from disk...
- Set path to SOPS executable in plugin's settings: Settings > Tools > SOPS
- Star the repository
- Buy me a coffee
- Rate the plugin
- Share the plugin
- Sponsor me
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
- The code for running SOPS in edit mode inside the IDE was taken from https://github.com/DaPutzy/intellij-sops-plugin. Thanks to https://github.com/DaPutzy for initial implementation.
Please see LICENSE for details.