You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -102,6 +113,14 @@ To define a custom store, add a new key-value pair to the `stores` section of th
102
113
103
114
For detailed information about the available store options, please refer to the relevant store on the [`ConfigStore`](/config-store) page.
104
115
116
+
### Schemas
117
+
118
+
The `.configu` file allows you to save paths to `*.cfgu.json` schema files as friendly names, which can be later used as values for the `--schema` flag in all the commands.
119
+
120
+
To define a custom schema, add a new key-value pair to the `schemas` section of the `.configu` file, where the key represents the friendly name, and the value is a string containing the relative or absolute path to the schema file.
121
+
122
+
For detailed information about schema files, please refer to [`ConfigSchema`](/config-schema) page.
123
+
105
124
### Scripts
106
125
107
126
The `.configu` file allows you to save `Configu CLI` snippets as friendly names, which can be later used as values for the `--script` flag in the `configu run --script <label>` command.
0 commit comments