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

Console alias duplicate #3746

Closed
absoludo opened this issue Jan 25, 2018 · 6 comments
Closed

Console alias duplicate #3746

absoludo opened this issue Jan 25, 2018 · 6 comments

Comments

@absoludo
Copy link
Contributor

Console alias duplicate

On my local environments I get aliases for create:roles (crr) & cron:release (cror,crr).
Both suggest crr as alias, but create:roles seems to be the default action for this duplicate alias.

@jmolivas
Copy link
Member

Nice catch and thanks for reporting it. I can confirm this is a bug:

drupal | grep crr
  create:roles (crr)                      Create dummy roles for your Drupal 8 application.
  cron:release (cror,crr)                 Release cron system lock to run cron again

I found the alias definition at this file on the console-core repository:
https://github.com/hechoendrupal/drupal-console-core/blob/master/config/aliases.yml#L8-L9

@LOBsTerr
Copy link
Member

LOBsTerr commented Jan 26, 2018

I found another issue

drupal  | grep mod

debug:module (dm,**mod**)                   Displays current modules available for application
...
...
module:download (**mod**)                   Download module or modules in application

I tried to find the problem, but without any success
@jmolivas if you can point me I will fix it

@jmolivas
Copy link
Member

@jmolivas
Copy link
Member

@LOBsTerr we need to remove the aliases mentioned definitions on this console-core file https://github.com/hechoendrupal/drupal-console-core/blob/master/config/aliases.yml to have both fixed.

@LOBsTerr
Copy link
Member

@LOBsTerr
Copy link
Member

LOBsTerr commented Feb 7, 2018

Closing this one. Feel free to re-open if still happening after updating to the latest version.

@LOBsTerr LOBsTerr closed this as completed Feb 7, 2018
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

No branches or pull requests

3 participants