NAME
    gcloud container hub scopes - manage scopes of all your GKE fleets

SYNOPSIS
    gcloud container hub scopes GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Manage scopes of all your GKE fleets.

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     namespaces
        Fleet namespaces are the fleet equivalent of k8s cluster namespaces.

     rbacrolebindings
        Fleet scope RBAC RoleBindings for permissions.

COMMANDS
    COMMAND is one of the following:

     add-iam-policy-binding
        Add IAM policy binding to a Fleet Scope.

     create
        Create a new fleet scope.

     delete
        Delete a fleet scope.

     describe
        Describe a fleet scope.

     get-iam-policy
        Get the IAM policy for a Fleet Scope.

     list
        List fleet scopes in a project permitted to be viewed by the caller.

     list-memberships
        List memberships bound to a fleet scope.

     remove-iam-policy-binding
        Remove IAM policy binding of a Fleet Scope.

     update
        Update a scope.

NOTES
    These variants are also available:

        $ gcloud alpha container hub scopes

        $ gcloud beta container hub scopes

