@lesterthomas/cv

ODA Component Viewer Javascript client.

Usage no npm install needed!

<script type="module">
  import lesterthomasCv from 'https://cdn.skypack.dev/@lesterthomas/cv';
</script>

README

Component Viewer utility

This is a simple command-line utility to view the ODA Component deployment and lifecycle.

Installation

npm install @lesterthomas/cv -g

Then, to run utility:

cv

The utility will use the current kubeconfig to connect to the Kubernetes cluster. It will show 'No ODA Components to view' if there are no components being deployed. If there are components, you will get a screen like the one below:

Screenshot

To exit the utility, type CTRL-C