Skip to content

Commit d067e2f

Browse files
committed
chore: adding devfile command for running Claude in YOLO mode
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
1 parent cf207ca commit d067e2f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

devfile.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,8 @@ commands:
9595
label: "4. Install Claude CLI"
9696
commandLine: curl -fsSL https://claude.ai/install.sh -o claude-install.sh && chmod +x claude-install.sh && ./claude-install.sh
9797
component: tools
98+
- id: run-claude-yolo
99+
exec:
100+
label: "5. Run Claude YOLO"
101+
commandLine: claude --dangerously-skip-permissions
102+
component: tools

0 commit comments

Comments
 (0)