zowe / zowe-cli-sample-plugin

Plugin Tutorial for Zowe CLI
Other
10 stars 15 forks source link

Add lifecycle example to sample plugin #87

Closed gejohnston closed 1 year ago

gejohnston commented 1 year ago

What It Does

A new class implements the PluginLifeCycle class, with documentation and example techniques.

The old pluginHealthCheck is removed.

How to Test

Review Checklist

I certify that I have:

Additional Comments

Now that the functionality is complete, I will attempt to update eslint to a newer version which does not get a warning that it is unsupported with the version of typescript being used. Since that change is beyond the scope of this story, I will abandon the effort if it proves too time-consuming.