Hi
Is there any way to query and update an application license via CLI or API?
I haven’t found any way to query the installed license and when using kubectl kots install --license-file ...
on an already installed app I get a license already exists
error.
What I’m looking for is to be able to set or update of an application in an automated and idempotent manner using Ansible. I have seen Updating Licenses | Replicated Docs but that’s only for manual operations, not automated.
Thanks!