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
33 stars 21 forks source link

Document asdf package manager usage #787

Closed marckhouzam closed 2 months ago

marckhouzam commented 2 months ago

What this PR does / why we need it

This PR updates the installation documentation to include support for the asdf package manager. The handling of the asdf tanzu CLI package is done from this repo: https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf

Note that installation of the darwin ARM64 Tanzu CLI using asdf is being added in this PR: https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf/pull/4

Which issue(s) this PR fixes

Fixes # N/A

Describe testing done for PR

CI

Release note

Add official support for the `asdf` package manager (MacOS and Linux)

Additional information

Special notes for your reviewer