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

[FEATURE] Bypass provider selection steps #120

Open
mteu opened this issue Feb 25, 2023 · 3 comments
Open

[FEATURE] Bypass provider selection steps #120

mteu opened this issue Feb 25, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mteu
Copy link
Collaborator

mteu commented Feb 25, 2023

Is your feature request related to a problem?

As a returning user I often select the same few templates. So, there isn't really a huge desire for me to step through the provider selection.

Describe the solution you'd like

It seems a rather logic step to allow skipping certain steps with input option arguments on the composer create-project or composer project:create command.

Example:

composer create-project cps-it/project-builder \
--stability=dev \
--template-provider=packagist \
--template-identifier="vendor/awesome-template" \
--template-version="1.0.7"

Describe alternatives you've considered

No response

Additional context

The imminent introduction of #86 is taken into consideration:

@mteu mteu added the enhancement New feature or request label Feb 25, 2023
@mteu mteu self-assigned this Feb 25, 2023
@eliashaeussler eliashaeussler added this to the v3.0.0 milestone Mar 24, 2023
@Moongazer
Copy link

This would be a great feature as well 👍🏼

@mteu
Copy link
Collaborator Author

mteu commented Apr 20, 2023

This would be a great feature as well 👍🏼

We are planning to introduce such a feature in v3 after the finalization of #86.

@mteu
Copy link
Collaborator Author

mteu commented Apr 2, 2024

Might also be related to #13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants