Open hecflores opened 3 years ago
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
boolean
@boopathi let me know if there is anything needed from me for this.
@boopathi is there a reason my build is failing... Is there some other PR that is working on the dependency issue?
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)