You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
User story
Actually, when giving Swagger-Promote a stage (e.g. -s prod), it's trying to load the Stage-API-Config based on the given API-Config in the same folder.
Primary config: myapi-config.json
Stage config: myapi-config.prod.json
But when using it as part of a pipeline, it might be desirable to have the following folder structure, that controls all Non-Dev-Stages:
User story
Actually, when giving Swagger-Promote a stage (e.g.
-s prod
), it's trying to load the Stage-API-Config based on the given API-Config in the same folder.Primary config: myapi-config.json
Stage config: myapi-config.prod.json
But when using it as part of a pipeline, it might be desirable to have the following folder structure, that controls all Non-Dev-Stages:
So, the feature request is to support to load Stage-Config-Files also from a sub-folder if not found close to the main-config file.
The text was updated successfully, but these errors were encountered: