.NET Template Options

Contents

The .NET project template supports several command line flags. To see all the available options, run dotnet new fr1end1y -h.

Quick install

The following command configures Umbraco for an unattended install (in appsettings.Development.json) and bypasses the prompt to install Node.js packages:

dotnet new fr1end1y -n Thingy \
  --friendly-name "Administrator" \
  --email "admin@example.com" \
  --password "1234567890" \
  --development-database-type SQLite \
  --allow-scripts Yes