Skip to content
Tim Hess edited this page Sep 10, 2025 · 26 revisions

Tanzu Toolkit for Visual Studio

Tanzu Toolkit for Visual Studio is an extension for Visual Studio that allows users of Tanzu Platform to manage their apps from within the IDE.

Users of this extension are able to:

  • Deploy apps by right-clicking on a project in the Visual Studio Solution Explorer & selecting "Push to Tanzu Platform".
  • View apps running in any organizations and spaces the user has access to.
  • Stop, start, and delete apps from the "Tanzu Platform Explorer" tool window.
  • Stream app logs by right-clicking on any app in the "Tanzu Platform Explorer" tool window.

How Does It Work?

Tanzu Toolkit for Visual Studio uses the Cloud Foundry CLI to administer apps within Tanzu Platform. The CF CLI comes bundled with this extension but will maintain a separate configuration environment so as not to interfere with any existing installations of the CF CLI that may exist. CF CLI operations may not work for especially outdated versions of the platform; for more information, see this note on Cloud Controller API version support.

More Info:

Install

To install this extension, you will need Visual Studio 2022. This extension can be downloaded within the IDE by searching "Tanzu" in the "Extension Manager" window

Install Tanzu Toolkit for Visual Studio with the Extension Manager

This extension can also be installed outside of the IDE by first downloading the appropriate .vsix file, then double-clicking it to prompt an installation into your instance of Visual Studio.

The Tanzu.Toolkit.VisualStudio.vsix extension file is included in each release in this repository.

Alternatively, latest builds can be found on vsixgallery.com, though these may contain features still under development:

Uninstall

To uninstall this extension from Visual Studio, visit the "Extension Manager" found under the Extensions menu.

Uninstall Tanzu Toolkit for Visual Studio with the Extension Manager

API Version Support

  • As of September 2025, this extension includes version 8 of the CF CLI.

View the versioning and support policy for the cf cli

Clone this wiki locally