Change Content-View of hosts

Problem:
How can i change the Content View assigned to a host using hammer ?
Expected outcome:
Changing a hosts content View using hammer
Foreman and Proxy versions:
1.22.1
Foreman and Proxy plugin versions:
Katello 3.12.3
Distribution and version:

Other relevant data:

Try:

hammer host update --name hostname.example.com --content-view NAME ----lifecycle-environment NAME
or
hammer host update --name hostname.example.com --content-view-id ID ----lifecycle-environment-id ID

Thanks!