workload tail
supports autocompletion for --pod
values
#384
Labels
Milestone
workload tail
supports autocompletion for --pod
values
#384
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-app
workload are displayedWhen
--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
workload get my-app
kubectl logs pod/name-of-pod
The text was updated successfully, but these errors were encountered: