Duong Quang Son

IntelliJ Rest CLI - A missing command line application for execute for IntelliJ

by
A missing command line application for execute Intellij HTTP Client files.
FEATURES:
* Execute Intellij HTTP request files.
* Running test script.
* Loading and inject environment variables.
* Cross platform: Windows, macOS and Linux ready.
* Easy to custom via command-line arguments.

Add a comment

Replies

Best
Duong Quang Son
I love to create restful APIs requests from IntelliJ HTTP client tools. It looks very handly & easy to custom. But one of the most important is that request files can be only used in IntelliJ IDEA ultimate version, there is no way to re-use those files in other places such as in Jenkins. For that reason, I built the cross-platform command-line application that helps to execute the http request files. So now, we can reuse the existing files. You can check the video demo here: https://asciinema.org/a/351124 The development process should not hurt!
Duong Quang Son
The new version 1.5 is released with support setNextRequest, so now, the test script can more flexible. For more detail: https://github.com/quangson91/in...