Options to deploy Targer Server to Apigee Edge

Can we deploy targetserver alone using apigeetool/maven command? I see Target Server is not mentioned as part of apigeetool.

If not what are options to deploy targetserver as part of Jenkins CI/CD pipeline.

@Sai Saran Vaidyanathan

@Maruti Chand

Thanks,

Vissu

0 1 240
1 REPLY 1

Really the best way to manage target servers is using the Management API.

It's pretty lightweight and can be integrated into CI/CD with simple shell scripts.

Alternately, you could use the Maven Config Plugin, which is just an interface to the management API.