Release v0.11.1
Apps Plugin for the Tanzu CLI
Changes
🐛 Bugs and Regression
- [Fixed] Do not wait to print workload when using
--outputinworkload create/applyunless--waitor--tailflags are specified (#488)
📓 Full Changelog
😎 Install Instructions
macOS
- Download binary executable
tanzu-apps-plugin-darwin-amd64-v0.11.1.tar.gz
mkdir tanzu-apps-plugin-darwin-amd64-v0.11.1
tar -xvf tanzu-apps-plugin-darwin-amd64-v0.11.1.tar.gz -C tanzu-apps-plugin-darwin-amd64-v0.11.1tanzu plugin install apps --local ./tanzu-apps-plugin-darwin-amd64-v0.11.1 --version v0.11.1Linux
- Download binary executable
tanzu-apps-plugin-linux-amd64-v0.11.1.tar.gz
mkdir tanzu-apps-plugin-linux-amd64-v0.11.1
tar -xvf tanzu-apps-plugin-linux-amd64-v0.11.1.tar.gz -C tanzu-apps-plugin-linux-amd64-v0.11.1tanzu plugin install apps --local ./tanzu-apps-plugin-linux-amd64-v0.11.1 --version v0.11.1Windows
- Download binary executable
tanzu-apps-plugin-windows-amd64-v0.11.1.tar.gz - Unzip the file
tanzu-apps-plugin-windows-amd64-v0.11.1.tar.gz
tanzu plugin install apps --local . --version v0.11.1NOTE: --local should point to the directory which has discovery and distribution folder in it after unzipping.