You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using create-openapi-repo to create my openapi github repos and it works wonderfully, however, I have a use-case where I require command line parser support to allow this to work without user interaction.
In other words, each of the interactive prompts should be implemented as an argument provided at the command line.
This will allow this marvellous utility to be used in a scripted environment.
Once it has a command line then it would be great to make this available as a Docker image rather than requiring node/npm/npx.
The text was updated successfully, but these errors were encountered:
I am using create-openapi-repo to create my openapi github repos and it works wonderfully, however, I have a use-case where I require command line parser support to allow this to work without user interaction.
In other words, each of the interactive prompts should be implemented as an argument provided at the command line.
This will allow this marvellous utility to be used in a scripted environment.
Once it has a command line then it would be great to make this available as a Docker image rather than requiring node/npm/npx.
The text was updated successfully, but these errors were encountered: