vmware-tanzu / tanzu-framework

Tanzu Framework provides a set of building blocks to build atop of the Tanzu platform and leverages Carvel packaging and plugins to provide users with a much stronger, more integrated experience than the loose coupling and stand-alone commands of the previous generation of tools.
Apache License 2.0
195 stars 192 forks source link

Provide a script for installing the CLI from the archive files we publish as a part of releases #562

Open zjs opened 3 years ago

zjs commented 3 years ago

Describe the feature request

As a user, I should be able to run a script that performs the multi-step process of installing the CLI:

Community Edition includes scripts that accomplish this:

Describe alternatives you've considered

We should also find a better way to distribute the core CLI binary (#3) and provide an API for CLI plugin discovery (#74). However, this is intended as a stop-gap until that's available.

Affected product area (please put an X in all that apply)

navidshaikh commented 2 years ago

Not fixed completely, the install scripts in #1157 are only used for validation and not being published part of the released artifacts. Now we've a plugin discover feature as well, the install scripts need to be designed to work with available plugin installation methods.