@launchmatic/cli 0.6.4 → 0.6.5
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 +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22623,6 +22623,7 @@ function renderServiceBlock(data, { indent }) {
|
|
|
22623
22623
|
}
|
|
22624
22624
|
}
|
|
22625
22625
|
function statusColor(status) {
|
|
22626
|
+
if (!status) return source_default.dim("unknown");
|
|
22626
22627
|
switch (status.toUpperCase()) {
|
|
22627
22628
|
case "ACTIVE":
|
|
22628
22629
|
case "RUNNING":
|