dotnet-gcm
0.3.2
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Core 2.1
This package targets .NET Core 2.1. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global dotnet-gcm --version 0.3.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local dotnet-gcm --version 0.3.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-gcm&version=0.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-gcm --version 0.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
dotnet-gcm
A dotnet global tool for managing Git credentials using the Microsoft Git Credentials Manager Core.
Usage:
gcm [options] [command]
Options:
--version Show version information
-?, -h, --help Show help and usage information
Commands:
get <url> Get a stored credential.
set <url> Store a credential.
delete <url> Delete a stored credential.
Note that all commands can operate on a simplified syntax using a full URI, which can include username:password
(as in the set
command). That argument is converted to a Uri
and the existing options are used as the default
value for required options that aren't provided. You can alternatively provide the individual options.
get: Get a stored credential.
Usage:
gcm [options] get [<url>]
Arguments:
<url> A URL used to populate options from a single value: [protocol]://[host]/[path?]
Options:
-p, --protocol <protocol> (REQUIRED) The protocol over which the credential will be used (e.g., https).
-h, --host <host> (REQUIRED) 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.
-?, -h, --help Show help and usage information
set: Store a credential.
Usage:
gcm [options] set [<url>]
Arguments:
<url> A URL used to populate options from a single value: [protocol]://[user]:[password]@[host]/[path?]
Options:
-s, --protocol <protocol> (REQUIRED) The protocol over which the credential will be used (e.g., https).
-h, --host <host> (REQUIRED) The remote hostname for a network credential. This can include the port number.
-u, --username <username> (REQUIRED) The credential's username.
-p, --password <password> (REQUIRED) The credential's password.
--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.
-?, -h, --help Show help and usage information
delete: Delete a stored credential.
Usage:
gcm [options] delete [<url>]
Arguments:
<url> A URL used to populate options from a single value: [protocol]://[host]/[path?]
Options:
-p, --protocol <protocol> (REQUIRED) The protocol over which the credential will be used (e.g., https).
-h, --host <host> (REQUIRED) 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.
-?, -h, --help Show help and usage information
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.