[docs] Update documentation for features from 2026-03-08#200
Closed
danielmeppiel wants to merge 1 commit intomainfrom
Closed
[docs] Update documentation for features from 2026-03-08#200danielmeppiel wants to merge 1 commit intomainfrom
danielmeppiel wants to merge 1 commit intomainfrom
Conversation
Document the CLI help text alignment fix in the [Unreleased] section. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a missing [Unreleased] CHANGELOG entry for PR #188, which aligned CLI help text and documentation across multiple apm commands. The PR was generated by an automated Daily Documentation Updater workflow.
Changes:
- Added a
### Fixedsubsection under[Unreleased]inCHANGELOG.mddocumenting the CLI consistency fix from PR #188.
|
|
||
| ### Fixed | ||
|
|
||
| - CLI consistency: align `apm uninstall` help text with documentation (#188) |
There was a problem hiding this comment.
The CHANGELOG entry only mentions apm uninstall, but PR #188 also aligned help text for runtime, mcp, config set/get, init --yes, and updated docs for compile --output, compile --dry-run, and compile --validate. A more accurate entry would be something like: "CLI consistency: align help text and documentation for uninstall, runtime, mcp, config, init, and compile options (#188)".
Suggested change
| - CLI consistency: align `apm uninstall` help text with documentation (#188) | |
| - CLI consistency: align help text and documentation for `uninstall`, `runtime`, `mcp`, `config`, `init`, and `compile` options (#188) |
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.
Documentation Updates - 2026-03-08
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
apm uninstallhelp text with documentation (from fix: CLI consistency — align help text with docs #188)Changes Made
CHANGELOG.mdto add the missing[Unreleased]entry for PR fix: CLI consistency — align help text with docs #188Merged PRs Referenced
fix: CLI consistency — align help text with docs(merged 2026-03-07)Notes
PR #188 was a documentation/consistency fix that aligned the
apm uninstallCLI help text with existing documentation. The[Unreleased]CHANGELOG section was empty despite this fix being merged, so this PR documents it accordingly.