dotnet-gcm 2.4.3
dotnet tool install --global dotnet-gcm --version 2.4.3
此包包含一个可以从 shell/命令行调用的 .NET 工具。
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local dotnet-gcm --version 2.4.3
此包包含一个可以从 shell/命令行调用的 .NET 工具。
#tool dotnet:?package=dotnet-gcm&version=2.4.3
NuGet 团队不提供对该客户端的支持。请联系其 维护者 以获取支持。
nuke :add-package dotnet-gcm --version 2.4.3
NuGet 团队不提供对该客户端的支持。请联系其 维护者 以获取支持。
A dotnet global tool for managing Git credentials using the cross-platform Git Credential Manager (GCM) for Windows, macOS and Linux, with support for Azure DevOps, Bitbucket, GitHub, and GitLab.
USAGE:
dotnet gcm [OPTIONS] <COMMAND>
OPTIONS:
-h, --help Prints help information
COMMANDS:
get Get a stored credential
delete Delete a stored credential
set Store a credential
注意,所有命令都可以使用完整的 URI 以简化的语法操作,该 URI 可以包含 username:password
(如在 set
命令中所示)。该参数被转换为 Uri
,并使用现有选项作为未提供所需选项的默认值。您可以提供单独的选项。
dotnet gcm get
DESCRIPTION:
Get a stored credential.
USAGE:
dotnet gcm get [URL] [OPTIONS]
ARGUMENTS:
[URL] A URL used to populate options from a single value: [protocol]://[user]:[password]@[host]/[path?]
OPTIONS:
-h, --help Prints help information
-s, --scheme <SCHEME> The protocol over which the credential will be used (e.g., https)
-h, --host <HOST> The remote hostname for a network credential. This can include the port number
--path <PATH> The path with which the credential will be used. E.g., for accessing a remote https repository, this will be the repository's
path on the server
dotnet gcm set
DESCRIPTION:
Store a credential.
USAGE:
dotnet gcm set [URL] [OPTIONS]
ARGUMENTS:
[URL] A URL used to populate options from a single value: [protocol]://[user]:[password]@[host]/[path?]
OPTIONS:
-h, --help Prints help information
-s, --scheme <SCHEME> The protocol over which the credential will be used (e.g., https)
-h, --host <HOST> The remote hostname for a network credential. This can include the port number
--path <PATH> The path with which the credential will be used. E.g., for accessing a remote https repository, this will be the
repository's path on the server
-u, --username <USERNAME> The credential's username
-p, --password <PASSWORD> The credential's password
dotnet gcm delete
DESCRIPTION:
Delete a stored credential.
USAGE:
dotnet gcm delete [URL] [OPTIONS]
ARGUMENTS:
[URL] A URL used to populate options from a single value: [protocol]://[user]:[password]@[host]/[path?]
OPTIONS:
-h, --help Prints help information
-s, --scheme <SCHEME> The protocol over which the credential will be used (e.g., https)
-h, --host <HOST> The remote hostname for a network credential. This can include the port number
--path <PATH> The path with which the credential will be used. E.g., for accessing a remote https repository, this will be the repository's
path on the server
赞助商
产品 | 版本 兼容及额外计算目标框架版本。 |
---|---|
.NET | net8.0 兼容。 net8.0-android 已计算。 net8.0-browser 已计算。 net8.0-ios 已计算。 net8.0-maccatalyst 已计算。 net8.0-macos 已计算。 net8.0-tvos 已计算。 net8.0-windows 已计算。 |
此包没有依赖项。