diagrid call state set
Create or update a state item
Description
Create or update a state item using an existing state component
diagrid call state set <key> [flags]
Examples
# Save a state item using an existing state component
diagrid call state set mystatekey --component my-state-store --app-id my-appid --value myvalue
Options
-c, --component string [Required]: Component name for target state store
-a, --app-id string [Required]: App ID used to save state
--value string [Required]: The JSON serialized data string (optional)
-p, --project string Name of existing project
-o, --output string Output format, supported [table, yaml, json] (default "table")
--verbose Include verbose output such as curl command and response body
-h, --help help for set
SEE ALSO
- diagrid call state - Call State API