Install Spectral version 5.9.2 #1834
-
I need to install a specific version of Spectral: version 5.9.2. And I need to do it using curl. Do you have any suggestions of how can I do it? At the future, if I want to avoid that the users of my solution to install the latest version instead of the version I created my custom ruleset, how can I fix the version? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey!
You can try the links provided here.
If macOS or Windows is the OS of your choice, simply replace
I'm afraid I'm not sure I understand this part. Out of curiosity, is there any particular reason you want to stick with 5.9.2? |
Beta Was this translation helpful? Give feedback.
Hey!
You can try the links provided here.
For instance, if you're interested in the Linux binary, you can execute the following command:
curl -L --output "spectral" https://github.com/stoplightio/spectral/releases/download/v5.9.2/spectral-linux
.If macOS or Windows is the OS of your choice, simply replace
-linux
with-macos
or-cli.exe
respectively.I'm afraid I'm not sure…