Skip to content

IssuingCommands

Stephen Cooper edited this page Apr 27, 2019 · 1 revision

Issuing Commands

Running applications

To start an application simply click start.

Other commands

Extra commands, such as clearing the logs and stopping the currently running command can be found in the dropdown menu.

Extra command

Batch commands

Batch commands can be run over all registered applications.

They also have their own set of keyboard shortcuts.

Batch commands

Purging .NET core processes

When executing dotnet run from the command line dotnet will start up multiple process that it consumes. However, when killing the initially started process it will not stop the associated processes the original command created.

These associated processes will be re-used however when running again.

Purging will kill all running .NET processes on the machine, regardless of what actually started them.

Clone this wiki locally