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 a CLI to create objects supported by SecretGen controller #540

Open
Zerpet opened this issue Dec 20, 2024 · 1 comment
Open

Add a CLI to create objects supported by SecretGen controller #540

Zerpet opened this issue Dec 20, 2024 · 1 comment
Labels
carvel-accepted This issue should be considered for future work and that the triage process has been completed enhancement This issue is a feature request priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.

Comments

@Zerpet
Copy link

Zerpet commented Dec 20, 2024

Describe the problem/challenge you have

YAML is hard to remember. Every time I want to create an object of this controller, I have to look at something I've done before, or come here to read the docs.

Describe the solution you'd like

A CLI, similar to kctrl (much Kudos for kctrl 👏 ), that allows to create some, or all, of the objects supported by this controller. As an example, I would like to add a SecretExport by doing:

secgenctl secretexport create my-secret-export -n my-super-secret-namespace --to-namespaces '*'

This is an example, the idea is to support create/list/get/delete operations using this CLI for all objects.

Anything else you would like to add:

To my mind is a lot easier to remember CLI commands than YAML structures. A CLI can provide a --help option, and that's faster than opening a browser and navigating to the docs of this controller.

I'll be happy to contribute a PR!


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you would like to work on this issue.

@Zerpet Zerpet added carvel-triage This issue has not yet been reviewed for validity enhancement This issue is a feature request labels Dec 20, 2024
@renuy renuy added carvel-accepted This issue should be considered for future work and that the triage process has been completed priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. and removed carvel-triage This issue has not yet been reviewed for validity labels Jan 10, 2025
@renuy renuy moved this to Unprioritized in Carvel Jan 10, 2025
@100mik
Copy link

100mik commented Jan 10, 2025

We would definitely prioritise reviews and help you with the process if you are willing to work on this!
We generally start larger efforts like these with a proposal, I would be happy to help you get started on it 🙌🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
carvel-accepted This issue should be considered for future work and that the triage process has been completed enhancement This issue is a feature request priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Projects
Status: Unprioritized
Development

No branches or pull requests

3 participants