Skip to content

Commit 45ff6ae

Browse files
authored
Update index.js
1 parent f6f2562 commit 45ff6ae

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/index.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,10 @@ const guid = uuidv4();
6565

6666
const postmanOutputPath = path.resolve(`/tmp/openapi_schema_postman_${guid}.json`);
6767

68-
console.log("Executing step 1.");
68+
console.log("Parsing Schema File.");
6969
OpenAPIHelper.convertOpenAPIToPostman(resolvedOpenAPIPath, postmanOutputPath);
70-
console.log("Executing step 2.");
70+
console.log("Generating sample codes for your code routes.");
7171
OpenAPIHelper.generateSampleCode(postmanOutputPath, language, variant);
72-
console.log("Executing step 3.");
72+
console.log("Stiching the new Schema.");
7373
OpenAPIHelper.addSampleCodeToOpenAPI(resolvedOpenAPIPath, outputAPIPath);
74-
75-
console.log('Process completed successfully.');
74+
console.log('Successfully udpated the schema.');

0 commit comments

Comments
 (0)