Documentation
¶
Overview ¶
Package output is responsible for formatting the final output / errors the user sees in the CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatError ¶
FormatError outputs the error with proper formatting for CLI. Produces: | | Error: formatted message here... | | Code: gRPC code here (if one). | | Error here... |
func WriteError ¶ added in v0.8.5
WriteError formats an error and writes it directly to stderr
Types ¶
type PipelineRenderer ¶
type PipelineRenderer struct {
// contains filtered or unexported fields
}
PipelineRenderer displays the pipeline status in realtime
func NewPipelineRenderer ¶
func NewPipelineRenderer(ui terminal.UI, client *client.Client) *PipelineRenderer
NewPipelineRenderer returns a new PipelineRenderer
Click to show internal directories.
Click to hide internal directories.