Skip to content

状态与服务健康

如何检查平台是否健康以及你的客户端是否最新。

Subaya 平台的服务健康发布在 subaya-dev.com。如果命令超时或运行卡住, 请先在那里检查。

一种验证 API 可达且你的凭据能解析的快速方法:

Terminal window
suya auth whoami # calls the API and prints the resolved identity

如果这失败,请按 故障排查 逐步处理。

过期的 CLI 是令人困惑的行为的常见来源。检查你的版本以及是否有更新的发行版可用:

Terminal window
suya version # show version metadata
suya update --check # report whether a newer release exists
suya update # upgrade to the latest release

定期运行 suya update --check——尤其是在提交问题之前——这样你就知道自己用的是最新的客户端。