All keywords are case-insensitive.
...
The transaction list may also include internal non committed transaction not related to the replication. Please see http://support.dbvisit.com/entries/24825508-Committing-uncommitted-transactions for an example of how to use this command.
APPLY
APPLY COMMIT TRANSACTION. Force commit of the specified transaction on apply. Use LIST TRANSACTIONS first to see what transactions are currenlty pending on apply.
Contact Dbvisit support before using this command; it should never be needed under normal circumstances. Please see http://support.dbvisit.com/entries/24825508-Committing-uncommitted-transactions for an example of how to use this command.
EXIT, QUIT
Exits dbvrep.
WAIT
...
The DEFAULT conflict handler will not be applied to existing prepared (replicated) tables. The DEFAULT conflict handler will only be applied to tables that are prepared after the DEFAULT conflict handler is set. To change the conflict handler for existing prepared tables, each table has to be individually set using FOR TABLE conflict handler.
SHOW_CONFLICT_HANDLERS
Shows current setting of conflict handlers for given table (schema.name refers to table at mine).
...