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

Add --extra-dump option to archive:dump #5915

Merged
merged 3 commits into from
Mar 18, 2024
Merged

Conversation

liberatr
Copy link
Contributor

The --extra-dump flag works fine with sql:dump. This adds the same option to archive:dump, which passes the option on to the sql command in turn.

@@ -95,6 +97,7 @@ public function dump(array $options = [
'generator' => InputOption::VALUE_REQUIRED,
'generatorversion' => InputOption::VALUE_REQUIRED,
'exclude-code-paths' => InputOption::VALUE_REQUIRED,
'extra-dump' => false,
Copy link
Member

Choose a reason for hiding this comment

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

Value should be self::REQ. See sql:sync for an example.

@weitzman
Copy link
Member

Tests will pass if you merge in latest 13.x

@weitzman weitzman merged commit 5dfff71 into drush-ops:13.x Mar 18, 2024
1 of 2 checks passed
weitzman pushed a commit that referenced this pull request Mar 18, 2024
* Add --extra-dump option to archive:dump

* Update ArchiveDumpCommands.php

* Update ArchiveDumpCommands.php to ue options similar to sql:sync
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