Usage: dotnet new webapi [options] ASP.NET Core Web API Author: Microsoft Options: -h, --help Show help information. --force Forces content to be generated even if it would change existing files. -v, --verbosity Enable verbose output. Template options: -n, --name The name for the output being created. If no name is specified, the name of the current directory is used. -o, --output Location to place the generated output. -lang, --language Specifies the language of the template to create. C#, F#, VB Default: C# -f|--framework The target framework for the project. netcoreapp2.0, netcoreapp1.1, netcoreapp1.0 Default: netcoreapp2.0 -au|--auth The type of authentication to use None - No authentication IndividualB2C - Individual authentication with Azure AD B2C SingleOrg - Organizational authentication for a single tenant Windows - Windows authentication Default: None --aad-b2c-instance The Azure Active Directory B2C instance to connect to (use with IndividualB2C auth type). Type: string (Optional) Default: https://login.microsoftonline.com/tfp/ -ssp|--susi-policy-id The sign-in and sign-up policy ID for this project (use with IndividualB2C auth type). Type: string (Optional) -s|--aad-instance The Azure Active Directory instance to connect to (use with Single-org auth type). Type: string (Optional) Default: https://login.microsoftonline.com/ --audience The AppIdUrl for the project (use with Single-org auth). Type: string (Optional) Default: https:////qualified.domain.name/Company.WebApplication1 --client-id The Client ID for this project (use with Single-org or IndividualB2C auth types). Type: string (Optional) Default: 11111111-1111-1111-11111111111111111 --domain The domain owning the directory (use with Single-org or IndividualB2C auth types). Type: string (Optional) Default: qualified.domain.name --tenant-id The TenantId ID of the directory to connect to (use with Single-org auth). Type: string (Optional) Default: 22222222-2222-2222-2222-222222222222 -r|--org-read-access Whether or not to allow this application read access to the directory (only applies to Single-org auth). Type: bool (Optional) Default: false --no-restore If specified, skips the automatic package restore of the project on create. Type: bool (Optional) Default: false This template contains technologies from parties other than Microsoft, see https://aka.ms/template-3pn for details.