Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

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

Open
#224 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
65/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Tech stack
go
Domain
cli

Research direction

Reproduce the issue by registering a CKS version, then inspect the autocompletion path for the version parameter on list hosts and list routers. Trace where the available versions are selected; done means these commands autocomplete CloudStack versions matching their response data rather than CKS versions.

Written by the indexing model from the issue text.

Description

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"
    }
  ]
}
Dominant language
Go
Stars
120
Forks
79
Avg merge
1d 18h
Merged PRs (30d)
4

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/cloudstack-cloudmonkey

All issues in apache/cloudstack-cloudmonkey

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.