NAME
gdcloud iam service-accounts keys list - lists all the public keys in a ProjectServiceAccount of a Project
SYNOPSIS
gdcloud iam service-accounts keys list [flags]
DESCRIPTION
This command lists all the public keys in a ProjectServiceAccount of a Project.
EXAMPLES
The following command lists all the public keys in a ProjectServiceAccount of a Project:
gdcloud iam service-accounts keys list [FLAGS]
Flags:
"--project <project>" selects the project where the project service account is in. If the project has been set by running "gdcloud init" command, then this flag can be omitted. If the project is specified by "--project" flag, then the project will be the value from the flag even if another project is set by "gdcloud init" command.
"--iam-account <service account>" specifies the project service account to list the key from. This flag is required to run the command.
REQUIRED FLAGS
--iam-account string Project service account to list the key for.
OPTIONAL FLAGS
-h, --help help for list
--project string Project ID to list the key for. (default "test-project")