Skip to content

Commit

Permalink
Remove BLT alias (#4364)
Browse files Browse the repository at this point in the history
* DX-2593: Remove BLT alias

* remove alias
  • Loading branch information
danepowell authored Mar 11, 2021
1 parent a5ac003 commit 818927f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 230 deletions.
21 changes: 0 additions & 21 deletions scripts/blt/alias

This file was deleted.

2 changes: 0 additions & 2 deletions src/Robo/Commands/Blt/SetupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public function setup() {
break;
}

$commands[] = 'blt:init:shell-alias';

$this->invokeCommands($commands);
}

Expand Down
205 changes: 0 additions & 205 deletions src/Robo/Commands/Blt/ShellAliasCommand.php

This file was deleted.

2 changes: 0 additions & 2 deletions src/Robo/Commands/Blt/UpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ protected function initializeBlt() {
$this->getConfig()->replace($new_config->export());

$this->invokeCommand('blt:init:settings');
$this->invokeCommand('blt:init:shell-alias');
if (DIRECTORY_SEPARATOR === '\\') {
// On Windows, during composer create-project,
// the wizard command fails when it reaches the interactive steps.
Expand Down Expand Up @@ -109,7 +108,6 @@ public function update(array $options = ['since' => InputOption::VALUE_REQUIRED]
if ($this->executeSchemaUpdates($starting_version)) {
$this->updateSchemaVersionFile();
}
$this->invokeCommand('blt:init:shell-alias');
}

/**
Expand Down

0 comments on commit 818927f

Please sign in to comment.