You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was curious if you all had considered creating a CLI that can do basic CRUD operations against Project and ProjectAccess resources. On the one hand, you can do everything you'd want with kubectl, but I'm wondering if creating a CLI could provide some sensible guardrails.
The text was updated successfully, but these errors were encountered:
Hey @djoyahoy it's definitely something we've thought about, and we've actually added some support for project-related commands to another CLI we've been developing. It definitely makes the ProjectAccess stuff in particular a lot nicer to work with.
So I'd say that a standalone CLI for projects-operator that can do some basic things probably makes sense.
Just to add onto what @teddyking said. We've also been wondering if Projects should even be interacted with at all by a user and they should just use namespaces as thats what people are used to. Problem arises again about how to use ProjectAccess in a nice way in that case
I was curious if you all had considered creating a CLI that can do basic CRUD operations against Project and ProjectAccess resources. On the one hand, you can do everything you'd want with kubectl, but I'm wondering if creating a CLI could provide some sensible guardrails.
The text was updated successfully, but these errors were encountered: