helm/pkg/cli
Christoph Obexer 3976c0621a add helm alias subcommand
helm alias set: configure an alias that maps a name to an oci url
 used like with legacy repositories `@name` or `alias:name`

helm alias list: shows aliases and substitutions

helm alias substitute: configure registry url substitutions
 for example substitute oci://some-vendor.example.com/vendor/charts with
 oci://internal.example.com/charts/3rdparty/vendor
 and thus helm will never contact some-vendor.example.com but instead
 resolve the vendors charts using internal.example.com

Signed-off-by: Christoph Obexer <cobexer@gmail.com>
2025-09-21 12:26:49 +02:00
..
output refactor: move color package to internal/cli/output 2025-07-11 21:04:27 +01:00
values Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
environment.go add helm alias subcommand 2025-09-21 12:26:49 +02:00
environment_test.go chore: enable usetesting linter 2025-05-30 08:12:11 +02:00