git-credential-gcloud.sh -V (return code: 2)
ERROR: (gcloud.auth.git-helper) unrecognized arguments: --version (did you mean '--verbosity'?)
To search the help text of gcloud commands, run:
gcloud help -- SEARCH_TERMS
git-credential-gcloud.sh --help (return code: 0)
NAME
gcloud auth git-helper - a git credential helper to provide access to
Google git repositories
SYNOPSIS
gcloud auth git-helper METHOD [--ignore-unknown] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
A git credential helper to provide access to Google git repositories.
POSITIONAL ARGUMENTS
METHOD
The git credential helper method.
FLAGS
--ignore-unknown
Produce no output and exit with 0 when given an unknown method (e.g.
store) or host.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration,
--flags-file, --flatten, --format, --help, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for
details.
NOTES
This command is an internal implementation detail and may change or
disappear without notice.