dashy_key
Get or replace top-level Dashy config keys (pageInfo, appConfig, sections, pages). Specify an operation and arguments to read or update the dashboard configuration.
Instructions
dashy key operations on Dashy. Pass operation and an arguments dict matching that operation's parameters.
dashy_get_key(key, filename='') — Get one top-level config key: pageInfo, appConfig, sections, or pages.
dashy_set_key(key, value, filename='') — Replace one top-level config key (pageInfo, appConfig, sections, or pages) with
value. This is a complete replacement of that key, not a merge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |