Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

Autocompletion for version parameter on different APIs always retrieves the registered CKS versions

未關閉
#224 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
3/5
預估耗時
1-2 天
新手友好度
65/100
Issue 類型
缺陷
描述清晰度
基本清楚
活躍度
活躍
技術堆疊
go
領域
cli

研究方向

透過註冊一個 CKS 版本來重現此問題,然後檢查 list hostslist routers 的版本參數自動補全路徑。追蹤可用版本的選取位置;當這些命令自動補全出與其回應資料相符的 CloudStack 版本,而不是 CKS 版本時,即表示完成。

由索引模型根據 Issue 內容生成。

描述

The version parameter on different APIs such as list hosts or list routers (could be more) is always autocompleting to the CKS registered versions, instead of CloudStack versions.

To reproduce it:

  • Register at least one CKS version
  • Check autocompletion for the version parameter on list hosts or list routers
Image

Expected results:

Version autocompleting with the hosts/routers CloudStack versions available, matching the response field:

(homelab) 🐱 > list hosts type=routing filter=id,name,version
{
  "count": 1,
  "host": [
    {
      "id": "aae6296c-a674-4704-9da0-539fe0aaeeff",
      "name": "nvs-kvm01",
      "version": "4.22.1.0"
    }
  ]
}
主要語言
Go
星號
120
分支
79
平均合併
1 天 18 小時
30 天內合併 PR
4

貢獻指南

這個儲存庫沒有索引到貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

apache/cloudstack-cloudmonkey 的其他 Issue

查看 apache/cloudstack-cloudmonkey 的全部 Issue

相似的 Issue

更多 Go Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。