如何在我的IDE中将肥皂用作外部工具?

时间:2019-05-17 17:53:51

标签: intellij-idea

我想使用sops在我的IDE(Intellij)中编辑文件,但是我不确定如何最好地将其设置为外部工具。

我发现了以下相关问题:

2 个答案:

答案 0 :(得分:1)

IntelliJ IDEA不支持--wait,并且不能通过EDITOR环境使用。

请参见this issue和链接的重复项。

外部工具不起作用。可以通过实现IntelliJ IDEA插件来支持此功能,该插件将与命令行工具集成在一起,以透明方式加密/解密您正在编辑的文件。

答案 1 :(得分:0)

IntelliJ IDEA至少2020.2现在支持--wait

https://www.jetbrains.com/help/idea/working-with-the-ide-features-from-command-line.html#arguments

我尝试过

export EDITOR="idea --wait"
sops secret.yaml

不幸的是,即使在思想中有消息,它也无法正常工作

Activated from command line: Command line will be waiting until the file '/Users/user/Development/../secret.yaml' has been closed.