Skip to content

Commit c500e3d

Browse files
authored
added linked to dotnet-watch (#5725)
* added linked to dotnet-watch * added one more link per scott * update ms.date
1 parent 0dc93f7 commit c500e3d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/core/tools/dotnet.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: dotnet command - .NET Core CLI
33
description: Learn about the dotnet command (the generic driver for the .NET Core CLI tools) and its usage.
44
author: mairaw
55
ms.author: mairaw
6-
7-
8-
ms.date: 05/30/2018
6+
ms.date: 06/04/2018
97
---
108
# dotnet command
119

@@ -257,13 +255,13 @@ Command | Function
257255

258256
Starting with .NET Core SDK 2.1.300, a number of tools that were available only on a per project basis using `DotnetCliToolReference` are now available as part of the .NET Core SDK. These tools include:
259257

260-
| Tool | Function |
261-
| --------------------------------------- | ------------------------------------------------------------ |
262-
| dev-certs | Creates and manages development certificates. |
263-
| [ef](/ef/core/miscellaneous/cli/dotnet) | Entity Framework Core command-line tools. |
264-
| sql-cache | SQL Server cache command-line tools. |
265-
| user-secrets | Manages development user secrets. |
266-
| watch | Starts a file watcher that runs a command when files change. |
258+
| Tool | Function |
259+
| ------------------------------------------------- | ------------------------------------------------------------ |
260+
| dev-certs | Creates and manages development certificates. |
261+
| [ef](/ef/core/miscellaneous/cli/dotnet) | Entity Framework Core command-line tools. |
262+
| sql-cache | SQL Server cache command-line tools. |
263+
| [user-secrets](/aspnet/core/security/app-secrets) | Manages development user secrets. |
264+
| [watch](/aspnet/core/tutorials/dotnet-watch) | Starts a file watcher that runs a command when files change. |
267265

268266
For more information about each tool, execute `dotnet <tool-name> --help`.
269267

0 commit comments

Comments
 (0)