Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MissingEnvVarError ¶ added in v0.23.4
type MissingEnvVarError struct {
EnvVar string
}
MissingEnvVarError is returned when credentials are required for signing but the corresponding environment variable is not set.
func (*MissingEnvVarError) Error ¶ added in v0.23.4
func (err *MissingEnvVarError) Error() string
func (*MissingEnvVarError) PrintTo ¶ added in v0.23.4
func (err *MissingEnvVarError) PrintTo(p *core.Printer)
Click to show internal directories.
Click to hide internal directories.