h6. Request
Add option to append in conflict-resolution-mode parameter of import-library-content
CLI command, in order to retain existing File Version History.
h6. Background
When importing .dxp across different servers - e.g., promoting from a DEV to PROD server - admin uses CLI for task.
The CLI command import-library-content
has a parameter, conflict-resolution-mode,
that allows one of: KEEP_NEW, KEEP_OLD, and KEEP_BOTH.
Ideally, File Version History module will allow imported .dxp with the same name to be appended to version history, and not overwrite it.