-
Notifications
You must be signed in to change notification settings - Fork 397
Open
Labels
kind/featureNew feature or feature requestNew feature or feature request
Description
Is your feature request related to a problem?
When printing out custom messages from pipelines and commands, they don't match DevSpace's output style.
Which solution do you suggest?
A new log function exposed by DevSpace which takes level and message parameters:
log info "Hello, world!"The message output should match the devspace output format (i.e. colored level followed by message).
Which alternative solutions exist?
echo
Additional context
Happy to open a PR for this if this feature is desirable.
Metadata
Metadata
Assignees
Labels
kind/featureNew feature or feature requestNew feature or feature request