open-accelerators / mercury

Journey to open platform for digital bank modernization. A reference implementation of BIAN to start, providing documentation and artifacts of reusable source code.
Apache License 2.0
15 stars 9 forks source link

Add printer columns for better visibility #129

Closed ruromero closed 2 years ago

ruromero commented 2 years ago

Add printer columns for ServiceDomain and Infra for better visibility in the CLI

ServiceDomains

NAME                             READY   INFRA                  INFRAREADY   INTEGRATION   TOPIC
example-customer-credit-rating   True    service-domain-infra   True         True          True
example-customer-offer           False   service-domain-infra   True         False         True
example-party-routing-profile    False   service-domain-infra   True         False         True

ServiceDomainInfras

NAME                   READY   KAFKAREADY
service-domain-infra   True    True

Signed-off-by: ruromero rromerom@redhat.com