Skip to Main Content
Feature Request FR-2819
Product Area Application Builder
Status DELIVERED

10 Voters

Export individual page as readable YAML/JSON

cv Public
· Oct 28 2022

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

This has been delivered in Oracle APEX 24.1!