minify icon indicating copy to clipboard operation
minify copied to clipboard

Adding the required option

Open hecflores opened this issue 3 years ago • 2 comments

Adding the required property. This property will be used to define if environment variables are required and also to choose which ones are required.

  • required
    • array - array of environment variables that are required. Will fail if they dont exists.
    • boolean - true (all are required), false (none are required)

hecflores avatar Mar 22 '21 22:03 hecflores

@boopathi let me know if there is anything needed from me for this.

hecflores avatar Mar 22 '21 22:03 hecflores

@boopathi is there a reason my build is failing... Is there some other PR that is working on the dependency issue?

hecflores avatar Mar 23 '21 19:03 hecflores