Skip permissions with --dangerously-skip-permissions
The --dangerously-skip-permissions flag is equivalent to --permission-mode bypassPermissions. The name makes the security trade-off explicit.
# Run a one-shot prompt with all permissions bypassed
claude -p "run the full test suite" --dangerously-skip-permissions
# Equivalent to the longer form
claude -p "run the full test suite" --permission-mode bypassPermissions