drupal-console icon indicating copy to clipboard operation
drupal-console copied to clipboard

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.

Results 141 drupal-console issues
Sort by recently updated
recently updated
newest added

### Problem/Motivation When using the config:override command I noticed that it actually writes the settings into the active storage. When reading the command name & description I actually expected to...

Drupal Console 2.0

### Problem/Motivation Generated commands on an install profile are unable to run due to the DrupalCommand failing whenever $extension_type is set to "profile". ### How to reproduce - Drupal version:...

### Problem/Motivation When using generate:entity:bundle we hope to create an entity bundle, not a node type. It could be used to create any other entity bundle. ### How to reproduce...

Drupal Console 2.0

### Provide signatures for the downloadable phar files [ standard ] Sign the releases and upload the `.asc` files along with the `.phar` archives. ### Problem/Motivation Drupal Console is a...

Drupal Console 2.0

Running drupal console will got this issue: ``` root@2295b3ef7c0f:/var/www/html(eabax)# vendor/bin/drupal console.database_log_poll - Plugin (language) instance class "\Drupal\language\DefaultLanguageItem" does not exist. TypeError: Argument 1 passed to Drupal\Console\Command\Migrate\RollBackCommand::__construct() must be an instance...

### Cannot install on PHP 8.0 Drupal 9.5.0 ### Problem/Motivation I get errors when trying to install. ```txt Your requirements could not be resolved to an installable set of packages....

### Issue title The issue title should comply with the following structure: [ *ISSUE-GROUP* ] Short description The *ISSUE-GROUP* should be one of: * `command:name` * `console` * `helper` *...

### error on drupal uli command code having the following error: `ArgumentCountError: 3 arguments are required, 2 given in sprintf() (line 106 of /home/lvazquez/kk/primario/drupal9.dev/vendor/drupal/console/src/Command/User/LoginUrlCommand.php).` ### Solution Pass in the stated...

otherwise it complains with an error -- related to issue [#4346](https://github.com/hechoendrupal/drupal-console/issues/4346)

### Problem/Motivation Error on composer installation - requirements problems. ```shell Your requirements could not be resolved to an installable set of packages. Problem 1 - drupal/console[v1.9.0, ..., 1.9.4] require php...