fix(cli): respect registry compatibility metadata (#1251)

This commit is contained in:
Kiyeon Jeon
2026-06-12 16:18:43 -07:00
committed by GitHub
parent 28e2ab9d5b
commit 583b47b039
5 changed files with 224 additions and 41 deletions
+3
View File
@@ -115,6 +115,9 @@ export default defineCommand({
skipClipboard: false,
});
for (const warning of result.warnings) {
console.warn(c.warn(`Warning: ${warning}`));
}
console.log("");
console.log(`${c.success("✓")} Installed ${c.accent(result.name)} (${result.type})`);
for (const file of result.written) {