ParameterHandler icon indicating copy to clipboard operation
ParameterHandler copied to clipboard

Composer script handling your ignored parameter file

Results 33 ParameterHandler issues
Sort by recently updated
recently updated
newest added

Hi, It would be useful to support a yaml file without a unique parameter-key or support when there is multiple parameter-key to check in one yaml file

Would it be possible to add an option so that, in non-interactive mode when a parameter is missing, an exception is thrown rather than the default copied from the .dist...

This PR adds a feature very similar to the one discussed and proposed in #83 and #93, but takes a whitelist approach instead. The idea is to allow to specify...

Hi Christophe, I've been using your library in a Symfony context for a longer time, loved it cause of its simplicity - so btw thanks for it! I required something...

At the moment when running the buildParameters script you get this advice: ``` Creating the "" file Some parameters are missing. Please provide them. ``` A nice to have to...

- Added support of empty environment strings - Added a test case Note that empty environment strings are not the same as non-set environment strings (`~`): ``` $ MEM_DATA= php...

Right now, environment variables are only interpreted as null when their values are "null" (as a string). `FOO_BAR=null` Can you consider using the empty string too ? `FOO_BAR=`

| Q | A | | --- | --- | | Bug fix? | No | | New feature? | Yes | | BC breaks? | No | | Deprecations?...

Allows #79 | Q | A | | --- | --- | | Bug fix? | No | | New feature? | Yes | | BC breaks? | No |...