This topic tells you how to install the Tanzu Apps CLI plug-in on Tanzu Application Platform (commonly known as TAP).
Ensure that you installed or updated the core Tanzu CLI. For more information, see Install Tanzu CLI.
tanzu plugin install apps --group vmware-tap/default:1.7.0
Verify that the plug-in is installed correctly:
tanzu apps version
# sample output
v0.12.1
Each of these releases has the Assets section where the packages for each system-architecture are placed.
Download the binary executable file tanzu-apps-plugin-{OS_ARCH}-{version}.tar.gz:
tar -xvf tanzu-apps-plugin-darwin-amd64-v0.12.1.tar.gz
Run on macOS with plug-in version 0.12.1:
tanzu plugin install apps \
--local ./tanzu-apps-plugin-darwin-amd64-v0.12.1/darwin/amd64 \
--version v0.12.1
Run:
tanzu plugin delete apps