9.12.15 generate-apex-object

Generates the changeset for an APEX object.

Syntax

Liquibase|lb generate-apex-object|geao {OPTIONS}

Options

Option Description Default
-applicationid|-api ID for application to be exported. -
-changesby|-chb Expects string parameter. Limit -list values to changes by the given user. -
-changessince|-chs Expects date parameter (YYYY-MM-DD). Limit -list values to changes since the given date. -
-contexts|-co Context string to use for filtering which changes to operate on. -
-debug|-de

{true|false}

Enable debug output.

-
-deploymentsystem|-desy Deployment system for exported feedback. -
-dir|-di Save all files in the given directory. Example: -dir some/sub/directory -
-exporiginalids|-dxoi Export will not emit ids as they were when the application was imported. -
-runalways|-ra

{true|false}

Set runAlways attribute to true in changelog.

False
-expaclassignments|-exacl Export ACL user role assignments. -
-expcomments|-exco Export developer comments. -
-expcomponents|-exc - -
-expfeedback|-exfe Export team development feedback for all workspaces or identified by -workspaceid. -
-expfeedbacksince|-exfs Export team development feedback since date in the format YYYYMMDD. -
-expfiles|-exfi Export all workspace files identified by -workspaceid. -
-expirnotif|-exir Export all interactive report notifications. -
-expminimal|-exmi Only export workspace definition, users, and groups. -
-expnosubscriptions|-exns Do not export references to subscribed components. -
-exppubreports|-exre Export all user saved public interactive reports. -
-expsavedreports|-exsr Export all user saved interactive reports. -
-expsupportingobjects|-exso Pass (Y)es, (N)o or (I)nstall to override the default. -
-expteamdevdata|-exte Export team development data for all workspaces or identified by -workspaceid. -
-exptranslations|-extr Export the translation mappings and all text from the translation repository -
-exptype|-exty Comma delimited list of export types to perform:
  • APPLICATION_SOURCE: export an APEX application using other parameters passed.
  • EMBEDDED_CODE: Export code such as SQL, PL/SQL and Javascript. APEX ignores all other options when EMBEDDED_CODE is selected.
  • CHECKSUM-SH1: Export a SHA1 checksum that is independent of IDs and can be compared across instances and workspaces.
  • CHECKSUM-SH256: Export an SHA-256 checksum that is independent of IDs and can be compared across instances and workspaces.
  • READABLE_JSON: Export a readable version of the application metadata in JSON format.
  • READABLE_YAML: Export a readable version of the application metadata in YAML format.
 
-expworkspace|-exwo Export workspace identified by -workspaceid or all workspaces if -workspaceid not specified. -
-fail-on-error|-foe

{true|false}

Set failonError attribute to true in changelog.

False
-instance|-in Export all applications. -
-skipexportdate|-ked Include export date in application export files. -
-labels|-la Label expression to use for filtering which changes to operate on. -
-list|-li Lists applications installed in the database. -
-log|-lo

{true|false}

Enable logging.

Standard logging is INFO level (no debug flag).

Debug logging is FINEST level (both log and debug flag).

-
-nochecksum|-noch Overwrite existing files even if the contents have not changed. -
-overwrite-files|-ovf Overwrite any existing files in the directory. This will not affect other files. =
-split|-sp

{true|false}

This makes the export split the files into directories based on the object types.

False
-workspaceid|-woi Workspace ID to export all applications to or the workspace to be exported. -