NOME
gdcloud projects update: atualize os atributos de um projeto específico.
SYNOPSIS
gdcloud projects update PROJECT_ID [flags]
DESCRIÇÃO
Atualizar o nome a apresentar de um projeto específico e/ou a respetiva política de exfiltração de dados.
EXEMPLOS
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.
SINALIZADORES OPCIONAIS
--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
Estas marcas estão disponíveis para todos os comandos: --configuration
, --format
, --help
, --project
e --quiet
.
Para mais informações, consulte a página Vista geral da referência da CLI gdcloud.