Update email template via auth0 cli tool

Hi,

I am trying to set the change password template using yaml configuration via the auth0 deploy cli tool.
I am trying the below in my yaml, but it is not being picked up. Any help would be appreciated.

emailTemplates:
- template: change_password
  body: ./emailTemplates/change_password.html
  enabled: true
  from: ''
  subject: ''
  syntax: liquid
  urlLifetimeInSeconds: 432000