Notifications
Trunk Actions can also produce notifications to display in your terminal or in the VSCode extension!
Defining actions that produce notifications
notifications:
- id: action-id
# Display-related fields
title: My action
message: some text about the notification
rendered: A rendered message string for color terminals
icon: https://uri/to/icon
commands:
- title: A button title
run: a run command
run_from: directory to run from
priority: high # Can be one of low, high (default low)Deleting notifications
An example
Last updated

