状态与服务健康
如何检查平台是否健康以及你的客户端是否最新。
Subaya 平台的服务健康发布在 subaya-dev.com。如果命令超时或运行卡住, 请先在那里检查。
从 CLI 确认连通性
Section titled “从 CLI 确认连通性”一种验证 API 可达且你的凭据能解析的快速方法:
suya auth whoami # calls the API and prints the resolved identity如果这失败,请按 故障排查 逐步处理。
让你的客户端保持最新
Section titled “让你的客户端保持最新”过期的 CLI 是令人困惑的行为的常见来源。检查你的版本以及是否有更新的发行版可用:
suya version # show version metadatasuya update --check # report whether a newer release existssuya update # upgrade to the latest release定期运行 suya update --check——尤其是在提交问题之前——这样你就知道自己用的是最新的客户端。