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

### Code - Drupal Console on php 8.1 throws errors on every command ### Problem/Motivation Running Drupal Console 1.9.8 in PHP 8.1 throws errors on any and all commands. **Details...

### Error connecting docker image from outside to inside I'm trying to connect from drupalconsole launcher to Docker container (which drupalconsole is working from inside) ### My alias: ``` dev:...

I have followed the instructions: ``` curl https://drupalconsole.com/installer -L -o drupal.phar mv drupal.phar /usr/local/bin/drupal chmod +x /usr/local/bin/drupal ``` However when I want to execute `drupal` it gives me: ``` Fatal...

### Problem/Motivation When trying to export my config the console runs into an error. That happens for every content type i'm trying to export. - Drupal version 8.6.11 - Console...

### Problem/Motivation To define uri in command you have to add it as argument on each command, this is quiet painful and error prone. This kind of issue is solved...

Often we need to delete several entities, not one-by-one, and not all. So will be good to have `--range` argument for specify entity_id range, something like: ``` drupal entity:delete node...

At now UX for importing single config is too hard: users must fill full path to config file (not relative, but full from root!), or pass folder (with path from...

###MSSQL Port take by default argument We have the option to pass the --db-port empty in case we are using MSSQL it is failing to connect db. * `site-install`

### Drupal Console does not register chain command automatically The issue title should comply with the following structure: [console] Drupal Console does not register chain command automatically ### Problem/Motivation Drupal...

### [docs] Using the phrase "The Drupal CLI" is misleading ### Problem/Motivation The language "The Drupal CLI" is misleading. It implies that this it the only Drupal CLI, or is...