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 resultingdestination
namespace - If a function is updated in the
source
namespace, the UCM will use the updated version in the resultingdestination
- If the
destination
namespace has additional functions that thesource
namespace does not contain, the destination namespace will retain the functions in the resulting namespace