Cursor CLI Non-Interactive Mode (Scripts & CI)
2 min read
Use --no-interactive to let the AI run to completion without waiting for input. Perfect for scripts and CI. Optionally pick --model or use -c to run in the cloud.
#cursor#cli#automation#ci
2 articles
Use --no-interactive to let the AI run to completion without waiting for input. Perfect for scripts and CI. Optionally pick --model or use -c to run in the cloud.
Write a shell script that has cursor agent automatically fix code, run tests, and if tests fail let the AI fix again — repeating until all tests pass.