Dashboard › cli › command Markdown formatter pipeline
01a082f3-71d6-71e3-883e-8d09b43eeadbNon-trivial human command output must use mdKvTable(), colorTag(), escapeMarkdownCell(), and renderMarkdown(). Raw chalk or muted() inside output strings looks simpler but bypasses Markdown escaping and plain-output behavior; tree output that cannot use Markdown must use isPlainOutput() ? text : muted(text).