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
Copy file name to clipboardExpand all lines: packages/devkit/TODO.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,8 @@ This document tracks all planned and completed tasks for the Dev Kit project.
68
68
-[x]**Testing**: Stabilize the integration test of the `new` command
69
69
-[x] Make sure to clean up if the `dk new` command fail
70
70
-[x] Add a configuration validation step when updating the config file to ensure all required fields are present and correctly formatted.
71
-
-[ ]**Dynamic Help Text**: Programmatically generate help text for options with constrained values (e.g., `--cache-strategy`) to ensure it's always up to date.
71
+
-[x]**Dynamic Help Text**: Programmatically generate help text for options with constrained values (e.g., `--cache-strategy`) to ensure it's always up to date.
72
+
-[ ]**Skip Confirmation**: Add a global `-y`/`--yes` and `-n/--no` option to skip confirmation prompts in commands like `dk init`.
72
73
73
74
#### Multi-Language Support
74
75
@@ -82,7 +83,6 @@ This document tracks all planned and completed tasks for the Dev Kit project.
82
83
83
84
### Debating
84
85
85
-
-[ ]**Skip Confirmation**: Add a global `-y`/`--yes` and `-n/--no` option to skip confirmation prompts in commands like `dk init`.
86
86
-[ ] For unsupported languages, we can let the configuration be added but with a warning that it's not supported yet. When using the `dk new` with an unsupported language, we can copy the template as is without any modifications but ignoring the `.git` folder and not installing dependencies.
87
87
-[ ]**CLI Self-Update**: Implement a command to allow users to update the CLI itself. `dk upgrade`
88
88
-[ ]**Color Configuration**: Add a feature to allow users to configure the colors for templates.
0 commit comments