deckhouse / deckhouse/deckhouse-cli
Add functionality to the "d8 system module"
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 20
- Forks
- 7
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 33
Description
Suggestions for the d8 system module
Add a flag to d8 system module list so that all modules can be viewed, similar to d8 k get modules.
Currently, commands only list enabled modules via the curl http://127.0.0.1:9652/module/list.yaml endpoint.
Add autocomplete for module names to d8 system module enable/disable.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with internal/system/cmd/module/list/list.go and internal/system/cmd/module/operatemodule/optionsmodule.go, including the module list endpoint referenced in the issue. Trace the d8 system module list, enable, and disable commands and their completion setup. Done means list can show all modules on request and enable/disable provide module-name autocomplete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100