Interface CLI.WithRepo<C extends CLI.WithRepo>

    • Method Detail

      • repo

        default C repo​(String repoName)
        Chart repository url where to locate the requested chart.
        Parameters:
        repoName - the repository url
        Returns:
        a copy of this command with the --repo flag appended
      • verify

        default C verify()
        Verify the package against its signature.
        Returns:
        a copy of this command with the --verify flag appended
      • version

        default C version​(String version)
        Fetch the specific version of a chart. Without this, the latest version is fetched
        Returns:
        a copy of this command with the --verify flag appended