manusa / helm-java

Helm client for Java
https://www.marcnuri.com
Apache License 2.0
15 stars 6 forks source link

Helm Push with username and password #122

Open Jean-Jacques-Nuoan opened 3 months ago

Jean-Jacques-Nuoan commented 3 months ago

how to push with username and password ,like 'helm cm-push'

manusa commented 3 months ago

That's a push implemented by a plugin.

Plugin management and usage hasn't been implemented yet.

Jean-Jacques-Nuoan commented 3 months ago

That's a push implemented by a plugin.

Plugin management and usage hasn't been implemented yet.

Do we currently have plans to implement this part

manusa commented 3 months ago

Do we currently have plans to implement this part

Yes, the goal of helm-java is to have feature parity with the Helm CLI.

However, I can't say when this specific feature will be implemented.