NAME
gdcloud projects create - Create a project.
SYNOPSIS
gdcloud projects create PROJECT_ID [flags]
EXAMPLES
To create a project in the current organization, run:
gdcloud projects create PROJECT_ID \
--task-order TASK_ORDER \
--clin CLIN
The task order and CLIN labels were defined by your Infrastructure Operator (IO)
during organization creation and are required for metering and billing. For more
information, see the product documentation for project creation.
OPTIONAL FLAGS
--clin string Number associated with the project's task order.
--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.
--task-order string Number used to pay for provisioned resources in the project.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration
, --format
, --help
, --project
, --quiet
.
For more information, see the gdcloud CLI reference overview page.