-
Notifications
You must be signed in to change notification settings - Fork 645
Add support for multiple environment files #2395
Conversation
Looks like gogetdoc isn't happy on osx 1.11.x test, but not sure it's related to my PR |
package.json
Outdated
], | ||
"items": { | ||
"type": "string" | ||
}, | ||
"description": "Absolute path to a file containing environment variable definitions.", |
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.
The description should be updated to reflect the fact that both string and array are supported now.
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.
I've added a better description
@quoctruong I've made the suggested changes. |
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.
Simple enough
Apologies for not getting to this sooner @SteelPhase There have been a lot of changes to the |
I've attempted to resolve the issue presented in #1746. I'm sure some things will need to match coding standards and etc, but this initial implementation appears to work with a single file, and an array of many files.