-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathExtendedHelp.txt
18 lines (14 loc) · 1.34 KB
/
ExtendedHelp.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Extended commands and argument(s):
clean Cleans (removes) all related directories named 'Generated'.
- Use --param exclude=name[,name..] to exclude named directory(s) from the clean.
count Counts and reports the number of files and lines (All and Generated) within all related directories.
- Use --param exclude=name[,name..] to exclude named directory(s) from the count.
endpoints Lists (audits) the code-generated endpoints and related configuration.
openapi Parses an OpenAPI document and generates temporary Beef YAML configuration (preview).
- First argument is the OpenAPI document path (file or http(s)).
- Use --param include=[method:]path[,[method:]path..] to include named method (optional) and path (starts with).
- Use --param exclude=[method:]path[,[method:]path..] to exclude named method (optional) and path (starts with).
- Use --param ignore=[name[,name..]] to ignore named data types (.NET name).
- Use --param refdata=[name[,name..]] to identify reference data property names to automatically type.
- Use --param text=true|false to disable text attribute output.
- eg: dotnet run openapi "https://localhost/openapi.json" --param exclude=/ref --param ignore=changelog --param refdata=gender,outcome