Future plans
APEXcl v1.0.0 is just the beginning. Our vision is to make it possible to edit the export files from APEXcl to rebuild an APEX application. Even better: we want to make it possible to rebuild tiny parts of an APEX application.
To illustrate, here’s an example: you want to update the default value of P2_FIRST_NAME
on page 2, so you edit the following file:
/project/export/page/2/region/my_region/page_item
/P2_FIRST_NAME/P2_FIRST_NAME[defaultValuePlsqlExpression].json:
user_pkg.get_default_first_name;
and push this change to all desired environments:
apexcl build --app
APEXcl v1.0.0 focuses on extracting an APEX application. The future of APEXcl is about rebuilding an APEX application.