deckhouse / deckhouse/deckhouse-cli
Add NAME argument to d8 s module command help
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 20
- Forks
- 7
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 33
Description
# d8 s module disable --help
Disable module using the ModuleConfig resource.
© Flant JSC 2025
Usage:
d8 system module disable [flags]
Flags:
-h, --help help for disable
Global Flags:
--context string The name of the kubeconfig context to use
-k, --kubeconfig string KubeConfig of the cluster. (default is $KUBECONFIG when it is set, $HOME/.kube/config otherwise) (default "/root/.kube/config")
Usage should be:
Usage:
d8 system module disable [flags] MODULE_NAME
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 by locating the Go command definition for d8 system module disable and inspect how its positional arguments are declared and rendered in help. Verify the command with d8 s module disable --help; done means the usage line includes MODULE_NAME as the required positional argument.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100