We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openapi add
If we run openapi add command in windows environment, it will generate yaml file path in Ballerina.toml file without escape characters.
Ballerina.toml
Run bal openapi add -i <path_to_yaml> --module <module_name> and then run bal build.
bal openapi add -i <path_to_yaml> --module <module_name>
bal build
2201.10.3
windows
The text was updated successfully, but these errors were encountered:
SachinAkash01
No branches or pull requests
Description
If we run openapi add command in windows environment, it will generate yaml file path in
Ballerina.toml
file without escape characters.Steps to Reproduce
Run
bal openapi add -i <path_to_yaml> --module <module_name>
and then runbal build
.Version
2201.10.3
Environment Details (with versions)
windows
The text was updated successfully, but these errors were encountered: