Skip to main content

diagrid app create

Create an App

Description

Create an App in a project.

diagrid app create <app> [flags]

Examples


# Create an identity-only App (no endpoint)
diagrid app create my-app --project my-project

# Create an App with an endpoint
diagrid app create my-app --project my-project --endpoint https://myapp.myorg.com/ --endpoint-token xxxxxxxx

Options

-p, --project string Name of existing project
-e, --endpoint string Endpoint used to establish outbound connectivity from the App to your external application
-t, --endpoint-token string Token used to secure calls from the App to your provided endpoint
-w, --wait Wait for long-running resource creation to finish
--ignore-if-exists Exit with success if the App already exists instead of returning an error
-h, --help help for create

Options inherited from parent commands

--api-key string Diagrid Cloud API key

SEE ALSO