Commit 5762a8a
committed
feat(cli): add --name flag to update node command
Fixes issue #17: Users can now update the name field of existing nodes
via \`sysprom update node <id> --name "New name"\`.
Previously, only --status and --lifecycle could be updated; text fields
like name, description, context, and rationale were documented as
updatable but not actually exposed in the CLI.
This change makes the update command consistent with the add command,
allowing all text fields (name, description, context, rationale) to be
modified after node creation.
Closes #171 parent 55f8dc5 commit 5762a8a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| |||
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
138 | | - | |
| 140 | + | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| |||
0 commit comments