gcloud projects update

NOME

gdcloud projects update: aggiorna gli attributi di un determinato progetto.

SINOSSI

gdcloud projects update PROJECT_ID [flags]

DESCRIZIONE

Aggiorna il nome visualizzato di un determinato progetto e/o le relative norme di esfiltrazione di dati.

ESEMPI

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.

FLAG FACOLTATIVI

      --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.

GDCLOUD WIDE FLAGS

Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.

Per saperne di più, consulta la pagina Panoramica del riferimento di gcloud CLI.