@jenkins-x-plugins/jx-lens

1.0.18 • Public • Published

Lens Extension for working with Jenkins X

This extension improves the UX around working with pipelines and preview environments.

Install

mkdir -p ~/.k8slens/extensions
git clone https://github.com/jenkins-x-plugins/jx-lens.git
ln -s $(pwd)/jx-lens ~/.k8slens/extensions/jx-lens

Build

To build the extension you can use make or run the npm commands manually:

cd jx-lens
make build

OR

cd jx-lens
npm install
npm run build

Incremental building

If you want to watch for any source code changes and automatically rebuild the extension you can use:

npm start

Once the extension has been rebuilt inside Lens you can click on the View -> Reload menu item (or `R' keypress) to reload to see the new changes.

Test

Open Lens application and navigate to a cluster. You should see "Certificates" in a menu.

Uninstall

rm ~/.k8slens/extensions/jx-lens

Restart Lens application.

Package Sidebar

Install

npm i @jenkins-x-plugins/jx-lens

Weekly Downloads

0

Version

1.0.18

License

MIT

Unpacked Size

362 kB

Total Files

5

Last publish

Collaborators

  • jastrachan