1.0.18 • Published 2 years ago

@jenkins-x-plugins/jx-lens v1.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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.

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago