1 parent 63cd956 commit 49e1ea1Copy full SHA for 49e1ea1
1 file changed
ROADMAP.md
@@ -74,7 +74,7 @@ Cross-cutting prerequisites for the v0.2.0 write phase — these are not KAS-API
74
- [x] `cronjobs list` / `cronjobs get <cronjob-id>` (`get_cronjobs`, with `cronjob_id` filter)
75
- [x] `cronjobs add/update/delete` (`add_cronjob`, `update_cronjob`, `delete_cronjob`, #118)
76
- [x] `directoryprotection list [--path PATH]` (`get_directoryprotection`, optional `directory_path` filter)
77
-- [ ] Directory protection write paths (`add_directoryprotection`, `update_directoryprotection`, `delete_directoryprotection`, #123)
+- [x] `directoryprotection add/update/delete` (`add_directoryprotection`, `update_directoryprotection`, `delete_directoryprotection`, #123)
78
- [x] `softwareinstalls list` / `softwareinstalls get <software-id>` (`get_softwareinstall`, with `software_id` filter)
79
- [ ] Software install write path (`add_softwareinstall`, #124 — the KAS API exposes only the `add` action, no `update`/`delete`)
80
- [ ] Filesystem & SSL helpers (`add_symlink`, `update_chown`, `update_ssl`, #125)
0 commit comments