From 720106853e61546034ce9b6109bfb66e3d5f98e6 Mon Sep 17 00:00:00 2001 From: Matteo Longo Date: Wed, 18 Jan 2023 12:57:43 +0100 Subject: [PATCH] - Re-added fixes that we have lost in the revert --- bin/openapi2apigee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/openapi2apigee b/bin/openapi2apigee index 4fe4bf0..9b69ff4 100755 --- a/bin/openapi2apigee +++ b/bin/openapi2apigee @@ -43,6 +43,8 @@ program .option('-u, --username ', 'Apigee Edge Username to Deploy') .option('-p, --password ', 'Apigee Edge Password to Deploy') .option('-t, --token ', 'Apigee Edge Auth Token to Deploy') + .option('-U, --backendurl ','Specify the target backend url') + .option('-O, --oauth ','Apigee enable oauth') .description('Generates Apigee API Bundle') .action(function(apiProxy, options) {