swagger2markup-cli
swagger2markup-cli copied to clipboard
Command line interface (CLI) for Swagger2Markup
java -jar swagger2markup-cli-2.0.0.jar convert -i ./controller.yaml -f eNMS1.5-api-doc -c config.properties Exception in thread "main" java.lang.RuntimeException: Unable to load RELATIVE ref: ./message.yaml path: /home/zxk/Desktop/swagger-adoc/adoc at io.swagger.parser.util.RefUtils.readExternalRef(RefUtils.java:162) at io.swagger.parser.ResolverCache.loadRef(ResolverCache.java:118) at io.swagger.parser.processors.ExternalRefProcessor.processRefToExternalDefinition(ExternalRefProcessor.java:47) at...
I'm trying out this tool and it is able generate both separate files and one single AsciiDoctor file, however I'm not seeing the Table of Contents as shown in the...
java -jar ./build/libs/swagger2markup-cli-1.3.3.jar convert -i wallet-server.yml -d ./output 02:49:47.261 [main] INFO io.swagger.parser.Swagger20Parser - reading from /Users/shiv/Development/tbca/swagger/swagger2markup-cli/wallet-server.yml 02:49:47.988 [main] DEBUG i.g.s.i.document.PathsDocument - Generate examples is disabled. 02:49:47.988 [main] DEBUG i.g.s.i.document.PathsDocument -...
I am able to build swagger2markup but swagger2markup-cli on my Debian installation. Environment ----------------- $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 9.9 (stretch)...
> openjdk version "1.8.0_191" > OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.18.04.1-b12) > OpenJDK 64-Bit Server VM (build 25.191-b12, mixed mode) Grade build seems to be failing on Ubuntu 18.04: ``` FAILURE:...
Any chance that this will be updated to support OpenAPI 3.0? This new version of the Swagger specification was released in July 2017.
I'm starting with a very simple API to build up my microservice toolchain. One step of that toolchain is generation of markdown from the swagger spec for my API. Swagger2Markup...
If a path contains squiggly brackets to indicate a url parameter, they are not escaped in confluence markup output and result in "Unknown macro: {resourceId}". Example: /resourceCollection/{resourceId}/subCollection/{subResource} current output h3....
Using version 1.1.0 I am unable to generate output in a symlinked directory - it appears that Swagger2Markup doesn't believe that the symlink is a valid directory for writing to...