forked from znsio/specmatic-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed qontract to specmatic everywhere
- Loading branch information
1 parent
ed54aa5
commit 415376a
Showing
21 changed files
with
204 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Download the standalone Jar. | ||
|
||
<https://github.com/znsio/specmatic/releases/download/{{ site.latest_release }}/qontract.jar> | ||
<https://github.com/znsio/specmatic/releases/download/{{ site.latest_release }}/specmatic.jar> | ||
|
||
#### Mac / Linux | ||
|
||
``` | ||
alias qontract='java -jar <basedir>/qontract.jar' | ||
alias specmatic='java -jar <basedir>/specmatic.jar' | ||
``` | ||
|
||
#### Windows | ||
|
||
Create a batch file with below content. | ||
|
||
``` | ||
java -jar <basedir>/qontract.jar %* | ||
java -jar <basedir>/specmatic.jar %* | ||
``` | ||
|
||
The %* portion tells the batch script to pass all of the parameters it receives to the new command. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.