Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Console][FrameworkBundle] Add DotenvDebugCommand#42580
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
src/Symfony/Bundle/FrameworkBundle/Command/DotenvDebugCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/Command/DotenvDebugCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/Command/DotenvDebugCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/Command/DotenvDebugCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/Command/DotenvDebugCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
ro0NL left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
(yes i want this 😁 )
src/Symfony/Bundle/FrameworkBundle/Command/DotenvDebugCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/Command/DotenvDebugCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
ro0NL left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
(travis failure is a pesky newline ;))
derrabus left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Note that the Dotenv component might not be installed in a Symfony application. This new command should probably…
- not be wired by
FrameworkExtension - output a nice error message
… if the component is unavailable.
chr-hertel commentedAug 20, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@derrabus would it be sufficient to extend the edit: needed some additional changes to |
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
derrabus commentedAug 22, 2021
We should add a line to FrameworkBundle's ChangeLog: * Add DotenvDebugCommandAnd since your changes to FrameworkBundle rely on the |
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedAug 22, 2021
What about moving this command to the Dotenv component (that's what we are doing for component related commands)? |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
derrabus commentedOct 14, 2021
@symfony/mergers Is there anything left to do here? From my POV, this PR is ready to be merged. |
yceruto left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Nice addition!
fabpot commentedOct 16, 2021
Thank you@chr-hertel. |
…d (chr-hertel)This PR was merged into the 5.4 branch.Discussion----------[Dotenv] extending env var list with debug:dotenv commandWas not sure about where to put this ...symfony/symfony#42580Commits-------77d5506 extending env var list with debug:dotenv command
Uh oh!
There was an error while loading.Please reload this page.