Deploy resources on Tanzu Platform for Kubernetes.
CLI plugin: resource
| Target: global
| Primarily used for: Deploying resources | Release Notes
tanzu deploy [flags]
--diff Show diff
--from-build string Set build output directory (format: /tmp/foo)
-h, --help help for deploy
--only strings Set files or directories to patch, ignoring tanzu.yml (format: file1.yml, dirname/) (can repeat)
--patch Patch resources
-y, --yes
Initialize a configuration for an application named ‘testapp’ to build from the current directory via buildpacks:
tanzu app init testapp --build-path . --build-type buildpacks
Build and deploy the application configuration:
tanzu deploy