我们是否有用于JSON JQ等窗口的base64实用程序
我在Windows上,我可以看到我们有JSON JQ
实用程序可用。我已经下载了( https://stedolan.github.io/jq/ ),并将其设置为环境变量,一切都很好。
Windows上的base64
我们是否有类似的内容,目前是错误的,例如以下命令,
k get secret my-user -n elastic-system -o json | jq -r .data.elastic | base64 -D
术语“ base64”一词不被认为是cmdlet,函数,脚本文件或可操作程序的名称
I am on windows and I can see we have json jq
utility available. I have downloaded it (https://stedolan.github.io/jq/) and sets as environment variables, all good.
Do we have similar stuff for base64
on windows, currently it's giving error like for below command,
k get secret my-user -n elastic-system -o json | jq -r .data.elastic | base64 -D
The term 'base64' is not recognized as the name of a cmdlet, function, script file, or operable program
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论