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.
The pod names are frequently long and alphanumeric and typing in pod names is challenging to recall and error prone.
Proposed solution
When a user types tanzu apps workload tail my-app --pod + <TAB> the names of each of the pods associated with the my-app workload are displayed
When --pod flag/value has already been specified, autocomplete should only suggest pods which haven't already been specified in the command.
Describe alternatives you've considered
run workload get my-app
note the name of the pod you want to see the logs for
Description of problem
The pod names are frequently long and alphanumeric and typing in pod names is challenging to recall and error prone.
Proposed solution
When a user types
tanzu apps workload tail my-app --pod+ <TAB> the names of each of the pods associated with themy-appworkload are displayedWhen
--podflag/value has already been specified, autocomplete should only suggest pods which haven't already been specified in the command.Describe alternatives you've considered
workload get my-appkubectl logs pod/name-of-pod