apigee-samples icon indicating copy to clipboard operation
apigee-samples copied to clipboard

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

Open kurtkanaskie opened this issue 1 year ago • 3 comments

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

kurtkanaskie avatar Jul 15 '24 17:07 kurtkanaskie

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

ssvaidyanathan avatar Jul 15 '24 20:07 ssvaidyanathan

Yes

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

kurtkanaskie avatar Jul 15 '24 20:07 kurtkanaskie

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

srinandan avatar Aug 07 '24 15:08 srinandan