Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvaidyanathan committed Jan 3, 2024
1 parent 2d5d3d7 commit aa770b8
Show file tree
Hide file tree
Showing 3 changed files with 1,113 additions and 7,128 deletions.
5 changes: 5 additions & 0 deletions bin/openapi2apigee
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ program.on('--help', function(){
console.log(' $ openapi2apigee generateApi petsore-v3 -s $SRC -d ./examples_proxies');
console.log(' $ openapi2apigee generateApi petsore-v3 -s $SRC -d ./examples_proxies -n -b $URI -o $ORG -e $ENV -v secure -D');
console.log('');
console.log('OAS 3.1.0');
console.log(' $ export SRC=https://gist.githubusercontent.com/seriousme/55bd4c8ba2e598e416bb5543dcd362dc/raw/cf0b86ba37bb54bf1a6bf047c0ecf2a0ce4c62e0/petstore-v3.1.json');
console.log(' $ openapi2apigee generateApi petsore-v3_1 -s $SRC -d ./examples_proxies');
console.log(' $ openapi2apigee generateApi petsore-v3_1 -s $SRC -d ./examples_proxies -n -b $URI -o $ORG -e $ENV -v secure -D');
console.log('');
});

program.parse(process.argv);
Expand Down

0 comments on commit aa770b8

Please sign in to comment.