skedyul 1.2.24 → 1.2.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,12 @@
1
+ /**
2
+ * skedyul config:export command
3
+ *
4
+ * Export the fully resolved config to .skedyul/config.json.
5
+ * This is run during the Docker build to make the full config
6
+ * (including provision with models, channels, pages) available at runtime.
7
+ *
8
+ * Usage:
9
+ * skedyul config:export - Export to .skedyul/config.json
10
+ * skedyul config:export -o <path> - Export to custom path
11
+ */
12
+ export declare function configExportCommand(args: string[]): Promise<void>;