Install the Tanzu Workload CLI plug-in

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.

Caution

Tanzu Supply Chain is currently in beta and is not intended for production use. It is intended only for evaluation purposes of 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.

Prepare

Install the latest version of the Tanzu CLI. For more information, see Install Tanzu CLI.

Install Tanzu Workload CLI plug-in

To install the Tanzu Workload CLI plug-in:

  1. Install the plug-in by running:

    tanzu plugin install workload
    
  2. Verify that you installed the plug-in successfully by running:

    tanzu workload version
    

Uninstall Tanzu Workload CLI plug-in

To uninstall the Tanzu Workload CLI plug-in, run:

tanzu plugin delete workload
check-circle-line exclamation-circle-line close-line
Scroll to top icon