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

[5.x] Improvements to the install:eloquent-driver command #10910

Merged
merged 5 commits into from
Oct 8, 2024

Conversation

duncanmcclean
Copy link
Member

@duncanmcclean duncanmcclean commented Oct 7, 2024

This pull request adds three new options to the install:eloquent-driver command, to assist with some changes we're making in the CLI.

  • The --all option will select all of the repositories - preventing the "Which repositories would you like to migrate?" prompt from showing.
  • The --import option will automatically toggle the importing of existing content - preventing the individual "Would you like to import existing ...?" prompts from showing.
    • In the CLI, we want to import all existing content so you don't start out with an empty site.
  • The --without-messages option will prevent any info messages from showing, to cleanup the output.
    • We can't use --quiet because that stops Laravel Prompts from showing.

This will allow us to select all repositories in the CLI, without the user needing to see the prompt.
Copy link
Member

@jesseleite jesseleite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@jesseleite jesseleite merged commit 9a24295 into 5.x Oct 8, 2024
18 checks passed
@jesseleite jesseleite deleted the install-eloquent-driver-improvements branch October 8, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants