-
-
Notifications
You must be signed in to change notification settings - Fork 5
docs: add cluster update command to documentation #2140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add cluster update command to documentation #2140
Conversation
- Add 'ksail cluster update' to features.mdx command table - Add 'ksail cluster update' to copilot-instructions.md CLI reference - Ensures documentation accurately reflects the new update command from PR #2041 The cluster update command was recently merged but was missing from key documentation files where other cluster lifecycle commands are listed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds missing references to the recently introduced ksail cluster update command in high-level documentation so it appears alongside other cluster lifecycle commands users commonly look for.
Changes:
- Added
ksail cluster updateto the cluster commands table on the Features page. - Added
ksail cluster updateto CLI usage examples and the CLI command reference list in Copilot instructions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/src/content/docs/features.mdx | Includes ksail cluster update in the cluster command overview table. |
| .github/copilot-instructions.md | Adds cluster update to CLI usage examples and the command reference list. |
✅
|

Summary
This PR adds references to the
ksail cluster updatecommand in documentation files where other cluster lifecycle commands are listed.Context
PR #2041 recently merged the
ksail cluster updatecommand, which is a major new feature that allows users to update cluster configurations with intelligent diffing and minimal disruption. While comprehensive reference documentation was auto-generated, the command was missing from overview documentation where users would expect to find it alongsidecreate,delete,start, andstop.Changes
docs/src/content/docs/features.mdx
ksail cluster updateentry to the cluster commands table (line 31).github/copilot-instructions.md
ksail cluster updateto CLI usage examples (line 72)ksail cluster updateto CLI commands reference section (line 178)Documentation Coverage
The following documentation is already complete (no changes needed):
--dry-runVerification
npm run buildindocs/)Testing