Skip to main content

Module output

Module output 

Source
Expand description

Colored terminal output helpers.

All user-facing output goes through these functions so we get consistent styling across every command.

Functions§

error
Print a red error message: “x_mark {msg}”
info
Print a blue info message: “info_sign {msg}”
print_secrets_table
Print a table of secret metadata (Name, Created, Updated).
success
Print a green success message: “check_mark {msg}”
tip
Print a dim tip/hint: “arrow {msg}”
warning
Print a yellow warning: “warning_sign {msg}”