在Python中使用credstash

时间:2016-11-23 13:23:33

标签: python windows python-3.x amazon-web-services credstash

我已在我的计算机上安装了credstash。我可以使用" credstash获取[凭证]"等命令。在命令提示符下。

然而,当我在python解释器中使用" import credstash"我在尝试使用" credstash get [credential]"时遇到语法错误。命令:

>>> import credstash
>>> credstash get credstash
   File "<stdin>", line 1
    credstash get credstash
                ^
SyntaxError: invalid syntax

1 个答案:

答案 0 :(得分:3)

该语法适用于命令行,对于python,您应该使用credstash.getAllSecrets()credstash.getSecret()