Brewblox-ctl auth enable not working for me

New brewblox install on Raspi3b+ on bookworm with all updates. brew-ctl updated.

When issue the command below (whether brewblox-ctl is up or down) get the following response:

xxx@brewblox:~/brewblox $ brewblox-ctl auth enable
Usage: python -m brewblox_ctl auth [OPTIONS] COMMAND [ARGS]…
Try ‘python -m brewblox_ctl auth --help’ for help.

Error: No such command ‘enable’.
xxx@brewblox:~/brewblox $

Have been able to add a user with “brewblox-ctl auth add” but not actually enable the service. Have tried the python usage recommendation but didn’t work.

Add this to brewblox.yml:

auth:
  enabled: True

Which instructions did you follow?

Brewblox release announcement – Brewblox release notes | Brewblox and authentication icon in lower right corner of html both indicate use “brewblox-ctl auth enable” to enable feature.

Thanks. I’ll update the UI element.

Is it working now?

Yes. Perfect. Thank you.