In 2.5 (65305af), a configuration that has privateKey, publicKey, or adminKeys causes the cli to exit with:
Aborting due to: expected bytes, str found
It seems that MessageToDict() converts bytes to base64 strings that are saved in the config yaml but when these are are later loaded into a config to be sent a setattr() of a string to a bytes field causes an exception.