GoogleCloudPlatform / apigee-anthos-service-mesh-demo

This demo extends the existing GCP Boutique Shop Microservices demo to show how to use Apigee for exposing internal gRPC services (inside the mesh) as RESTful API to external consumers (outside the mesh).
Apache License 2.0
38 stars 14 forks source link

simplify apigeecli installation #5

Closed danistrebel closed 2 years ago

danistrebel commented 2 years ago

there's a convenience function to install the latest version: https://github.com/apigee/apigeecli/blob/master/downloadLatest.sh

ssvaidyanathan commented 2 years ago

@danistrebel - so the ask is to use this instead within the apigee scripts?

danistrebel commented 2 years ago

yeah a proposal would be to replace https://github.com/GoogleCloudPlatform/apigee-anthos-service-mesh-demo/blob/main/deploy-apigee.sh#L68-L72 with a callout to this script. Would make it easier to support different OS versions as well.