logoalt Hacker News

tedk-42yesterday at 4:43 AM1 replyview on HN

And we're officially going down the drain with linux / command line:

``` #!/usr/bin/env claude-run --permission-mode bypassPermissions ```


Replies

jedwhiteyesterday at 4:49 AM

Claude Code supports a set of flags to control behaviour such as permissions, and both `--permission-mode bypassPermissions` and `--dangerously-skip-permissions` are examples of those.

The claude-run helper supports passing in those flags supported by Claude Code itself that are relevant to a shell-scripting like context.

It also adds a couple of convenience flags (`--aws`, `--azure`, `--vercel`, `--vertex` for cloud API key use).