NAME
gdcloud iam service-accounts create - Create a new ProjectServiceAccount for a specific project.
SYNOPSIS
gdcloud iam service-accounts create [flags]
EXAMPLES
The following command creates a ProjectServiceAccount for a specific project:
gdcloud iam service-accounts create <service account name> [FLAGS]
Flags:
"--project <project>" selects which project to create the ProjectServiceAccount
in. If the project is set by running "gdcloud init" command, then this flag can
be omitted.
OPTIONAL FLAGS
-h, --help help for create
--project string Project ID to create the project service account for. (default "test-project")