Versions in this module Expand all Collapse all v0 v0.4.0 Aug 3, 2026 Changes in this version + const CommandApply + const CommandBuild + const CommandCompletion + const CommandConfigure + const CommandDB + const CommandDelete + const CommandGet + const CommandHelp + const CommandInit + const CommandPull + const CommandRun + const CommandVersion + const CommandWait + type AuthProvider interface + Token func(ctx context.Context) (string, error) + type Config struct + Auth AuthProvider + Env Env + OnTokenResolved func(token string) error + RegistryToken *string + RegistryURL *string + func (c Config) WithDefaults() Config + type Deps struct + Auth AuthProvider + Kinds *scheme.Registry + Runtime Runtime + type Env interface + Getenv func(key string) string + type NoopAuthProvider struct + func (NoopAuthProvider) Token(context.Context) (string, error) + type OSEnv struct + func (OSEnv) Getenv(key string) string + type RegistryTarget struct + BaseURL string + Token string + type Runtime interface + RegistryClient func(ctx context.Context) (*client.Client, error) + RegistryTarget func() RegistryTarget + func New(cfg Config) Runtime