This topic tells you how to install the Tanzu Workload CLI plug-in. Use this CLI plug-in to work with the workloads provided by platform engineering.
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.
This plug-in enables you to see workload kinds, deploy workloads, and monitor the workloads. The Tanzu Supply Chain beta release does not include the installation of the Tanzu Workload CLI plug-in as part of the plug-in group.
The Tanzu Workload CLI plug-in provides commands that enable a developer to generate a Workload
manifest, apply it to a cluster, and delete it from a cluster.
Install the latest version of the Tanzu CLI. For more information, see Install Tanzu CLI.
To install the Tanzu Workload CLI plug-in:
Install the plug-in by running:
tanzu plugin install workload
Verify that you installed the plug-in by running:
tanzu workload version
To uninstall the Tanzu Workload CLI plug-in, run:
tanzu plugin delete workload