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

Include the current backend in the entry point output #718

Merged
merged 2 commits into from
May 13, 2024

Conversation

markstory
Copy link
Member

This could be helpful when following up on support questions in the future.

This could be helpful when following up on support questions in the
future.
@markstory markstory added this to the 4.x (CakePHP 5) milestone May 12, 2024
@@ -82,11 +83,14 @@ public function run(array $argv, ConsoleIo $io): ?int

// This is the variance from Command::run()
if (!$args->getArgumentAt(0) && $args->getOption('help')) {
$backend = (string)(Configure::read('Migrations.backend') ?? 'phinx');
Copy link
Member

Choose a reason for hiding this comment

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

Can you pass phinx as the default parameter?

@markstory markstory merged commit c3eef97 into 4.x May 13, 2024
9 checks passed
@markstory markstory deleted the backend-config-help branch May 13, 2024 15:47
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