apigee-samples
apigee-samples copied to clipboard
Shared Flow and API can be created and deployed with a single apigeecli command
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 - do you have a sample command we could use?
Yes
apigeecli sharedflows create bundle \
--org "$PROJECT" --env "$APIGEE_ENV" \
--name authorize-idp-access-tokens \
-f ./rendered/sharedflowbundle \
--ovr --wait
This PR (https://github.com/GoogleCloudPlatform/apigee-samples/pull/165) should address this issue.