tare/versions/list
tare versions list
Query the configured OCI registry for available chart versions
and (optionally) cross-reference with the currently-installed Helm release.
Default output is human-readable. Use --json for machine parsing.
Registry authentication: pass --identity (or -i) pointing at the same
service-account JSON used by 'tare install' to query registry.tetrate.ai
or any other `*.tetrate.ai` registry. Without --identity, the
default keychain (~/.docker/config.json, gcloud, etc.) is used — fine
for private mirrors with docker login but will 401 against
registry.tetrate.ai.
Compatibility (`tetrate.tare.min_cli_version` annotation) is not
checked in this release — see fraser#3913.
Usage:
tare versions list [flags]
Flags:
--channel string Filter to a release channel: all|rc|alpha|ga. Customers typically want 'rc' (newest release candidate). (default "all")
--chart string Chart name to list versions for (default "serve-helm")
-i, --identity string Path to the service-account JSON for *.tetrate.ai registry auth (same file as 'tare install')
--json Emit machine-readable JSON instead of the human table
--limit int Maximum number of versions to show (0 = no limit) (default 20)
--namespace string Kubernetes namespace of the Helm release (default "tars-system")
--registry string OCI registry to query (default "registry.tetrate.ai")
--release-name string Helm release name to cross-reference for the installed version (empty to skip) (default "tars")
Global Flags:
-q, --quiet Suppress progress output; only errors and the final summary go to stderr
-v, --verbose Verbose output: plain-mode progress lines plus full per-blob chunk logs to stderr