GoogleCloudPlatform / apigee-samples

A repo for Apigee X/hybrid samples
Apache License 2.0
41 stars 44 forks source link

Shared Flow and API can be created and deployed with a single apigeecli command #162

Open kurtkanaskie opened 1 month ago

kurtkanaskie commented 1 month ago

https://github.com/GoogleCloudPlatform/apigee-samples/blob/8ba299a76c69d5f233e1eda5e2cefe7ccd3d409b/authorize-idp-access-tokens/deploy-authorize-idp-access-tokens.sh#L114

https://github.com/GoogleCloudPlatform/apigee-samples/blob/8ba299a76c69d5f233e1eda5e2cefe7ccd3d409b/authorize-idp-access-tokens/deploy-authorize-idp-access-tokens.sh#L119

ssvaidyanathan commented 1 month ago

@kurtkanaskie - do you have a sample command we could use?

kurtkanaskie commented 1 month ago

Yes

apigeecli sharedflows create bundle \
    --org "$PROJECT" --env "$APIGEE_ENV" \
    --name authorize-idp-access-tokens \
    -f ./rendered/sharedflowbundle \
    --ovr --wait
srinandan commented 4 weeks ago

This PR (https://github.com/GoogleCloudPlatform/apigee-samples/pull/165) should address this issue.