1.2.2 • Published 4 months ago

@lesterthomas/kubectl-component_info v1.2.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

Component Viewer utility

This is a simple kubectl utility to display information on the ODA Component deployment and lifecycle.

Installation

npm install @lesterthomas/kubectl-component_info -g

Then, to run plugin within kubectl:

kubectl component-info

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

Testing locally

During development, you can test the utility locally by installing the dependencies with

npm install

and running the command

npm test

Publishing

To publish a new version, update the version number in the package.json file and use the command

npm publish --access public
1.2.0

4 months ago

1.2.2

4 months ago

1.2.1

4 months ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago