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

This project contains commands and features to be shared across DrupalConsole projects.

Results 34 drupal-console-core issues
Sort by recently updated
recently updated
newest added

It would be a good feature if the discovery mechanism scanned folders inside the extend/vendor folder to register any chains found - The script should scan the sub-directories - If...

We need to add a new metadata on the chains to tell the Chain Discovery whether a certain chain can be visible and executed when we don't have a Drupal...

We have a new functionality on chains: The chain discovery It allows us to run any chain just like any other command, e.g. without the --file argument Here is an...

We can manage this by providing a new feature. Adding extra configuration to the `config.yml` file as an example: ``` disabled: prod: modules: - module_name_one - module_name_two commands: - module:download...

I have a test chain `drupal test:main` https://github.com/dennisinteractive/drupal_console_commands/blob/extend_properly/chain/chain-test-main.yml It basically calls another chain _test:child_ with the arguments provided. Because _test:main_ has two options, it fails to cascade ``` - command:...

I have a situation where I have a chain e.g. https://github.com/dennisinteractive/drupal_console_commands/blob/extend_properly/chain/chain-site-build.yml When I run `drupal site:build --name="example.dev"` it will show a message saying that it could not find the configuration...

According to https://github.com/hechoendrupal/drupal-console-core/blob/19ef9a767ccc675d9b0032a5b91746ebbc9f09e5/config/dist/phpcheck.yml#L14, the PHP GD extension is required... it seems this might only be used for building docs via GitBook or something like that—but it's not really required for...

The current module version isn't able to use on Drupal 10 implementations. Some Drupal community members opened the https://www.drupal.org/project/console/issues/3337542 issue, reporting this compatibility issue and brought some fixes. These code...

Fixes #391 Updating the version scope of the `dflydev/dflydev-dot-access-configuration` package to allow [the new 2.0 release](https://github.com/dflydev/dflydev-dot-access-configuration/releases/tag/v2.0.0) which fixes an issue reported in #391. Also, there is no need to reference...

### Issue https://github.com/hechoendrupal/drupal-console-core/issues/396 Root composer allows symfony/filesystem version 6, but it only allows "~3.0|^4.4" of symfony/config, which conflicts with the symfony/filesystem requirement. ### Changes Allowed higher version of symfony config...