Add dotnet-tool manpages and update others
This commit is contained in:
parent
de407deff0
commit
5f93685491
29 changed files with 1895 additions and 215 deletions
59
Documentation/manpages/sdk/dotnet-tool-list.1
Normal file
59
Documentation/manpages/sdk/dotnet-tool-list.1
Normal file
|
@ -0,0 +1,59 @@
|
|||
.\" Automatically generated by Pandoc 2.2.1
|
||||
.\"
|
||||
.TH "dotnet tool list command \- .NET Core CLI" "1" "" "" ".NET Core"
|
||||
.hy
|
||||
.SH dotnet tool list
|
||||
.PP
|
||||
.SH NAME
|
||||
.PP
|
||||
\f[C]dotnet\ tool\ list\f[] \- Lists all .NET Core Global Tools currently installed in the default directory on your machine or in the specified path.
|
||||
.SH SYNOPSIS
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
dotnet\ tool\ list\ <\-g|\-\-global>
|
||||
dotnet\ tool\ list\ <\-\-tool\-path>
|
||||
dotnet\ tool\ list\ <\-h|\-\-help>
|
||||
\f[]
|
||||
.fi
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
The \f[C]dotnet\ tool\ list\f[] command provides a way for you to list all .NET Core Global Tools installed user\-wide on your machine (current user profile) or in the specified path.
|
||||
The command lists the package name, version installed, and the Global Tool command.
|
||||
To use the list command, you either have to specify that you want to see all user\-wide tools using the \f[C]\-\-global\f[] option or specify a custom path using the \f[C]\-\-tool\-path\f[] option.
|
||||
.SH OPTIONS
|
||||
.PP
|
||||
\f[C]\-g|\-\-global\f[]
|
||||
.PP
|
||||
Lists user\-wide Global Tools.
|
||||
Can't be combined with the \f[C]\-\-tool\-path\f[] option.
|
||||
If you don't specify this option, you must specify the \f[C]\-\-tool\-path\f[] option.
|
||||
.PP
|
||||
\f[C]\-h|\-\-help\f[]
|
||||
.PP
|
||||
Prints out a short help for the command.
|
||||
.PP
|
||||
\f[C]\-\-tool\-path\ <PATH>\f[]
|
||||
.PP
|
||||
Specifies a custom location where to find Global Tools.
|
||||
PATH can be absolute or relative.
|
||||
Can't be combined with the \f[C]\-\-global\f[] option.
|
||||
If you don't specify this option, you must specify the \f[C]\-\-global\f[] option.
|
||||
.SH EXAMPLES
|
||||
.PP
|
||||
Lists all Global Tools installed user\-wide on your machine (current user profile):
|
||||
.PP
|
||||
\f[C]dotnet\ tool\ list\ \-g\f[]
|
||||
.PP
|
||||
Lists the Global Tools from a specific Windows folder:
|
||||
.PP
|
||||
\f[C]dotnet\ tool\ list\ \-\-tool\-path\ c:\\global\-tools\f[]
|
||||
.PP
|
||||
Lists the Global Tools from a specific Linux/macOS folder:
|
||||
.PP
|
||||
\f[C]dotnet\ tool\ list\ \-\-tool\-path\ ~/bin\f[]
|
||||
.SS See also
|
||||
.PP
|
||||
\&.NET Core Global Tools
|
||||
.SH AUTHORS
|
||||
mairaw.
|
Loading…
Add table
Add a link
Reference in a new issue