go-swagger – swagger serve命令未找到

huangapple go评论77阅读模式
英文:

go-swagger - swagger serve command not found

问题

我正在尝试使用命令swagger serve来提供一个swagger.json文件,但是我收到了错误信息:

未知命令 `serve'。请指定以下命令之一:generate、init、validate或version。

请问文档中是从哪里获取到serve命令的信息的?

英文:

I'm trying to serve a swagger.json file with the command swagger serve but I get the error

Unknown command `serve'. Please specify one command of: generate, init, validate or version

Where is the documentation getting the serve command from?

答案1

得分: 1

你现在的版本是多少?serve是在0.7.x系列中添加的,所以你可能需要更新你的二进制文件。

英文:

what's the version you're on? serve was added in the 0.7.x series so you may have to update your binary.

huangapple
  • 本文由 发表于 2016年10月25日 12:52:43
  • 转载请务必保留本文链接:https://go.coder-hub.com/40231599.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定