diagrid app update
Update an App
Description
Update an App in a project.
diagrid app update <app> [flags]
Examples
# Set or update the App endpoint
diagrid app update my-app --project my-project --endpoint https://myapp.myorg.com/ --endpoint-token xxxxxxxx
# Remove the App endpoint (make it identity-only)
diagrid app update my-app --project my-project --endpoint ""
Options
-p, --project string Name of existing project
-e, --endpoint string Endpoint used to establish outbound connectivity from the App to your external application. Pass an empty value to remove it
-t, --endpoint-token string Token used to secure calls from the App to your provided endpoint
-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 app - Manage Apps