docs(vks): AWS-CLI-style reference format for all commands#30
Merged
Conversation
Rewrite every docs/commands/vks/*.md into a consistent AWS-CLI-style reference: each option shows its type, description, Required, Default, Possible values, and Constraints; structure flags list their members plus Shorthand and JSON syntax. Adds a Global options note per command. Also fills in flags that were missing from the old docs (e.g. --dry-run on several commands) and corrects a few types (booleans/integers) sourced from the Go flag definitions and the API spec. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rewrite all 22
docs/commands/vks/*.mdinto a consistent AWS-CLI-style reference (like the EKS CLI docs). Each option now documents the full set of components:string,integer,boolean,list<string>,structure,map--auto-scale,--upgrade-config,--placement-group,--auto-healing-config): a Members list + Shorthand and JSON syntax blocks.create-cluster.mdis the gold-standard exemplar; the other 21 commands follow it.How it was built
--dry-runon delete-auto-upgrade-config, config-auto-healing, config-auto-upgrade, generate-kubeconfig, update-nodegroup-metadata, upgrade-nodegroup-version); a few types were corrected (booleans/integers);waitis now documented per subcommand with the correct--max-attemptsdefaults (80 for nodegroup-active, 40 otherwise).Scope
🤖 Generated with Claude Code