Closed (fixed)
Project:
Domain
Version:
2.0.x-dev
Component:
- Domain Alias
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2024 at 08:20 UTC
Updated:
1 Sep 2025 at 12:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
sean_e_dietrichI added a drush command that allowed for the following:
drush domain-alias:list
drush domain-alias:add
drush domain-alias:update
drush domain-alias:delete
drush domain-alias:delete-bulk
With the following, it should give basic CRUD the ability to manage domain aliases via Drush so that domain aliases can be created to use with systems like Tugboat or mostly any other dynamic staging environment where the URL isn't static.
Comment #4
sean_e_dietrichI realized that it wasn't super clear on how to test this.
Comment #5
dqdAwesome work in here! +1 Thanks for your contribution. I will try to discuss this with maintainers. Feel free to add the "domain" channel I have created a while ago on Drupal Slack fpr further domain project contributors. This or the other way, I will try to come back to this issue asap!
Comment #6
thejimbirch commentedAdded a static copy of the patch from the merge request.
Comment #7
danrodTests are not passing for some reason, I wonder why:
https://git.drupalcode.org/issue/domain-3422071/-/jobs/839356
Comment #8
mably commentedCould we have a rebase of the MR please?
When all tests are green again, we should be ready for merge.
Comment #9
sean_e_dietrichThank you for the update.@mably! I have merged in the branch and now the tests are passing.
Comment #10
mably commentedMerged. Thanks!