NAME
    gcloud beta iam roles - create and manipulate roles

SYNOPSIS
    gcloud beta iam roles COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Create and manipulate roles.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     copy
        (BETA) Create a role from an existing role.

     create
        (BETA) Create a custom role for a project or an organization.

     delete
        (BETA) Delete a custom role from an organization or a project.

     describe
        (BETA) Show metadata for a role.

     list
        (BETA) List predefined roles, or the custom roles for an organization
        or project.

     undelete
        (BETA) Undelete a custom role from an organization or a project.

     update
        (BETA) Update an IAM custom role.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud iam roles

        $ gcloud alpha iam roles

