Skip to main content

diagrid appid create

Create App ID

Description

Create App ID in a project

diagrid appid create <appid> [flags]

Examples


# Create App ID without outbound connectivity
diagrid appid create my-appid

# Create App ID with outbound connectivity in a specific project
diagrid appid create my-appid --project my-project --app-endpoint https://myapp.myorg.com/ --app-token xxxxxxxx

Options

  -p, --project string        Name of existing project
-e, --app-endpoint string Endpoint used to establish outbound connectivity from the App ID to your external application
-t, --app-token string Application token used to secure calls from the App ID to your provided app endpoint
--app-protocol string Protocol used to interact with the app endpoint (HTTP or gRPC). Defaults to http
-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