We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edd689 commit 9b3127dCopy full SHA for 9b3127d
src/codegate/pipeline/cli/commands.py
@@ -476,4 +476,10 @@ def help(self) -> str:
476
" - *args*:\n"
477
" - `instructions`: The custom instructions to set\n"
478
" - **Usage**: `codegate custom-instructions -w <workspace_name> set <instructions>`\n"
479
+ "- `show`: Show custom instructions of the workspace\n"
480
+ " - *args*: None\n"
481
+ " - **Usage**: `codegate custom-instructions -w <workspace_name> show`\n"
482
+ "- `reset`: Reset the custom instructions of the workspace\n"
483
484
+ " - **Usage**: `codegate custom-instructions -w <workspace_name> reset`\n"
485
)
0 commit comments