This repository was archived by the owner on Feb 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ In the cloud shell the path to Python version 3.6 `/opt/az/bin/python3`
40
40
You will need the RAFT CLI files. You can do this in a number of ways:
41
41
- Download the RAFT CLI from a specific release</br >
42
42
For example:</br >
43
- ` wget https://github.com/microsoft/rest-api-fuzz-testing/releases/download/v1.2/cli.zip `
43
+ ` wget https://github.com/microsoft/rest-api-fuzz-testing/releases/download/LATEST_VERSION_OF_CLI/raft-cli.zip `
44
+ where LATEST_VERSION_OF_CLI is the latest released version of CLI
44
45
</br >
45
46
Then run unzip ` unzip cli.zip `
46
47
- Clone the repo
@@ -221,4 +222,4 @@ Three tools are deployed by default: [RESTler](https://github.com/microsoft/rest
221
222
222
223
You can see how they are configured by looking at the configuration files under the ` cli/raft-tools/tools ` folder.
223
224
224
- See an explanation of the ` config.json ` file in [ How to onboard a tool] ( how-to-onboard-a-tool.md ) .
225
+ See an explanation of the ` config.json ` file in [ How to onboard a tool] ( how-to-onboard-a-tool.md ) .
You can’t perform that action at this time.
0 commit comments