docs: update moko-platform wiki with CLI tool reference #66

Open
opened 2026-05-23 22:57:55 +00:00 by jmiller · 1 comment
Owner

Summary

Create or update wiki pages documenting all CLI tools in moko-platform.

Wiki pages needed

  • CLI Reference - index of all CLI tools with usage examples
  • Release Pipeline - how auto-release.yml uses CLI tools, step-by-step
  • Platform Detection - how manifest.xml drives platform-specific behavior

Depends on

All CLI extraction issues being completed.

Notes

Wiki is the preferred documentation location (not docs/ in repo). Each CLI tool should have its own section with:

  • Purpose
  • Arguments (--flags)
  • Output format
  • Example usage in workflows
## Summary Create or update wiki pages documenting all CLI tools in moko-platform. ## Wiki pages needed - **CLI Reference** - index of all CLI tools with usage examples - **Release Pipeline** - how auto-release.yml uses CLI tools, step-by-step - **Platform Detection** - how manifest.xml drives platform-specific behavior ## Depends on All CLI extraction issues being completed. ## Notes Wiki is the preferred documentation location (not docs/ in repo). Each CLI tool should have its own section with: - Purpose - Arguments (--flags) - Output format - Example usage in workflows
Author
Owner

CLI tools implemented on feature/cli-release-tools. This issue remains open to track wiki documentation after merge.

CLI tools to document:

Tool Purpose
release_verify.php Post-release artifact verification
release_validate.php Pre-release sanity checks
release_body_update.php Update release body with changelog + SHA
dev_branch_reset.php Delete/recreate dev branch via API
updates_xml_build.php Generate updates.xml from manifest
package_build.php Build ZIP/tar.gz with checksums
release_cascade.php Delete lesser pre-release channels
platform_detect.php Detect platform from manifest.xml
version_bump.php Bump version in README.md
changelog_promote.php Promote [Unreleased] in CHANGELOG.md
version_set_platform.php Set version across platform manifests
CLI tools implemented on `feature/cli-release-tools`. This issue remains open to track wiki documentation after merge. ### CLI tools to document: | Tool | Purpose | |---|---| | release_verify.php | Post-release artifact verification | | release_validate.php | Pre-release sanity checks | | release_body_update.php | Update release body with changelog + SHA | | dev_branch_reset.php | Delete/recreate dev branch via API | | updates_xml_build.php | Generate updates.xml from manifest | | package_build.php | Build ZIP/tar.gz with checksums | | release_cascade.php | Delete lesser pre-release channels | | platform_detect.php | Detect platform from manifest.xml | | version_bump.php | Bump version in README.md | | changelog_promote.php | Promote [Unreleased] in CHANGELOG.md | | version_set_platform.php | Set version across platform manifests |
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/moko-platform#66