deckhouse / deckhouse/deckhouse-cli

Add NAME argument to d8 s module command help

Open Beginner friendly
#385 0 comments 0 reactions 0 assignees View on GitHub

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

  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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.