This topic tells you how to install the Tanzu Supply Chain and Tanzu Workload CLI plug-ins.
CautionTanzu Supply Chain is currently in beta and is not intended for production use. It is intended only for evaluation purposes for the next generation Supply Chain. For the current Supply Chain solution, see the Supply Chain Choreographer documentation.
To work with Tanzu Supply Chain, there are two Tanzu CLI plug-ins that you must install:
SupplyChain
resources and Component
resourcesWorkload
resources that you authored with the Tanzu Supply Chain CLI plug-inImportantThe Tanzu Supply Chain beta release does not include the installation of the Tanzu Workload and Supply Chain CLI plug-ins as part of the plug-in group.
Ensure that you installed or updated the core Tanzu CLI. For more information, see Install Tanzu CLI.
To install Tanzu Supply Chain CLI plug-ins:
Install the Tanzu CLI plug-ins by running:
tanzu plugin install supplychain
tanzu plugin install workload
Verify that the plug-ins are installed correctly by running:
tanzu supplychain version
tanzu workload version
To uninstall Tanzu Supply Chain CLI plug-ins, run:
tanzu plugin delete supplychain
tanzu plugin delete workload