Versions in this module Expand all Collapse all v2 v2.0.1 Jun 7, 2026 Changes in this version + func WithAppContext(ctx context.Context, app *AppContext) context.Context + type AppContext struct + func From(ctx context.Context) (*AppContext, bool) + func New(opts Options) (*AppContext, error) + func (a *AppContext) AssumeYes() bool + func (a *AppContext) Client() (*client.Client, error) + func (a *AppContext) Config() *clitypes.Config + func (a *AppContext) EnvID() string + func (a *AppContext) IsJSON() bool + func (a *AppContext) NoColor() bool + func (a *AppContext) OutputMode() OutputMode + func (a *AppContext) RequestTimeout() time.Duration + func (a *AppContext) UnauthClient() (*client.Client, error) + type Options struct + AssumeYes bool + EnvOverride string + NoColor bool + OutputMode OutputMode + RequestTimeout time.Duration + type OutputMode string + const OutputModeJSON + const OutputModeText Other modules containing this package github.com/getarcaneapp/arcane/cli