vmware-tanzu / tanzu-cli

The Tanzu Core CLI project provides the core functionality of the Tanzu CLI. The CLI is based on a plugin architecture where CLI command functionality can be delivered through independently developed plugin binaries
Apache License 2.0
35 stars 22 forks source link

Cleanup logic for skipping essential plugins #704

Closed marckhouzam closed 7 months ago

marckhouzam commented 7 months ago

What this PR does / why we need it

This is a small cleanup PR which removes some code duplication and fixes some invalid comments. There is no functionality change.

Which issue(s) this PR fixes

Fixes # N/A

Describe testing done for PR

Let CI run

Release note

Cleanup essential plugins installation logic

Additional information

Special notes for your reviewer