Add completion spec for talosctl (Talos Linux CLI)
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 45/100
Research direction
Start in command-signatures/json/ and compare the adjacent kubectl and helm specs with oc.rs, then walk the talosctl v1.13.6 command tree. Check the hidden Cobra __complete entry point and the listed path-like flags. Done means a static spec, dynamic completion generator, and filepath/folder templates covering the stated talosctl commands and values.
Written by the indexing model from the issue text.
Description
Link to @that70schris's main issue: https://github.com/warpdotdev/warp/issues/12693
talosctl (the Talos Linux CLI for out-of-band management of Kubernetes nodes) has no completion spec yet — command-signatures/json/ covers the adjacent kubectl and helm, but not talosctl. Warp's Oz triage on the main issue confirmed this is a native completion feature gap and marked it ready-to-implement.
Since talosctl is Cobra-based like kubectl/oc, the plan mirrors the existing precedent:
- Static spec walked from talosctl v1.13.6's command tree (106 nodes, 49 top-level commands)
- A
talosctl_builtin_completiongenerator delegating dynamic completions (config contexts, node services, resource types,--nodes/--endpoints/--contextvalues) to the CLI's hidden Cobra__completecommand, same approach asoc_builtin_completioninoc.rs filepaths/folderstemplates on path-like flags (--talosconfig,--file,--*-path,--*-dir, …)
Implementation is ready; PR to follow. @lucieleblanc could you add ready-to-implement when you get a chance (for the Oz review gate)? 🙏
- Dominant language
- Rust
- Stars
- 7
- Forks
- 10
- Avg merge
- 8h 36m
- Merged PRs (30d)
- 16
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.
More from warpdotdev/command-signatures
-
enhancement good first issue repro:high triaged
Difficulty 1/5 Under an hour Newbie friendliness 88/100
warpdotdev/command-signatures#372 · 1 comment ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
warpdotdev/command-signatures#282 · 1 comment ·
-
testing hey Open
Difficulty 5/5 Over a week Newbie friendliness 10/100
warpdotdev/command-signatures#421 · 1 comment ·
-
Testing again Open
Difficulty 5/5 Over a week Newbie friendliness 15/100
warpdotdev/command-signatures#420 · 1 comment ·
-
test Open
Difficulty 5/5 Over a week Newbie friendliness 1/100
warpdotdev/command-signatures#419 ·
All issues in warpdotdev/command-signatures
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gitbutlerapp/gitbutler#15998 · 1 comment ·
-
bug triage:deciding
Difficulty 1/5 Under an hour Newbie friendliness 88/100
open-telemetry/otel-arrow#4132 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100