Auto-accept CLI prompts
Use the --yes / -y flag to skip confirmation prompts in non-interactive scripts.
# Install a plugin without confirmation
claude plugin install pr-review --yes
# Purge project data without prompting
claude project purge -y
Use the --yes / -y flag to skip confirmation prompts in non-interactive scripts.
# Install a plugin without confirmation
claude plugin install pr-review --yes
# Purge project data without prompting
claude project purge -y