Versions in this module Expand all Collapse all v1 v1.0.0 Jul 11, 2026 Changes in this version + var DefaultCommand = []string + type Config struct + Command []string + Profiles []*ProfileConfig + func LoadConfig(path string) (*Config, error) + func (config *Config) Profile(name string) *ProfileConfig + func (config *Config) ProfileNames() []string + type Options struct + Config string + type ProfileConfig struct + AWSProfile string + Env map[string]string + Name string + Region string + type Proxy struct + func NewProxy(config *Config, version string) *Proxy + func (proxy *Proxy) Run(ctx context.Context) error