Skip to content

Commit c12025a

Browse files
authored
Merge pull request #1776 from Azure/update-readme
Update readme for the new optional parameter
2 parents 83c0029 + 02849d9 commit c12025a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* `npm run list-basepaths` - Lists all the valid base paths from the specs repo for generation.
1111
* `npm run list-resources` - Lists all the schema-declared types and API versions referenced in [schemas/2019-04-01/deploymentTemplate.json](/schemas/2019-04-01/deploymentTemplate.json).
1212
* `npm run generate-all` - Re-generates all schemas for providers which have been added to [autogenlist.ts](./autogenlist.ts).
13-
* `npm run generate-single {basePath}` - Re-generates schemas for all resource types and API versions found under a given base path.
13+
* `npm run generate-single {basePath} [{localPath}]` - Re-generates schemas for all resource types and API versions found under a given base path. Use optional `{localPath}` to generate from local specs repo.
1414
* See [package.json](./package.json) for the full set of commands.
1515

1616
### Daily autogeneration

0 commit comments

Comments
 (0)