Skip to content

Commit 53729f0

Browse files
committed
Case 27689; removing site:drush:alias command
1 parent 6867f8f commit 53729f0

File tree

5 files changed

+0
-114
lines changed

5 files changed

+0
-114
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ e.g. https://raw.githubusercontent.com/dennisinteractive/drupal_console_commands
4444
- drupal **site:settings:memcache** *site-name*
4545
Creates *settings.memcache.php* in the *web/sites/default* folder. This file contains Memcache configuration and should not be committed.
4646

47-
- drupal **site:drush:alias** *site-name*
48-
Sets up drush aliases
49-
5047
- drupal **site:phpunit:setup** *site-name*
5148
Creates *phpunit.xml* in the root. This file contains PHPUnit configuration and should not be committed.
5249

@@ -81,7 +78,6 @@ Chains that can be reused on various environments
8178
- site:settings:db
8279
- site:settings:local
8380
- site:settings:memcache
84-
- site:drush:alias
8581

8682
- drupal **site:test:setup** Sets the test suites
8783
- site:phpunit:setup

chain/chain-site-configure.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ commands:
1515
- command: site:settings:memcache
1616
arguments:
1717
name: '%{{name}}'
18-
# Create the drush alias
19-
- command: site:drush:alias
20-
arguments:
21-
name: '%{{name}}'

console.config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ application:
1616
class: \DennisDigital\Drupal\Console\Command\Site\Settings\MemcacheCommand
1717
'site:settings:local':
1818
class: \DennisDigital\Drupal\Console\Command\Site\Settings\LocalCommand
19-
'site:drush:alias':
20-
class: \DennisDigital\Drupal\Console\Command\Site\DrushAliasCommand
2119
'site:db:import':
2220
class: \DennisDigital\Drupal\Console\Command\Site\DbImportCommand
2321
'site:behat:setup':

src/Command/Site/DrushAliasCommand.php

Lines changed: 0 additions & 103 deletions
This file was deleted.

subscriptions

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)