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

Allow creation of top-level projects #3173

Open
eleftherias opened this issue Apr 25, 2024 · 0 comments
Open

Allow creation of top-level projects #3173

eleftherias opened this issue Apr 25, 2024 · 0 comments
Labels
enhancement New feature or request go Pull requests that update Go code size/m

Comments

@eleftherias
Copy link
Member

Currently, we allow the creation of sub-projects, projects that are children of another project.
This issue tracks creating top-level projects, projects without a parent project.

We can repurpose the existing minder project create command.
We should deprecate the existing --project flag and introduce a new --parent flag to make it explicit that the new project will be a sub-project.
If no --parent flag is provided, then we should assume that it is a top-level project.

@eleftherias eleftherias added enhancement New feature or request go Pull requests that update Go code size/m labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code size/m
Projects
None yet
Development

No branches or pull requests

1 participant