Versions in this module Expand all Collapse all v0 v0.3.0 Jul 29, 2026 v0.2.1 Jul 29, 2026 v0.2.0 Jul 29, 2026 Changes in this version + const PermissionRule v0.1.0 Jul 29, 2026 Changes in this version + func Execute(args []string, stdout, stderr io.Writer) int + func NewRootCommand(rt *Runtime) *cobra.Command + func Run(rt *Runtime, args []string) int + func Version() string + type Globals struct + ConfigPath string + DryRun bool + Env string + IncludeHeaders bool + Offline bool + Output string + Profile string + Refresh bool + Strict bool + Timeout time.Duration + Verbose bool + Yes bool + type Runtime struct + Dir string + Globals *Globals + Input io.Reader + Stderr io.Writer + Stdin *os.File + StdinIsTTY bool + Stdout io.Writer + StdoutIsTTY bool + func (rt *Runtime) API(ctx context.Context) (*build.API, error) + func (rt *Runtime) Authenticator(ctx context.Context) (auth.Authenticator, error) + func (rt *Runtime) Client() (*http.Client, error) + func (rt *Runtime) Config() (*config.Config, error) + func (rt *Runtime) Env() (*config.Environment, error) + func (rt *Runtime) ProfileName() (string, error) + func (rt *Runtime) Redact(s string) string + func (rt *Runtime) ReportSpecWarnings(api *build.API, force bool) + func (rt *Runtime) Spec(ctx context.Context) (*spec.Spec, error) + func (rt *Runtime) Verbosef(format string, args ...any) + func (rt *Runtime) Warnf(format string, args ...any)