cli: platform_detect.php - detect platform from manifest.xml #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Extract platform detection from auto-release.yml (lines 79-93) into a CLI tool.
What it does
CLI interface
Priority
Medium complexity, high reuse.
Already implemented
Exists as
cli/platform_detect.php. Reads manifest.xml and detects platform type.The auto-release workflow currently uses inline bash for this (reading
.mokogitea/manifest.xml), but the CLI tool exists for reuse. Closing as already resolved — workflow integration tracked in #65.