Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 52632d0

Browse files
authored
Merge pull request #108 from miaojiang/2019-02-28-doc
minor changes to docs
2 parents 51beeca + 5b235ba commit 52632d0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/APIM_ARMTemplate/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,11 @@ Below are the steps to run the Extractor from the source code:
178178
az login
179179
az account set --subscription <subscription_id>
180180
```
181-
- Run the Extractor with the following command:
181+
- Run the Extractor with the following command to extract a single API:
182+
```
183+
dotnet run extract --name <name_of_the_APIM_instance> --resourceGroup <name_of_resource_group> --fileFolder <path_to_folder> --apiName <api_name>
184+
```
185+
- Or run the Extractor with the following command to extract all APIs:
182186
```
183187
dotnet run extract --name <name_of_the_APIM_instance> --resourceGroup <name_of_resource_group> --fileFolder <path_to_folder>
184188
```

0 commit comments

Comments
 (0)