Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created May 24, 2022 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/8e6f06c34702735188ad6a2f79fe47a7 to your computer and use it in GitHub Desktop.
Save lgolubyev/8e6f06c34702735188ad6a2f79fe47a7 to your computer and use it in GitHub Desktop.
❯ dotnet new --help
Description:
Template Instantiation Commands for .NET CLI.
Usage:
dotnet new [<template-short-name> [<template-args>...]] [options]
dotnet new [command] [options]
Arguments:
<template-short-name> A short name of the template to create.
<template-args> Template specific options to use.
Options:
-?, -h, --help Show command line help.
Commands:
install <package> Installs a template package.
uninstall <package> Uninstalls a template package.
update Checks the currently installed template packages for update, and install the updates.
search <template-name> Searches for the templates on NuGet.org.
list <template-name> Lists templates containing the specified template name. If no name is specified, lists all templates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment