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 · 0 comments
Open

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

Zerpet opened this issue Dec 20, 2024 · 0 comments
Labels
carvel-triage This issue has not yet been reviewed for validity enhancement This issue is a feature request

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
carvel-triage This issue has not yet been reviewed for validity enhancement This issue is a feature request
Projects
Status: No status
Development

No branches or pull requests

1 participant