Do i have the options of continuous deployment in wso2 api manager. For example - I have configured an API in test region & once API testing is done i need to promote the API to UAT region automatically rather than login again in UAT region configure the same API.
Asked
Active
Viewed 457 times
2 Answers
0
Currently we don't have that support. We have this feature in our roadmap.

Ratha
- 9,434
- 17
- 85
- 163
-
Is there any answer please on this ? – munna Feb 28 '18 at 18:27
0
You can do it by programmatically. write a java client to get the api details from one environment and then publish to the target environment using apimanager's publisher apis[1].

Jenananthan
- 1,381
- 2
- 10
- 20
-
This looks good. is there any other process improvised on this? If yes, can you please let us know – munna Feb 28 '18 at 18:28