Skip to content

Release v0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 21:04
48923f6

Apps Plugin for the Tanzu CLI

Changes

πŸš€ Features

  • [Added] Add --delay flag to adjust the time to prevent premature exit before supply chain is ready when waiting (#652)

πŸ““ Full Changelog

v0.12.0...v0.13.0

😎 Install Instructions

macOS

  • Download binary executable tanzu-apps-plugin-darwin-amd64-v0.13.0.tar.gz
mkdir tanzu-apps-plugin-darwin-amd64-v0.13.0
tar -xvf tanzu-apps-plugin-darwin-amd64-v0.13.0.tar.gz -C tanzu-apps-plugin-darwin-amd64-v0.13.0
tanzu plugin install apps --local ./tanzu-apps-plugin-darwin-amd64-v0.13.0/darwin/amd64 --version v0.13.0

Linux

  • Download binary executable tanzu-apps-plugin-linux-amd64-v0.13.0.tar.gz
mkdir tanzu-apps-plugin-linux-amd64-v0.13.0
tar -xvf tanzu-apps-plugin-linux-amd64-v0.13.0.tar.gz -C tanzu-apps-plugin-linux-amd64-v0.13.0
tanzu plugin install apps --local ./tanzu-apps-plugin-linux-amd64-v0.13.0/linux/amd64 --version v0.13.0

Windows

  • Download binary executable tanzu-apps-plugin-windows-amd64-v0.13.0.tar.gz
  • Unzip the file tanzu-apps-plugin-windows-amd64-v0.13.0.tar.gz
tanzu plugin install apps --local . --version v0.13.0

NOTE: --local should point to the directory which has discovery and distribution folder in it after unzipping.