diagrid project create
Create project
Description
Create new project in an existing organization
diagrid project create <projectid> [flags]
Examples
# Create a project in the default region with a Diagrid Pub/Sub Broker and Diagrid Key/Value store
diagrid project create my-project --deploy-managed-pubsub --deploy-managed-kv
# Create a project in a specific region
diagrid project create my-project --region aws-us-west
# Create a project with managed workflow enabled
diagrid project create my-project --enable-managed-workflow
Options
-r, --region string Region ID where the project will be deployed
--deploy-managed-pubsub Deploy a Diagrid Pub/Sub Broker for use with the Pub/Sub API
--deploy-managed-kv Deploy a Diagrid Key/Value Store for use with the Key/Value API
--enable-managed-workflow Enable Workflow API by leveraging a Diagrid-managed state store used by the workflow engine. Alternatively, enable Workflow support by providing an external component to a transactional state store
-w, --wait Wait for long-running resource creation to finish
-h, --help help for create
Options inherited from parent commands
--api-key string Diagrid Cloud API key
SEE ALSO
- diagrid project - Manage projects