The
.Net Core CLI (Command Line Interface)
tools are a set of command line tools, which come along with the .Net core
installation. The CLI tools can be used preform operations like create, build,
publish and other operations on .Net core applications.
By default, the CLI installs in a side-by-side (SxS) manner, so multiple versions of the CLI tools can coexist on a single machine. The CLI command structure consists of the driver dotnet, the command, and possibly command arguments and options.
By default, the CLI installs in a side-by-side (SxS) manner, so multiple versions of the CLI tools can coexist on a single machine. The CLI command structure consists of the driver dotnet, the command, and possibly command arguments and options.

