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
|
|
@ -1,4 +1,4 @@
|
|||
.\" Automatically generated by Pandoc 2.1.3
|
||||
.\" Automatically generated by Pandoc 2.2.1
|
||||
.\"
|
||||
.TH "dotnet nuget delete command \- .NET Core CLI" "1" "" "" ".NET Core"
|
||||
.hy
|
||||
|
|
@ -8,8 +8,35 @@
|
|||
.PP
|
||||
\f[C]dotnet\ nuget\ delete\f[] \- Deletes or unlists a package from the server.
|
||||
.SH SYNOPSIS
|
||||
.SS .NET Core 2.1
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
dotnet\ nuget\ delete\ [<PACKAGE_NAME>\ <PACKAGE_VERSION>]\ [\-\-force\-english\-output]\ [\-k|\-\-api\-key]\ [\-\-no\-service\-endpoint]
|
||||
\ \ \ \ [\-\-non\-interactive]\ [\-s|\-\-source]
|
||||
dotnet\ nuget\ delete\ [\-h|\-\-help]
|
||||
\f[]
|
||||
.fi
|
||||
.SS .NET Core 2.0
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
dotnet\ nuget\ delete\ [<PACKAGE_NAME>\ <PACKAGE_VERSION>]\ [\-\-force\-english\-output]\ [\-k|\-\-api\-key]\ [\-\-non\-interactive]
|
||||
\ \ \ \ [\-s|\-\-source]
|
||||
dotnet\ nuget\ delete\ [\-h|\-\-help]
|
||||
\f[]
|
||||
.fi
|
||||
.SS .NET Core 1.x
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
dotnet\ nuget\ delete\ [<PACKAGE_NAME>\ <PACKAGE_VERSION>]\ [\-\-force\-english\-output]\ [\-k|\-\-api\-key]\ [\-\-non\-interactive]
|
||||
\ \ \ \ [\-s|\-\-source]
|
||||
dotnet\ nuget\ delete\ [\-h|\-\-help]
|
||||
\f[]
|
||||
.fi
|
||||
.PP
|
||||
\f[C]dotnet\ nuget\ delete\ [<PACKAGE_NAME>\ <PACKAGE_VERSION>]\ [\-s|\-\-source]\ [\-\-non\-interactive]\ [\-k|\-\-api\-key]\ [\-\-force\-english\-output]\ [\-h|\-\-help]\f[]
|
||||
* * * * *
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
The \f[C]dotnet\ nuget\ delete\f[] command deletes or unlists a package from the server.
|
||||
|
|
@ -18,34 +45,85 @@ For nuget.org, the action is to unlist the package.
|
|||
.PP
|
||||
\f[C]PACKAGE_NAME\f[]
|
||||
.PP
|
||||
Package to delete.
|
||||
Name/ID of the package to delete.
|
||||
.PP
|
||||
\f[C]PACKAGE_VERSION\f[]
|
||||
.PP
|
||||
Version of the package to delete.
|
||||
.SH OPTIONS
|
||||
.SS .NET Core 2.1
|
||||
.PP
|
||||
\f[C]\-\-force\-english\-output\f[]
|
||||
.PP
|
||||
Forces the application to run using an invariant, English\-based culture.
|
||||
.PP
|
||||
\f[C]\-h|\-\-help\f[]
|
||||
.PP
|
||||
Prints out a short help for the command.
|
||||
.PP
|
||||
\f[C]\-s|\-\-source\ <SOURCE>\f[]
|
||||
\f[C]\-k|\-\-api\-key\ <API_KEY>\f[]
|
||||
.PP
|
||||
Specifies the server URL.
|
||||
Supported URLs for nuget.org include \f[C]http://www.nuget.org\f[], \f[C]http://www.nuget.org/api/v3\f[], and \f[C]http://www.nuget.org/api/v2/package\f[].
|
||||
For private feeds, substitute the host name (for example, \f[C]%hostname%/api/v3\f[]).
|
||||
The API key for the server.
|
||||
.PP
|
||||
\f[C]\-\-no\-service\-endpoint\f[] Doesn't append \[lq]api/v2/packages\[rq] to the source URL.
|
||||
.PP
|
||||
\f[C]\-\-non\-interactive\f[]
|
||||
.PP
|
||||
Doesn't prompt for user input or confirmations.
|
||||
.PP
|
||||
\f[C]\-s|\-\-source\ <SOURCE>\f[]
|
||||
.PP
|
||||
Specifies the server URL.
|
||||
Supported URLs for nuget.org include \f[C]http://www.nuget.org\f[], \f[C]http://www.nuget.org/api/v3\f[], and \f[C]http://www.nuget.org/api/v2/package\f[].
|
||||
For private feeds, replace the host name (for example, \f[C]%hostname%/api/v3\f[]).
|
||||
.SS .NET Core 2.0
|
||||
.PP
|
||||
\f[C]\-\-force\-english\-output\f[]
|
||||
.PP
|
||||
Forces the application to run using an invariant, English\-based culture.
|
||||
.PP
|
||||
\f[C]\-h|\-\-help\f[]
|
||||
.PP
|
||||
Prints out a short help for the command.
|
||||
.PP
|
||||
\f[C]\-k|\-\-api\-key\ <API_KEY>\f[]
|
||||
.PP
|
||||
The API key for the server.
|
||||
.PP
|
||||
\f[C]\-\-non\-interactive\f[]
|
||||
.PP
|
||||
Doesn't prompt for user input or confirmations.
|
||||
.PP
|
||||
\f[C]\-s|\-\-source\ <SOURCE>\f[]
|
||||
.PP
|
||||
Specifies the server URL.
|
||||
Supported URLs for nuget.org include \f[C]http://www.nuget.org\f[], \f[C]http://www.nuget.org/api/v3\f[], and \f[C]http://www.nuget.org/api/v2/package\f[].
|
||||
For private feeds, replace the host name (for example, \f[C]%hostname%/api/v3\f[]).
|
||||
.SS .NET Core 1.x
|
||||
.PP
|
||||
\f[C]\-\-force\-english\-output\f[]
|
||||
.PP
|
||||
Forces command\-line output in English.
|
||||
Forces the application to run using an invariant, English\-based culture.
|
||||
.PP
|
||||
\f[C]\-h|\-\-help\f[]
|
||||
.PP
|
||||
Prints out a short help for the command.
|
||||
.PP
|
||||
\f[C]\-k|\-\-api\-key\ <API_KEY>\f[]
|
||||
.PP
|
||||
The API key for the server.
|
||||
.PP
|
||||
\f[C]\-\-non\-interactive\f[]
|
||||
.PP
|
||||
Doesn't prompt for user input or confirmations.
|
||||
.PP
|
||||
\f[C]\-s|\-\-source\ <SOURCE>\f[]
|
||||
.PP
|
||||
Specifies the server URL.
|
||||
Supported URLs for nuget.org include \f[C]http://www.nuget.org\f[], \f[C]http://www.nuget.org/api/v3\f[], and \f[C]http://www.nuget.org/api/v2/package\f[].
|
||||
For private feeds, replace the host name (for example, \f[C]%hostname%/api/v3\f[]).
|
||||
.PP
|
||||
* * * * *
|
||||
.SH EXAMPLES
|
||||
.PP
|
||||
Deletes version 1.0 of package \f[C]Microsoft.AspNetCore.Mvc\f[]:
|
||||
|
|
|
|||
Reference in a new issue