Documentation
¶
Overview ¶
Package cmdruntime contains shared command runtime helpers.
Index ¶
- func ConfigPath(opts *root.Options) (string, error)
- func MapRunError(err error) error
- func MissingResponderError() error
- func ReadOptionalSecretIngress(r io.Reader, stdin bool, envVar, stdinFlag, envFlag string) (string, bool, error)
- func ReadSecretIngress(r io.Reader, stdin bool, envVar, stdinFlag, envFlag string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigPath ¶
ConfigPath resolves the active config path from root options.
func MapRunError ¶
MapRunError maps lower-level runtime errors to CLI exit-code wrappers.
func MissingResponderError ¶
func MissingResponderError() error
MissingResponderError reports that a command runtime cannot execute response runs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.