merge

merges the source namespace into the destination

scratch/main> merge src dest

merges the source namespace into the current namespace

scratch/main> merge src

Use the merge command to merge two namspaces with the following behavior:

  • If a function is added in the source namespace, it will be present in the resulting destination namespace
  • If a function is updated in the source namespace, the UCM will use the updated version in the resulting destination
  • If the destination namespace has additional functions that the source namespace does not contain, the destination namespace will retain the functions in the resulting namespace