Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workload tail supports autocompletion for --pod values #384

Open
heyjcollins opened this issue Oct 17, 2022 · 0 comments
Open

workload tail supports autocompletion for --pod values #384

heyjcollins opened this issue Oct 17, 2022 · 0 comments
Labels
enhancement New feature or request MIGRATED-MIGRATED Migrated to private repo needs-triage
Milestone

Comments

@heyjcollins
Copy link
Contributor

heyjcollins commented Oct 17, 2022

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 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

  1. run workload get my-app
  2. note the name of the pod you want to see the logs for
  3. run kubectl logs pod/name-of-pod
@heyjcollins heyjcollins added enhancement New feature or request needs-triage labels Oct 17, 2022
@atmandhol atmandhol added this to the 0.13.0 milestone Feb 21, 2023
@heyjcollins heyjcollins added the MIGRATED-MIGRATED Migrated to private repo label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request MIGRATED-MIGRATED Migrated to private repo needs-triage
Projects
None yet
Development

No branches or pull requests

2 participants