8000 [FrameworkBundle][Console] container:debug --parameter="" not working anymore · Issue #10345 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
[FrameworkBundle][Console] container:debug --parameter="" not working anymore #10345
Closed
@ruudk

Description

@ruudk

With container:debug --parameter="database_name" you can retreive the value of a parameter. This worked in 2.3.9 perfectly. But in 2.4.0 (and up) it doesn't work anymore.

Steps to reproduce:

git clone git@github.com:symfony/symfony-standard.git .
git checkout v2.4.2
composer install

This works great:

$ php app/console container:debug --parameters | grep database_name
database_name             symfony

But this doesn't return anything:

$ php app/console container:debug --parameter=database_name

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0