Apps Plugin for the Tanzu CLI
Overview
This Tanzu CLI plugin provides the ability to create, view, update, and delete application workloads on any Kubernetes cluster that has the Tanzu Application Platform components installed.
About Workloads
A Workload enables developers to choose application specifications such as the location of their repository, environment variables, and service claims.
Tanzu Application Platform can support range of possible workloads including, a serverless process that spins up on demand, a constellation of microservices that work together as a logical application, or a small hello-world test app.
Documentation
The documentation provides a usage guide, information about working with workloads, and the full command reference.
Getting Started
Prerequisites
The Tanzu CLI is required to use the Apps
CLI plugin.
From a pre-built distribution
Download the tanzu-apps-plugin.tar.gz
from the most recent release listed on the Apps Plugin for the Tanzu CLI releases page. If you're looking for the latest dev build, you may be able to find the artifact from a recent CI build.
Extract the archive to a local directory:
tar -zxvf tanzu-apps-plugin.tar.gz
Install the apps plugin:
APPS_VERSION=v0.0.0-dev
tanzu plugin install apps --local ./artifacts --version $APPS_VERSION
Build from source
See the development guide.
Contributing
Thanks for taking the time to join our community and start contributing! We welcome pull requests. Feel free to dig through the issues and jump in.
Feedback
For questions or feedback you can reach us at tanzu-application-platform-beta@vmware.com