dotnet-gcm 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global dotnet-gcm --version 0.2.0
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.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-gcm&version=0.2.0
nuke :add-package dotnet-gcm --version 0.2.0
Usage:
  gcm [options] [command]

Options:
  --version         Show version information
  -?, -h, --help    Show help and usage information

Commands:
  erase    Erase a stored credential.
  get      Get a stored credential.
  store    Store a credential.

erase: Erase a stored credential.

Usage:
  gcm erase [options]

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.

get: Get a stored credential.

Usage:
  gcm get [options]

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.

store: Store a credential.

Usage:
  gcm store [options]

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.
  -usr, --username <username> (REQUIRED)    The credential's username.
  -pwd, --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.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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 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.

Version Downloads Last updated
2.0.886 24,988 2/4/2023
0.4.2 4,528 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