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) {