gcloud projects update

NOMBRE

gcloud projects update: Actualiza los atributos de un proyecto en particular.

SINOPSIS

gdcloud projects update PROJECT_ID [flags]

DESCRIPCIÓN

Actualiza el nombre visible o la política de robo de datos de un proyecto en particular.

EXAMPLES

To update a project's name to "test-project", run:

    gdcloud projects update PROJECT_ID --name=test-project

To update a project's data exfiltration policy to false, run:

    gdcloud projects update PROJECT_ID --data-exfiltration-prevention=false

You can update any editable project field. Run "gdcloud projects update --help" for more options.

MARCAS OPCIONALES

      --data-exfiltration-prevention   If set to false, allow network data transfer out from project workloads outside the organization. Otherwise, network data transfer out from workloads outside the project's organization is not allowed. (default true)
      --name string                    Name for the project.

MARCAS GENERALES DE GCLOUD

Estas marcas están disponibles para todos los comandos: --configuration, --format, --help, --project y --quiet.

Para obtener más información, consulta la página de descripción general de la referencia de la CLI de gcloud.