Adding the option to specify the private key directly in Client broke the --api-key CLI argument. The value of --api-key was passed to the argument private_key instead of private_key_file.
Fixed by passing the value of --api-key as a keyword argument to DomainService.
Adding the option to specify the private key directly in Client broke the --api-key CLI argument. The value of --api-key was passed to the argument private_key instead of private_key_file.
Fixed by passing the value of --api-key as a keyword argument to DomainService.