7 comments (7 comments)2 reactions (2 reactions)0 assignees (0 assignees)Python96,953 stars (96,953 stars)3,949 forks (3,949 forks)batch import
enhancementhelp wanted
Description
Hi guys, Have a Possibility of implementation to recognize K8s commands in future?
Contributor guide
- Tech stack
- pythonkubernetes
- Domain
- clidevops
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Basic PythonUnderstanding of thefuck's rule systemKnowledge of Kubernetes commands
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- Start by examining the existing rule structure in the thefuck/rules/ directory to understand how commands are recognized and corrected. Review the issue comments for any prior discussion about Kubernetes support. Then define a set of common kubectl command misspellings and implement a new rule file following the pattern of other rules. Maintainers should be consulted to agree on scope and acceptance criteria.