In this example we which to replace the ACD bad channel mask with the file new_acd_mask.xml. This involves two steps: 1) importing the new mask file and moving the alias to point at it, 2) rebuilding all the affected configurations.
prompt> bin/AncillaryManager.py ACD_Mask --import new_acd_mask.xml -T Nominal -a -b
Imported: ACD_Mask_Nominal_070601220147.xml
Backup alias on test_ACD_Mask.xml to Nominal_old
Set alias on ACD_Mask_Nominal_070601220147.xml to Nominal
prompt> bin/ConfigManager.py --build -n
[...lots of output while simulating build...]
prompt> bin/ConfigManager.py --build
[...lots of output while really doing build...]