Skip to main content

diagrid configuration

Manage Dapr configurations

Description

Manage Dapr configurations (configuration policies) in a project.

To create-or-replace an existing configuration policy from a YAML manifest, use the canonical declarative upsert command:

diagrid apply --project <project> -f my-config.yaml

The create and update subcommands below accept '-f <file.yaml>' for one-shot operations on a single configuration. Use 'diagrid apply' when you want generic idempotent reconciliation for any supported catalyst resource.

Options

--api-key string Diagrid Cloud API key
-h, --help help for configuration

SEE ALSO