NAME
    gcloud container hub mesh update - update the configuration of the Service
        Mesh Feature

SYNOPSIS
    gcloud container hub mesh update
        (--control-plane=CONTROL_PLANE --management=MANAGEMENT)
        [--memberships=MEMBERSHIPS] [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Update the Service Mesh Feature Spec of a Membership.

EXAMPLES
    To update the control plane management of comma separated Memberships like
    membership1,membership2, run:

        $ gcloud container hub mesh update \
            --memberships=membership1,membership2 \
            --control-plane=CONTROL_PLANE

REQUIRED FLAGS
     At least one of these must be specified:

       --control-plane=CONTROL_PLANE
          Control plane management to update to. CONTROL_PLANE must be one of:
          automatic, manual.

       --management=MANAGEMENT
          The management mode to update to. MANAGEMENT must be one of:
          automatic, manual.

OPTIONAL FLAGS
     --memberships=MEMBERSHIPS
        Membership names to update, separated by commas if multiple are
        supplied.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --access-token-file, --account,
    --billing-project, --configuration, --flags-file, --flatten, --format,
    --help, --impersonate-service-account, --log-http, --project, --quiet,
    --trace-token, --user-output-enabled, --verbosity.

    Run $ gcloud help for details.

NOTES
    This variant is also available:

        $ gcloud alpha container hub mesh update

