diagrid appid update
Update App ID
Description
Update App ID in a project
diagrid appid update <appid> [flags]
Examples
# Update App ID with outbound app connectivity configuration
diagrid appid update my-appid --project my-project --app-endpoint https://myapp.myorg.com/ --app-token xxxxxxxx
# Update App ID with a custom health check
diagrid appid update my-appid --project my-project --enable-app-health-check=true --app-health-check-path "/healthz" --app-health-probe-interval 5 --app-health-probe-timeout 500 --app-health-threshold 5
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
--regenerate-api-token Regenerate API Token
--enable-app-health-check Enable application health checks
--app-health-check-path string Path used for health checks; HTTP only (default "/healthz")
--app-health-probe-interval int32 Interval to probe for the health of the app in seconds (default 5)
--app-health-probe-timeout int32 Timeout for app health probes in milliseconds (default 500)
--app-health-threshold int32 Number of consecutive failures for the app to be considered unhealthy (default 3)
-w, --wait Wait for long-running resource update to finish
-h, --help help for update
Options inherited from parent commands
--api-key string Diagrid Cloud API key
SEE ALSO
- diagrid appid - Manage App IDs