-
Notifications
You must be signed in to change notification settings - Fork 1
Open
wp-cli/wp-cli
#6238Labels
Description
For the commands that provide multiple --format outputs, we should discuss providing a standardized extension mechanism.
- Make the array of available formats filterable.
- Provide a way to map a format to an implementation that transforms the provided data into that format.
In this way, one could provide optional packages that add a specific format (like a Nagios-compatible output or an XML output) across the board.
Reactions are currently unavailable