tiup -B 报错?--binary没问题,bug吗?

看文档 https://docs.pingcap.com/zh/tidb/stable/tiup-reference#-t---tag-string

-B, --binary

打印指定组件的二进制文件路径:

  • 执行 tiup -B/--binary <component> 将打印已安装的 <component> 组件的最新稳定版路径,若 <component> 组件未安装,则报错
  • 执行 tiup -B/--binary <component>:<version> 将打印已经安装的 <component> 组件的 <version> 版本所在的路径,若该版本未安装,则报错

做了下实验,居然报错了。。

~$ tiup --version
1.11.0 tiup
Go Version: go1.19
Git Ref: v1.11.0
GitHash: 1a4714d7146fa85240a1ff4ef7451df719e0b4f0

~$ tiup --binary tiflash:v6.0.0
/Users/hqh/.tiup/components/tiflash/v6.0.0/tiflash/tiflash
~$ tiup --binary tidb:v6.0.0
/Users/hqh/.tiup/components/tidb/v6.0.0/tidb-server

~$ tiup -B tidb:v6.0.0
tiup is checking updates for component -B ...timeout!
The component `-B` version  is not installed; downloading from repository.
The component `-B` not found (may be deleted from repository); skipped

若该版本未安装,则报错
tidb:v6.0.0 是不是没有安装这个版本。

tiup 的 bug,在命令解析的时候没给设置 ‘B’ 的大写参数。

看谁有空去提个 pr 吧


1 个赞

6啊,源码都翻出来了 :100:

找到源码了。


211行:

1 个赞

问题已反馈,如果你会提 PR 的可以直接提个 PR ,不知道怎么提的就等着攻城狮来提

我这github很卡,经常加载不出来,提不了

这个是文档的 BUG

已提 PR 修复:具体进度见:

remove arg -B in tiup by Oreoxmt · Pull Request #11362 · pingcap/docs

https://github.com/pingcap/docs-cn/pull/12048

此话题已在最后回复的 60 天后被自动关闭。不再允许新回复。