Skip to main content

diagrid project update

Update project

Description

Update project

diagrid project update <project-name> [flags]

Examples


# Update a project to enable the workflows managed store
diagrid project update my-project --enable-managed-workflow

# Update a project to disable the workflows managed store
diagrid project update my-project --enable-managed-workflow=false

# Update the max body size for all App IDs in a project
diagrid project update my-project --global-appid-max-body-size 16Mi

Options

      --enable-managed-workflow             Enable a managed workflows store which is required to enable the Workflows API
-w, --wait Wait for long-running resource creation to finish
--disable-app-tunnels Disable app tunnels for this project
--global-appid-max-body-size string Maximum body size for HTTP and gRPC requests across all App IDs in this project (e.g., "4Mi", "8Mi", "16Mi"). Can be overridden at the individual App ID level
-h, --help help for update

Options inherited from parent commands

      --api-key string   Diagrid Cloud API key

SEE ALSO