apcore-cli 0.10.4 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3440,7 +3440,7 @@ function formatHealthSummaryTty(result) {
3440
3440
  );
3441
3441
  }
3442
3442
  const parts = [];
3443
- for (const key of ["healthy", "degraded", "error"]) {
3443
+ for (const key of ["healthy", "degraded", "error", "unknown"]) {
3444
3444
  const count = summary[key];
3445
3445
  if (count) parts.push(`${count} ${key}`);
3446
3446
  }