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

Add additional query options to kepctl query #2279

Closed
jeremyrickard opened this issue Jan 15, 2021 · 0 comments · Fixed by #2282
Closed

Add additional query options to kepctl query #2279

jeremyrickard opened this issue Jan 15, 2021 · 0 comments · Fixed by #2282
Labels
priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/architecture Categorizes an issue or PR as relevant to SIG Architecture.

Comments

@jeremyrickard
Copy link
Contributor

Currently, kepctl supports querying across KEPs on a few fields:

Examples:
  kepctl query --sig architecture --status provisional --include-prs

Flags:
      --gh-token-path string   Path to a file with a GitHub API token
  -h, --help                   help for query
      --include-prs            Include PRs in the results
      --output string          Output format. Can be [table json yaml] (default "table")
      --prr strings            Prod Readiness Approver
      --repo-path string       Path to kubernetes/enhancements
      --sig strings            SIG
      --stage strings          Stage
      --status strings         Status

Adding additional query options for --author and --approver would be beneficial additions. These should behave like the --prr flag.

/sig architecture
/priority important-soon

@k8s-ci-robot k8s-ci-robot added sig/architecture Categorizes an issue or PR as relevant to SIG Architecture. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Jan 15, 2021
@LappleApple LappleApple added this to In progress in Enhancements Subproject Jan 25, 2021
Enhancements Subproject automation moved this from In progress to Done 1.21 Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/architecture Categorizes an issue or PR as relevant to SIG Architecture.
Projects
Development

Successfully merging a pull request may close this issue.

2 participants