You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2026. It is now read-only.
tanzu apps workload create feature functionality is duplicated by tanzu apps workload apply
The create command was originally created under an assumption that using an apply command wouldn't be an intuitive verb.
Simplifying the command-set will provide greater value than the, minimal, overhead required to learn which apps workload... command to use for creating/updating workloads on TAP.
Proposed solution
deprecate tanzu apps workload create
remove create from the output of tanzu apps workload --help
display deprecation notice in command output when tanzu apps workload create is invoked
update the documentation for create with a deprecated message directly below the command heading
add the deprecation message to release notes
inform PM when included in the release so the PM can execute additional communications
Description of problem
tanzu apps workload createfeature functionality is duplicated bytanzu apps workload applyThe
createcommand was originally created under an assumption that using anapplycommand wouldn't be an intuitive verb.Simplifying the command-set will provide greater value than the, minimal, overhead required to learn which
apps workload...command to use for creating/updating workloads on TAP.Proposed solution
tanzu apps workload createcreatefrom the output oftanzu apps workload --helptanzu apps workload createis invokedcreatewith a deprecated message directly below the command heading