我已在我的计算机上安装了credstash。我可以使用" credstash获取[凭证]"等命令。在命令提示符下。
然而,当我在python解释器中使用" import credstash"我在尝试使用" credstash get [credential]"时遇到语法错误。命令:
>>> import credstash
>>> credstash get credstash
File "<stdin>", line 1
credstash get credstash
^
SyntaxError: invalid syntax
答案 0 :(得分:3)
该语法适用于命令行,对于python,您应该使用credstash.getAllSecrets()
或credstash.getSecret()