Interface CLI.WithTLS<C extends CLI.WithTLS>

    • Method Detail

      • tls

        default C tls()
        Enable TLS.
        Returns:
        a copy of this command with the --tls flag appended
      • tlsCaCert

        default C tlsCaCert​(String path)
        Set the path to TLS CA certificate file (default "$HELM_HOME/ca.pem").
        Returns:
        a copy of this command with the --tls flag appended
      • tlsCert

        default C tlsCert​(String path)
        Set the path to TLS certificate file (default "$HELM_HOME/cert.pem").
        Returns:
        a copy of this command with the --tls flag appended
      • tlsKey

        default C tlsKey​(String path)
        Set the path to TLS key file (default "$HELM_HOME/key.pem").
        Returns:
        a copy of this command with the --tls flag appended
      • tlsVerify

        default C tlsVerify()
        Enable TLS for request and verify remote.
        Returns:
        a copy of this command with the --tls-verify flag appended