Idea Summary
Possibility to export individual pages in readable YAML/JSON format.
Use Case
When a developer makes some code changes to one or more pages and submits for a code review.
It will be easy to compare current version of those page(s) with previous versions and identify any code changes within the page using a readable format.
Preferred Solution
- Application builder > Export Page > Option to export in Readable YAML/JSON

- Ability to export specific page(s) using sqlcl/command line
apex export -applicationid 1223 -expType READABLE_YAML -expComponents PAGE:1
p.s. currently -expComponents argument is ignored and all application pages are exported