dotnet-gcm 2.4.2

dotnet tool install --global dotnet-gcm --version 2.4.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 2.4.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-gcm&version=2.4.2
nuke :add-package dotnet-gcm --version 2.4.2

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

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.

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

Sponsors

Clarius Org Kirill Osenkov MFB Technologies, Inc. Stephen Shaw Torutek DRIVE.NET, Inc. Ashley Medway Keith Pickford Thomas Bolon Kori Francis Toni Wenzel Giorgi Dalakishvili Mike James Dan Siegel Reuben Swartz Jacob Foshee alternate text is missing from this package README image Eric Johnson Certify The Web Ix Technologies B.V. David JENNI Jonathan Oleg Kyrylchuk Charley Wu Jakob Tikjøb Andersen Seann Alexander Tino Hager Mark Seemann Angelo Belchior Ken Bonny Simon Cropp agileworks-eu sorahex Zheyu Shen Vezel Michael Staib

Sponsor this project  

Learn more about GitHub Sponsors

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
2.4.2 315 5/1/2024
2.0.886 25,381 2/4/2023
0.4.2 4,530 11/17/2022
0.3.2 16,172 7/10/2021
0.3.0 1,327 5/9/2021
0.2.0 975 9/28/2020
0.2.0-alpha 475 9/26/2020