1.0.18 • Published 3 years ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

1.0.17

3 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago